Skip to content

Commit

Permalink
Use new CFS_MIRROR env var
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored Jul 7, 2023
1 parent d25773f commit 982aa40
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions nersc/setup_td_int.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,25 @@ fi
export SNANA_DIR="$TD_SOFTWARE/SNANA"
export PYTHONPATH=$PYTHONPATH:$SNANA_DIR/src

export SNDATA_ROOT="/pscratch/sd/d/desctd/cfs_mirror/SNDATA_ROOT"
export CFS_MIRROR=/pscratch/sd/d/desctd/cfs_mirror

export SNDATA_ROOT=$CFS_MIRROR/SNANA/SNDATA_ROOT

export SNANA_TESTS="$TD_SN/SNANA/SNANA_TESTS"
export SNANA_SURVEYS="$TD_SN/SNANA/SURVEYS"

export SNANA_LSST_ROOT="/pscratch/sd/d/desctd/cfs_mirror/SNANA_LSST_ROOT"
export SNANA_LSST_ROOT=$CFS_MIRROR/SNANA/SURVEYS/LSST/ROOT
export SNANA_LSST_ROOT_LEGACY="/global/cfs/cdirs/lsst/groups/TD/SN/SNANA/SURVEYS/LSST/ROOT"
export SNANA_LSST_USERS="$SNANA_SURVEYS/LSST/USERS"

export PLASTICC_ROOT=$SNANA_LSST_ROOT/PLASTICC
export PLASTICC_MODELS=$SNANA_LSST_ROOT/PLASTICC/model_libs

export ELASTICC_ROOT=$SNANA_LSST_ROOT/ELASTICC
export ELASTICC_HOSTLIB=$ELASTICC_ROOT/HOSTLIB/HOSTLIBS/ONE_YR
export ELASTICC_WGTMAP=$ELASTICC_ROOT/HOSTLIB/WGTMAPS


case $NERSC_HOST in
"perlmutter")
: # settings for Perlmutter
Expand Down

0 comments on commit 982aa40

Please sign in to comment.