Skip to content

Commit 6eba8f9

Browse files
committed
add support for mucoll cluster
1 parent 9d317fd commit 6eba8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

call_host.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212
if [ -z "$CALL_HOST_DIR" ]; then
1313
if [[ "$(uname -a)" == *cms*.fnal.gov* ]]; then
1414
export CALL_HOST_DIR=~/nobackup/pipes
15-
elif [[ "$(uname -a)" == *.uscms.org* ]]; then
15+
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] ; then
1616
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
1717
else
1818
echo "Warning: no default CALL_HOST_DIR for $(uname -a), please set your own manually. disabling"

0 commit comments

Comments
 (0)