diff --git a/HPC_batch_run.sh b/HPC_batch_run.sh index aa2eda55..837a1111 100644 --- a/HPC_batch_run.sh +++ b/HPC_batch_run.sh @@ -3,7 +3,7 @@ #SBATCH --job-name=scioi_p34_ABM_simulation #SBATCH --output=slurm_log/.%j.log # output file #SBATCH --error=slurm_log/.%j.err # error file -#SBATCH --partition=scioi_node # partition to submit to +#SBATCH --partition=standard # partition to submit to #SBATCH --ntasks=1 #SBATCH --time=7-00:00 # Runtime in D-HH:MM #SBATCH --cpus-per-task=4 # on ex_scioi partition we have 32core/node