Hi Kent,
on your management node could you run:
systemctl status slurmctld
and check your 'Nodename=' and 'PartitionName=...' in
/etc/slurm.conf ? In my slurm.conf I have a more detailed description
and the Nodename Keyword start with an upper case (do'nt know if
slurm.conf is case sensit
Dear * ,
I've some question for understanding.
Essentially, I use the following job script:
--->
#!/bin/bash
#SBATCH -J srun_test
#SBATCH --time=0:02:00
#SBATCH --export=NONE
#SBATCH --partition=test
#SBATCH --nodes=2
#SBATCH -o ./%x.%j.out
#SBATCH -D .
srun --export=a