Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

fix: dtn01 -> eics3 #11

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-}"
Expand Down Expand Up @@ -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
Expand Down
Loading