We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2d7e2 commit 1545e53Copy full SHA for 1545e53
call_host.sh
@@ -21,6 +21,8 @@ if [ -z "$CALL_HOST_DIR" ]; then
21
export CALL_HOST_DIR=~/nobackup/pipes
22
elif [[ "$(uname -a)" == *.uscms.org* ]] || [[ "$(uname -a)" == *.osg-htc.org* ]] ; then
23
export CALL_HOST_DIR=/scratch/$(whoami)/pipes
24
+ elif [[ "$(uname -a)" == *lxplus*.cern.ch* ]]; then
25
+ export CALL_HOST_DIR=/tmp/$(whoami)/pipes
26
else
27
echo "Warning: no default CALL_HOST_DIR for $(uname -a), please set your own manually. disabling"
28
export CALL_HOST_STATUS=disable
0 commit comments