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

Commit

Permalink
fix: dtn01 -> eics3 (#11)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
dtn01 -> eics3

### What kind of change does this PR introduce?
- [x] Bug fix (issue #__)
- [ ] New feature (issue #__)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?

### Does this PR change default behavior?
  • Loading branch information
wdconinc authored May 6, 2024
1 parent 48338df commit 404dd47
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 404dd47

Please sign in to comment.