Skip to content

Commit

Permalink
added exec.OSX_SEQUOIA
Browse files Browse the repository at this point in the history
  • Loading branch information
gmstaebler committed Jan 10, 2025
1 parent 6f7ad70 commit 8cd31e2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions platform/exec/exec.OSX_SEQUOIA
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh
# GACODE Parallel execution script (OSX_MOUNTAINLION)

simdir=${1}
nmpi=${2}
exec=${3}
nomp=${4}
numa=${5}
mpinuma=${6}

cd $simdir
mpirun -env OMP_NUM_THREADS $nomp -np $nmpi $exec

0 comments on commit 8cd31e2

Please sign in to comment.