Skip to content

Commit 71447ef

Browse files
authored
Little correction for large mesh reading
1 parent 3371a3c commit 71447ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

run/NIC4/slurm.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#SBATCH --time=01:00:00 # hh:mm:ss
55
#
66
#SBATCH --ntasks=1
7-
#SBATCH --cpus-per-task=10
7+
#SBATCH --cpus-per-task=16
88
#SBATCH --mem-per-cpu=1024 # megabytes
99
#SBATCH --partition=defq
1010
#SBATCH --output=out.txt
@@ -13,7 +13,8 @@ module load gcc/4.9.2
1313
export CC=gcc
1414
export CXX=g++
1515
export FC=gfortran
16-
export OMP_NUM_THREADS=10
16+
export OMP_NUM_THREADS=16
17+
export OMP_CANCELLATION=true
1718

1819
cd $HOME/Multiphysics
19-
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

Comments
 (0)