File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
validation/advanced-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5050if [ $? != 0 ] ; then echo " wget validation files failure" ; exit 1 ; fi
5151tar -zxvf twoTrackEvents_809_raw.evio.tar.gz
5252
53- export JAVA_OPTS=-Djava.util.logging.config.file=../../common-tools/clas- logging/src/main/resources/org/jlab/logging/ debug.properties
53+ export JAVA_OPTS=" -Djava.util.logging.config.file=$PWD / ../../etc/ logging/debug.properties"
5454
5555# run decoder
5656$COAT /bin/decoder -t -0.5 -s 0.0 -i ./twoTrackEvents_809_raw.evio -o ./twoTrackEvents_809.hipo -c 2
@@ -59,7 +59,7 @@ $COAT/bin/decoder -t -0.5 -s 0.0 -i ./twoTrackEvents_809_raw.evio -o ./twoTrackE
5959echo " set inputDir $PWD /" > cook.clara
6060echo " set outputDir $PWD /" >> cook.clara
6161echo " set threads 1" >> cook.clara
62- echo " set javaMemory 2 " >> cook.clara
62+ echo " set javaOptions \" -Xmx2g -Djava.util.logging.config.file= $PWD /../../etc/logging/debug.properties \" " >> cook.clara
6363echo " set session s_cook" >> cook.clara
6464echo " set description d_cook" >> cook.clara
6565ls twoTrackEvents_809.hipo > files.list
You can’t perform that action at this time.
0 commit comments