Skip to content

Commit

Permalink
Enable oversubscribe in PIXI_OPENMP build
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkho committed Nov 15, 2024
1 parent 94b8ed1 commit 883d197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions platform/exec/exec.PIXI_OPENMP
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh
# GACODE Parallel execution script (PIXI)
# GACODE Parallel execution script (PIXI_OPENMP)
#
# NOTES:
# Used mpich2-1.0.1, so use mpirun rather than mpiexec
# Used openmpi-5.0.1

simdir=${1}
nmpi=${2}
Expand All @@ -15,5 +15,5 @@ echo $simdir

cd $simdir

mpirun -x OMP_NUM_THREADS=$nomp -np $nmpi $exec
mpirun -x OMP_NUM_THREADS=$nomp -np $nmpi --oversubscribe $exec

0 comments on commit 883d197

Please sign in to comment.