I need optimized slurm template

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”

Dear Zekeriya,

Welcome to the forum.

Regarding the optimization of the slurm file, it depends on each cluster individually what changes you need to make. Since we do not know the details of your computer cluster, we do not know which changes have to be made.

If you post some more details on what the actual problem is, we might be able to provide further assistance. However, the system admins of your cluster might be able to help you better with this issue, since they know your cluster best.