Skip to content

Commit

Permalink
add default pipes dir for lxplus
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Oct 8, 2024
1 parent 0c2d7e2 commit 1545e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions call_host.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if [ -z "$CALL_HOST_DIR" ]; then
export CALL_HOST_DIR=~/nobackup/pipes
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] ; then
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
elif [[ "$(uname -a)" == *lxplus*.cern.ch* ]]; then
export CALL_HOST_DIR=/tmp/$(whoami)/pipes
else
echo "Warning: no default CALL_HOST_DIR for $(uname -a), please set your own manually. disabling"
export CALL_HOST_STATUS=disable
Expand Down

0 comments on commit 1545e53

Please sign in to comment.