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
* 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 --
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
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_