Closed bastiencarreres closed 8 months ago
Please add:
GLOBAL:
CFG_PATH: $SNANA_LSST_ROOT/starterKits/pippin/cfg_lsst_perlmutter.yml
To your .yml file. The default cfg file used by Pippin is built for Midway, so a new cfg file was created for perlmutter, pointing Pippin to the perlmutter install path of all the software packages used by Pippin.
I've added perlmutter specific instructions to the README to hopefully avoid this confusion in the future. Pippin 2.0 should bypass this issue a bit more elegantly, but for the moment this will have to do
Hi,
I tried to use pippin.sh on Permulter. I'm setting the TD env:
source /global/cfs/cdirs/lsst/groups/TD/setup_td.sh
. When I trypippin.sh -vc
on my yaml file/global/cfs/cdirs/lsst/groups/TD/SN/SNANA/SURVEYS/LSST/USERS/bastienc/LSST_SNANA/LSST_Uchuu_BC.yml
I always got this error:It seems to come from the function
get_data_loc
that check for existence of some path (here the CosmoMC one, however my yml file only contains simulation config).