diff --git a/util/cron/load-base-deps.bash b/util/cron/load-base-deps.bash index 367d8df6157d..a8b8dcff7794 100755 --- a/util/cron/load-base-deps.bash +++ b/util/cron/load-base-deps.bash @@ -6,12 +6,8 @@ if [ -f /data/cf/chapel/chpl-deps/setup_chpl_deps.bash ] ; then # for chapcs/chapvm, just load all dependencies via spack source /data/cf/chapel/chpl-deps/setup_chpl_deps.bash -elif [ "$(hostname -s)" == "osprey" ]; then - # ditto for osprey - if [ -f /lus/scratch/chapelu/chpl-deps/osprey/load_chpl_deps.bash ] ; then - source /lus/scratch/chapelu/chpl-deps/osprey/load_chpl_deps.bash - fi -elif [ "$(hostname -s)" == "atlas" ]; then +elif [ "$(hostname -s)" == "osprey" || "$(hostname -s)" == "atlas" || + "$(hostname -s)" == "horizon"]; 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