|
You can configure the blahp to run the jobs in another directory. It will create a temporary directory under the alternate location, and copy the input/output files back and forth before/after execution of the job.
Add/modify the following lines to /etc/blah.config:
blah_run_in_workdir=no
blah_wn_temporary_home_dir='$SLURM_TMPDIR'
The single quotes cause the macro expansion to happen on the worker node.
- Jaime
|