Skip to content
Snippets Groups Projects

Update options

Closed Sylvester Joosten requested to merge update_options into master
3 files
+ 6
21
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
10
@@ -88,17 +88,9 @@ export JUGGLER_REC_FILE=${REC_FILE}
export JUGGLER_DETECTOR_PATH=${DETECTOR_PATH}
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv \
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 \
2>&1 > ${REC_LOG}
if [ "$?" -ne "0" ] ; then
echo "ERROR running juggler, both attempts failed"
exit 1
fi
echo "ERROR running juggler, both attempts failed"
exit 1
fi
## =============================================================================
Loading