On 1/21/20 11:27 AM, Dean Schulze wrote:
The sbatch docs say nothing about why the node gets the pwd from the controller. Why would slurm send a directory to a node that may not exist on the node and expect it to use it?
That's a pretty standard expectation from a cluster, that the filesystem you are working in on the node you are submitting from is the same as the one that's on the compute nodes. Otherwise there's a lot of messy staging of files you'll need to do.
All the best, Chris -- Chris Samuel : http://www.csamuel.org/ : Berkeley, CA, USA