From a9d58766f969bb9ffd41992bf2c571395bcdbc7b Mon Sep 17 00:00:00 2001 From: Heather Kelly Date: Thu, 13 Jul 2023 14:58:54 -0400 Subject: [PATCH] Remove option for cori scratch --- nersc/setup_td_int.sh | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/nersc/setup_td_int.sh b/nersc/setup_td_int.sh index 93a08b4..57a73c2 100644 --- a/nersc/setup_td_int.sh +++ b/nersc/setup_td_int.sh @@ -154,26 +154,15 @@ export ELASTICC_HOSTLIB=$ELASTICC_ROOT/HOSTLIB/HOSTLIBS/ONE_YR export ELASTICC_WGTMAP=$ELASTICC_ROOT/HOSTLIB/WGTMAPS -case $NERSC_HOST in - "perlmutter") - : # settings for Perlmutter - export SNANA_SCRATCH="/pscratch/sd/d/desctd" - ;; - "cori") - : # settings for Cori - export SNANA_SCRATCH="/global/cscratch1/sd/kessler" - ;; -esac - +export SNANA_SCRATCH="/pscratch/sd/d/desctd" +export SNANA_LSST_SIM="$SNANA_SCRATCH/SNANA_LSST_SIM" +export SNANA_YSE_SIM="$SNANA_SCRATCH/SNANA_YSE_SIM" if [[ "$cosmosis" ]]; then wrapcosmosis fi -export SNANA_LSST_SIM="$SNANA_SCRATCH/SNANA_LSST_SIM" -export SNANA_YSE_SIM="$SNANA_SCRATCH/SNANA_YSE_SIM" - export SCRATCH_SIMDIR="$SNANA_LSST_SIM" export SNANA_ZTF_SIM="$SNANA_SCRATCH/SNANA_ZTF_SIM"