You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case a cluster does not provide it, recomment the SLURM taskprolog:
#!/bin/bash
# set UNIX standard variables
# setting TMP is without effect?
#echo export TMP="/localscratch/${SLURM_JOB_ID}"
echo export TEMP="/localscratch/${SLURM_JOB_ID}"
echo export TMPDIR="/localscratch/${SLURM_JOB_ID}"
echo export TEMPDIR="/localscratch/${SLURM_JOB_ID}"
@ALL does anyone know why the tmp line takes no effect? On our cluster outcommenting this line has no effect either: There seems to be no default and in either case the variable is not set.
The text was updated successfully, but these errors were encountered:
In case a cluster does not provide it, recomment the SLURM taskprolog:
@ALL does anyone know why the tmp line takes no effect? On our cluster outcommenting this line has no effect either: There seems to be no default and in either case the variable is not set.
The text was updated successfully, but these errors were encountered: