Closed kelly-sovacool closed 10 months ago
Until we resolve this issue, RENEE doesn't work on frce unless you set --tmp-dir
My frce
run did not error due to tmp dir issues
@slsevilla looks like you manually closed this as completed instead of merging the PR https://github.com/CCBR/RENEE/pull/98
Oops! You're right. Bad habit!
Thanks Sam! Doing it this way helps track which PRs fixed which issues.
Currently, the default
--tmp-dir
is/lscratch/$SLURM_JOBID
, which only works on biowulf. FRCE users are expected to set this to/scratch/cluster_scratch/$USER/
. We could instead have the default detect the HPC platform and set it to these defaults accordingly, and users on other platforms can still override it.