Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
doku:memory_running_jobs [2014/08/12 11:54] – [Using the local scratch on VSC-1] irdoku:memory_running_jobs [2014/08/12 11:55] – [Using the local scratch on VSC-1] ir
Line 7: Line 7:
 ==== Using the local scratch on VSC-1 ==== ==== Using the local scratch on VSC-1 ====
 On VSC-1 a local scratch directory is available in /tmp. For using this directory in a parallel Job, in which processes On VSC-1 a local scratch directory is available in /tmp. For using this directory in a parallel Job, in which processes
-on each node need to access some data, the following script (not tested excessivly, bugs might be around) can be used for transferring the data+on each node need to access some data, the following script (not excessively tested, bugs cannot be excluded) can be used for transferring the data
 to and from the nodes: to and from the nodes:
  
Line 19: Line 19:
 #$ -j yes #$ -j yes
 </code> </code>
-