We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f57c48 commit a1d6062Copy full SHA for a1d6062
prodtests/full_system_test.sh
@@ -7,7 +7,7 @@
7
#
8
# Note that this might require a production server to run.
9
10
-# This script needs some binary objects (for the moment):
+# This script can use additional binary objects which can be optionally provided:
11
# - matbud.root + ITSdictionary.bin
12
13
# authors: D. Rohr / S. Wenzel
@@ -83,6 +83,7 @@ for STAGE in "NOGPU" "WITHGPU"; do
83
export GPUTYPE=CPU
84
export SYNCMODE=0
85
export HOSTMEMSIZE=$TPCTRACKERSCRATCHMEMORY
86
+ rm -f ctf_dictionary.root
87
fi
88
export SHMSIZE
89
export NTIMEFRAMES
0 commit comments