Using node-local storage: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 25: Line 25:
<!--T:5-->
<!--T:5-->
In order to <i>read</i> 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>
cp /project/def-someone/you/input.files.* $SLURM_TMPDIR/
cp /project/def-someone/you/input.files.* $SLURM_TMPDIR/
rsnt_translations
56,430

edits