From 95446b57f1fc0d4a7267ea4ece6d926b0e2f0f0c Mon Sep 17 00:00:00 2001 From: JessicaMeixner-NOAA Date: Fri, 5 Jan 2024 08:48:39 -0600 Subject: [PATCH] update orion env variables after testing, these are now the same as hercules --- regtests/bin/matrix_cmake_ncep | 4 ---- 1 file changed, 4 deletions(-) diff --git a/regtests/bin/matrix_cmake_ncep b/regtests/bin/matrix_cmake_ncep index 250e7b90d..b30162daf 100755 --- a/regtests/bin/matrix_cmake_ncep +++ b/regtests/bin/matrix_cmake_ncep @@ -156,10 +156,6 @@ EOF echo '#SBATCH --exclusive' >> matrix.head echo ' ' >> matrix.head echo 'ulimit -s unlimited' >> matrix.head - echo 'ulimit -c 0' >> matrix.head - echo 'export KMP_STACKSIZE=2G' >> matrix.head - echo 'export FI_OFI_RXM_BUFFER_SIZE=128000' >> matrix.head - echo 'export FI_OFI_RXM_RX_SIZE=64000' >> matrix.head elif [ $batchq = "slurm" ] && [ $ishercules ] then echo "#SBATCH -n ${np}" >> matrix.head