Using node-local storage: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 24: Line 24:


<!--T:5-->
<!--T:5-->
In order to ''read'' data from <code>$SLURM_TMPDIR</code>, you must first copy the data there.   
In order to <i>read</i> data from <code>$SLURM_TMPDIR</code>, you must first copy the data there.   
In the simplest case you can do this with <code>cp</code> or <code>rsync</code>:
In the simplest case you can do this with <code>cp</code> or <code>rsync</code>:
<pre>
<pre>
Line 32: Line 32:
<!--T:6-->
<!--T:6-->
This may not work if the input is too large, or if it must be read by processes on different nodes.
This may not work if the input is too large, or if it must be read by processes on different nodes.
See "Amount of space" and "Multi-node jobs" below for more.
See <i>Amount of space</i> and <i>Multi-node jobs</i> below for more.


== Executable files and libraries == <!--T:7-->
== Executable files and libraries == <!--T:7-->
rsnt_translations
56,430

edits

Navigation menu