Re: [slurm-users] sbatch sending the working directory from the controller to the node

2020-01-22 Thread Christopher Samuel
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 filesyste

Re: [slurm-users] sbatch sending the working directory from the controller to the node

2020-01-21 Thread Dean Schulze
* 21 January 2020 19:27 > *To:* Slurm User Community List > *Subject:* [slurm-users] sbatch sending the working directory from the > controller to the node > > > > I run this sbatch script from the controller: > > === > #!/bin/bash > #SBATCH --

Re: [slurm-users] sbatch sending the working directory from the controller to the node

2020-01-21 Thread William Brown
January 2020 19:27 To: Slurm User Community List Subject: [slurm-users] sbatch sending the working directory from the controller to the node I run this sbatch script from the controller: === #!/bin/bash #SBATCH --job-name=test_job #SBATCH --mail-type=NONE# Mail events

[slurm-users] sbatch sending the working directory from the controller to the node

2020-01-21 Thread Dean Schulze
I run this sbatch script from the controller: === #!/bin/bash #SBATCH --job-name=test_job #SBATCH --mail-type=NONE# Mail events (NONE, BEGIN, END, FAIL, ALL) #SBATCH --ntasks=1 #SBATCH --mem=1gb #SBATCH --time=00:05:00 # Time limit hrs:min:sec #SBATCH --output=test_job_