Skip to content

Commit

Permalink
add support for mucoll cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Aug 9, 2024
1 parent 9d317fd commit 6eba8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion call_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
if [ -z "$CALL_HOST_DIR" ]; then
if [[ "$(uname -a)" == *cms*.fnal.gov* ]]; then
export CALL_HOST_DIR=~/nobackup/pipes
elif [[ "$(uname -a)" == *.uscms.org* ]]; then
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] ; then
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
else
echo "Warning: no default CALL_HOST_DIR for $(uname -a), please set your own manually. disabling"
Expand Down

0 comments on commit 6eba8f9

Please sign in to comment.