Dear Community,
We could not start our studies in our clusters with ready-to-use slurm template. Although we tried to optimize it, we couldn’t. May anyone send us an optimized slurm template according to the slurm file I have pasted below?
Thanks in advance
#!/bin/bash
#SBATCH -p hamsi
#SBATCH -A zduzgun
#SBATCH -J virtual-flow
#SBATCH -N 1
#SBATCH -n 56
#SBATCH --time=3-00:00:0
#SBATCH --no-requeue
#SBATCH --mail-type=ALL
#SBATCH --output=slurm-%j.out
#SBATCH --error=slurm-%j.err
unset OMP_NUM_THREADS
echo “SLURM_NODELIST $SLURM_NODELIST”
echo “NUMBER OF CORES $SLURM_NTASKS”