Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin Section: add slide for slurm taskprolog temp-directory settings #46

Open
cmeesters opened this issue Nov 29, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@cmeesters
Copy link
Collaborator

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.

@cmeesters cmeesters added the enhancement New feature or request label Nov 29, 2023
@cmeesters cmeesters self-assigned this Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant