Skip to content
Snippets Groups Projects
Verified Commit c1c25fea authored by Renato Alves's avatar Renato Alves :seedling:
Browse files

MNT Use long-name options for SLURM arguments

parent 57f1a4e3
No related branches found
No related tags found
No related merge requests found
......@@ -232,10 +232,10 @@ cat << EOF | ${LOCALCMD}
#!/usr/bin/env bash
#SBATCH --array=${JOB_COUNT}%${ACTIVE}
#SBATCH --cpus-per-task=${CORES}
#SBATCH -N ${NODES}
#SBATCH --nodes=${NODES}
#SBATCH --mem-per-cpu=${MEM}M
#SBATCH -o ${LOGFILE}
#SBATCH -J ${NAME}
#SBATCH --output=${LOGFILE}
#SBATCH --job-name=${NAME}
${BANG_BEGIN}
${BANG_QUEUE}
${BANG_EMAIL}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment