Skip to content

setting up a TMPDIR in directory /run #72

Closed Answered by abartesaghi
JuhaHuiskonen asked this question in Q&A
Discussion options

You must be logged in to vote

You don't need to manually bind the scratch folder, nextPYP will do that automatically.

Some paths are not allowed in the binds because they can interfere with important files in the container(s).

The workaround is to create a symlink in your network storage pointing to the location of your local scratch:

ln -s /run/nvme /nfs/somefolder

You should then configure the scratch directory in the configuration as follows:

scratch = '/nfs/somefolder/job_$SLURM_JOB_ID/data'

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JuhaHuiskonen
Comment options

@abartesaghi
Comment options

Answer selected by abartesaghi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants