See the documentation at
https://slurm.schedmd.com/heterogeneous_jobs.html#env_var
There are *_PACK_* environment variables in the job env that describe the
heterogeneous allocation. The batch step of the job (corresponding to your
script) executes on the first node of the first part
Hi,
I can submit heterogeneous jobs using packjob likes
#SBATCH -p high_mem
#SBATCH -N 1
#SBATCH --exclusive
#SBATCH packjob
#SBATCH -p log_mem
#SBATCH -N 2
#SBATCH --exclusive
i.e. specify 1 fat node and two thin nodes for one jobs.
If I use "squeue/scontrol" to check the job, it i