Skip to content

Commit de67705

Browse files
committed
updates for new cms connect host
1 parent 6437a6e commit de67705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bind_condor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LXP_CONDOR_LOCAL=(/etc/condor/config.d /usr/bin/myschedd.sh /usr/bin/myschedd /e
2929
if [[ "$(uname -a)" == *cms*.fnal.gov* ]]; then
3030
bind_if_exists ${LPC_CONDOR_CONFIG} ${LPC_CONDOR_LOCAL}:${LPC_CONDOR_LOCAL}.orig "${COMMAND_PATH}":${LPC_CONDOR_LOCAL}
3131
export APPTAINERENV_CONDOR_CONFIG=${LPC_CONDOR_CONFIG}
32-
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]]; then
32+
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] || [[ "$(uname -a)" == *cmscon.hep.wisc.edu* ]]; then
3333
bind_if_exists ${OSG_CONDOR_CONFIG} "${OSG_CONDOR_LOCAL[@]}"
3434
export APPTAINERENV_CONDOR_CONFIG=${OSG_CONDOR_CONFIG}
3535
elif [[ "$(uname -a)" == *lxplus*.cern.ch* ]]; then

call_host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919
if [ -z "$CALL_HOST_DIR" ]; then
2020
if [[ "$(uname -a)" == *cms*.fnal.gov* ]]; then
2121
export CALL_HOST_DIR=~/nobackup/pipes
22-
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] ; then
22+
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] || [[ "$(uname -a)" == *cmscon.hep.wisc.edu* ]]; then
2323
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
2424
elif [[ "$(uname -a)" == *lxplus*.cern.ch* ]]; then
2525
export CALL_HOST_DIR=/tmp/$(whoami)/pipes

0 commit comments

Comments
 (0)