From 6eba8f97357c0a812e84a393e4d8dd5b301be9bc Mon Sep 17 00:00:00 2001 From: Kevin Pedro Date: Fri, 9 Aug 2024 09:24:00 -0500 Subject: [PATCH] add support for mucoll cluster --- call_host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/call_host.sh b/call_host.sh index 1d3c240..6bcc7be 100755 --- a/call_host.sh +++ b/call_host.sh @@ -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"