From a42d0dde417522079c5f2e5a67d1ebdf941084ab Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sat, 24 Feb 2024 10:15:00 -0600 Subject: [PATCH] fix: dtn01 -> eics3 --- scripts/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/run.sh b/scripts/run.sh index cc83c5f..8b8f261 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -63,7 +63,7 @@ BASEDIR=${DATADIR:-${PWD}} # XRD and S3 locations XRDURL="root://dtn-eic.jlab.org//work/eic2/EPIC" -S3URL="https://dtn01.sdcc.bnl.gov:9000" +S3URL="https://eics3.sdcc.bnl.gov:9000" # Local temp dir echo "SLURM_TMPDIR=${SLURM_TMPDIR:-}" @@ -130,8 +130,8 @@ if curl --connect-timeout 30 --retry 5 --silent --show-error ${S3URL} > /dev/nul else echo "$(hostname) is NOT online." if which tracepath ; then - echo "tracepath -b -p 9000 dtn01.sdcc.bnl.gov" - tracepath -b -p 9000 dtn01.sdcc.bnl.gov + echo "tracepath -b -p 9000 eics3.sdcc.bnl.gov" + tracepath -b -p 9000 eics3.sdcc.bnl.gov fi export ONLINE= fi