diff --git a/util/cron/load-base-deps.bash b/util/cron/load-base-deps.bash index 12c31f424343..d09e91481922 100755 --- a/util/cron/load-base-deps.bash +++ b/util/cron/load-base-deps.bash @@ -11,6 +11,10 @@ elif [ "$(hostname -s)" == "osprey" ]; then if [ -f /cray/css/users/chapelu/chpl-deps/load_chpl_deps.bash ] ; then source /cray/css/users/chapelu/chpl-deps/load_chpl_deps.bash fi +elif [ "$(hostname -s)" == "atlas" ]; then + if [ -f /lus/scratch/chapelu/chpl-deps/$(hostname -s)/load_chpl_deps.bash ] ; then + source /lus/scratch/chapelu/chpl-deps/$(hostname -s)/load_chpl_deps.bash + fi else # For our internal testing, this is necessary to get the latest version of gcc # on the system.