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 3bc76bb commit 72b3a4bCopy full SHA for 72b3a4b
CTA.mainRunScriptsReduced.sh
@@ -32,14 +32,6 @@ fi
32
P2="$1"
33
# run mode
34
RUN="$2"
35
-# loop over LSTs
36
-[[ "$3" ]] && LST=$3 || LST="FALSE"
37
-
38
-NMULT=( 2 3 4 5 6 )
39
-if [[ ${P2} == *"North"* ]]; then
40
- NMULT=( 2 3 4 )
41
-fi
42
-LSTMULT=( 2 3 4 )
43
44
# run scripts are collected here
45
RUNSCRIPTDIR="${CTA_USER_LOG_DIR}/jobs/$(uuidgen)"
0 commit comments