Making all KMP_STACKSIZE now OMP_STACKSIZE to eliminate warnings and be consistent

This commit is contained in:
Jeffrey Garretson
2022-06-02 13:35:19 -06:00
parent 4a9770c07e
commit 667d443d8d
8 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 ""

View File

@@ -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 ""

View File

@@ -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 ""