Changes

Jump to navigation Jump to search
Line 27: Line 27:  
For this and other purposes a temporary directory /scratch is also available from all nodes. This is a larger working space suitable for collaborative work and launching of jobs. Big files that need to be transfered to the cluster can be copied directly to the scratch space by specifying /scratch as a destination in your scp client. For example, compression-enabled transfer of a large file directly to a working directory under the cluster's scratch space with the console-based scp client looks as follows:
 
For this and other purposes a temporary directory /scratch is also available from all nodes. This is a larger working space suitable for collaborative work and launching of jobs. Big files that need to be transfered to the cluster can be copied directly to the scratch space by specifying /scratch as a destination in your scp client. For example, compression-enabled transfer of a large file directly to a working directory under the cluster's scratch space with the console-based scp client looks as follows:
   −
<i>scp -C WarAndPeace.txt lntolstoy@stats.phys.uconn.edu:/scratch/LeosSpace/novel_parse</i>
+
<i>scp -C WarAndPeace.txt Intolstoy@stats.phys.uconn.edu:/scratch/LeosSpace/novel_parse</i>
 +
{|class="wikitable" style="text-align: center"
 +
|style="width: 200px"| scp
 +
|style="width: 200px"|  -C
 +
|style="width: 200px"| WarAndPeace.txt
 +
|style="width: 200px"| lntolstoy@stats.phys.uconn.edu:/scratch/LeosSpace/novel_parse
 +
|-
 +
|style="width: 200px"| secure copy command
 +
|style="width: 200px"| specific option for scp
 +
|style="width: 200px"| local file in present directory
 +
|style="width: 200px"| remote file location on stats server
 +
|}
    
== /local ==
 
== /local ==
191

edits

Navigation menu