Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-40603 date panda.lsst.io documents for USDF #55

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
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
19 changes: 19 additions & 0 deletions python/lsst/ctrl/bps/panda/conf_example/setup_lsst_panda.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
# To setup PanDA at USDF: source setup_lsst_panda.sh w_2023_38
# If using PanDA at CERN: source setup_lsst_panda.sh w_2023_38 cern

latest=$(ls -td /cvmfs/sw.lsst.eu/linux-x86_64/panda_env/v* | head -1)

weekly=$1
panda_ins=$2

if [ "$panda_ins" == "cern" ]; then
setupScript=${latest}/setup_panda_cern.sh
echo "Submission to PanDA at: " $panda_ins
else
setupScript=${latest}/setup_panda_usdf.sh
fi

source ${latest}/setup_lsst.sh $weekly
echo "setup from:" $setupScript
source $setupScript
16 changes: 0 additions & 16 deletions python/lsst/ctrl/bps/panda/conf_example/setup_panda.sh

This file was deleted.