poseidon
poseidon copied to clipboard
GARD_detect HPC issues, closes #31
- changed /TEMPDIR from $(PWD) to
/tmp
because path was too long for MPI - copy
${aln}
to /TEMPDIR sinceGARD
wasn't able to follow the symlink on the cluster apparently - adjust paths to new /TEMPDIR
Is the literal path /tmp used or is a /tmp in a virtual machine used? Our file system does not have /tmp on processing nodes.
Is the literal path /tmp used or is a /tmp in a virtual machine used? Our file system does not have /tmp on processing nodes.
Hi @mchaisso , it should be the literal path. Did this solution not run on your cluster? Do the nodes on your cluster have a seperate filesystem from the rest?