Skip to content

Commit

Permalink
Remove option for cori scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Jul 13, 2023
1 parent 5b7bd45 commit a9d5876
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions nersc/setup_td_int.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a9d5876

Please sign in to comment.