Skip to content

Commit 1545e53

Browse files
committed
add default pipes dir for lxplus
1 parent 0c2d7e2 commit 1545e53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

call_host.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ if [ -z "$CALL_HOST_DIR" ]; then
2121
export CALL_HOST_DIR=~/nobackup/pipes
2222
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] ; then
2323
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
24+
elif [[ "$(uname -a)" == *lxplus*.cern.ch* ]]; then
25+
export CALL_HOST_DIR=/tmp/$(whoami)/pipes
2426
else
2527
echo "Warning: no default CALL_HOST_DIR for $(uname -a), please set your own manually. disabling"
2628
export CALL_HOST_STATUS=disable

0 commit comments

Comments
 (0)