mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-09 15:17:56 -05:00
Making all KMP_STACKSIZE now OMP_STACKSIZE to eliminate warnings and be consistent
This commit is contained in:
@@ -79,7 +79,7 @@ module list
|
||||
hostname
|
||||
date
|
||||
export OMP_NUM_THREADS=%d
|
||||
export KMP_STACKSIZE=%dM
|
||||
export OMP_STACKSIZE=%dM
|
||||
export JNUM=${PBS_ARRAY_INDEX:-0}
|
||||
%s
|
||||
date
|
||||
|
||||
@@ -24,8 +24,8 @@ module list
|
||||
hostname
|
||||
date
|
||||
export OMP_NUM_THREADS=72
|
||||
export KMP_STACKSIZE=128M
|
||||
export OMP_STACKSIZE=128M
|
||||
export JNUM=${PBS_ARRAY_INDEX:-0}
|
||||
echo "Running $EXE"
|
||||
${EXE} ${RUNID}.xml ${JNUM} > ${RUNID}.${JNUM}.out
|
||||
date
|
||||
date
|
||||
|
||||
@@ -18,7 +18,7 @@ module list
|
||||
hostname
|
||||
date
|
||||
export OMP_NUM_THREADS=72
|
||||
export KMP_STACKSIZE=128M
|
||||
export OMP_STACKSIZE=128M
|
||||
export JNUM=${PBS_ARRAY_INDEX:-0}
|
||||
|
||||
python3 intelChecksReport.py
|
||||
|
||||
@@ -34,7 +34,7 @@ fi
|
||||
module list
|
||||
hostname
|
||||
export OMP_NUM_THREADS=36
|
||||
export KMP_STACKSIZE=128M
|
||||
export OMP_STACKSIZE=128M
|
||||
export MPI_TYPE_DEPTH=32
|
||||
date
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ fi
|
||||
module list
|
||||
hostname
|
||||
export OMP_NUM_THREADS=36
|
||||
export KMP_STACKSIZE=128M
|
||||
export OMP_STACKSIZE=128M
|
||||
export MPI_TYPE_DEPTH=32
|
||||
date
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ fi
|
||||
module list
|
||||
hostname
|
||||
export OMP_NUM_THREADS=36
|
||||
export KMP_STACKSIZE=128M
|
||||
export OMP_STACKSIZE=128M
|
||||
export MPI_TYPE_DEPTH=32
|
||||
|
||||
echo ""
|
||||
|
||||
@@ -34,7 +34,7 @@ fi
|
||||
module list
|
||||
hostname
|
||||
export OMP_NUM_THREADS=36
|
||||
export KMP_STACKSIZE=128M
|
||||
export OMP_STACKSIZE=128M
|
||||
export MPI_TYPE_DEPTH=32
|
||||
|
||||
echo ""
|
||||
|
||||
@@ -34,7 +34,7 @@ fi
|
||||
module list
|
||||
hostname
|
||||
export OMP_NUM_THREADS=36
|
||||
export KMP_STACKSIZE=128M
|
||||
export OMP_STACKSIZE=128M
|
||||
export MPI_TYPE_DEPTH=32
|
||||
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user