rsnt_translations
56,430
edits
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
<!--T:5--> | <!--T:5--> | ||
In order to | 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 | 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--> |