You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module use /global/common/software/desi/$NERSC_HOST/desiconda/startup/modulefiles
module load desimodules/main
instead of sourcing desi_environment.sh main. This broke with the desimodules/main update to desitree/0.6.0 on Friday 2022-08-19 because now $DESI_ROOT is set in desi_environment.sh rather than in desitree. I think that was because on Perlmutter with lmod, there was some issue with propagating $DESI_ROOT set in one module file into another.
I'm not sure if cron_dailyupdate.sh was avoiding desi_environment.sh for a specific technical reason, or perhaps just because module use + module load seemed more explicit about what it was doing (most of the logic in desi_environment.sh is handling special cases to work across multiple machines, including dtn).
Investigate and test whether cron_dailyupdate.sh could use desi_environment.sh. In the meantime daily updates + tests aren't running.
The text was updated successfully, but these errors were encountered:
etc/cron_dailyupdate.sh uses
instead of sourcing
desi_environment.sh main
. This broke with the desimodules/main update to desitree/0.6.0 on Friday 2022-08-19 because now $DESI_ROOT is set indesi_environment.sh
rather than in desitree. I think that was because on Perlmutter with lmod, there was some issue with propagating $DESI_ROOT set in one module file into another.I'm not sure if
cron_dailyupdate.sh
was avoidingdesi_environment.sh
for a specific technical reason, or perhaps just becausemodule use
+module load
seemed more explicit about what it was doing (most of the logic indesi_environment.sh
is handling special cases to work across multiple machines, including dtn).Investigate and test whether
cron_dailyupdate.sh
could usedesi_environment.sh
. In the meantime daily updates + tests aren't running.The text was updated successfully, but these errors were encountered: