We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3371a3c commit 71447efCopy full SHA for 71447ef
run/NIC4/slurm.sh
@@ -4,7 +4,7 @@
4
#SBATCH --time=01:00:00 # hh:mm:ss
5
#
6
#SBATCH --ntasks=1
7
-#SBATCH --cpus-per-task=10
+#SBATCH --cpus-per-task=16
8
#SBATCH --mem-per-cpu=1024 # megabytes
9
#SBATCH --partition=defq
10
#SBATCH --output=out.txt
@@ -13,7 +13,8 @@ module load gcc/4.9.2
13
export CC=gcc
14
export CXX=g++
15
export FC=gfortran
16
-export OMP_NUM_THREADS=10
+export OMP_NUM_THREADS=16
17
+export OMP_CANCELLATION=true
18
19
cd $HOME/Multiphysics
-srun ./build/bin/main ./Geometry/2D\ Rectangle/rectangle.msh ./Params/param.dat
20
+srun ./build/bin/main ./Geometry/2D\ Rectangle/rectangle.msh ./Params/param.dat
0 commit comments