Skip to content
Snippets Groups Projects

Remove xenv references

Merged Wouter Deconinck requested to merge remove-xenv into master
7 files
+ 2
10
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -81,14 +81,12 @@ echo "Running Geant4 simulation"
## - JUGGLER_DETECTOR: detector package (part of global environment)
#export JUGGLER_SIM_FILE=${SIM_FILE}
#export JUGGLER_REC_FILE=${REC_FILE}
#xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
# gaudirun.py options/tracker_reconstruction.py
#gaudirun.py options/tracker_reconstruction.py
## on-error, first retry running juggler again as there is still a random
## crash we need to address FIXME
#if [ "$?" -ne "0" ] ; then
# echo "Juggler crashed, retrying..."
# xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
# gaudirun.py options/tracker_reconstruction.py \
# gaudirun.py options/tracker_reconstruction.py \
# 2>&1 > ${REC_LOG}
# if [ "$?" -ne "0" ] ; then
# echo "ERROR running juggler, both attempts failed"
Loading