Skip to content
Snippets Groups Projects

Fix the benchmarks

Merged Whitney Armstrong requested to merge benchmark_fix into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7 +47,7 @@ if [[ "$?" -ne "0" ]] ; then
@@ -47,7 +47,7 @@ if [[ "$?" -ne "0" ]] ; then
fi
fi
# Need to figure out how to pass file name to juggler from the commandline
# Need to figure out how to pass file name to juggler from the commandline
gaudirun.py benchmarks/clustering/options/fullcaloclustering.py
gaudirun.py benchmarks/clustering/options/fullcalo_clustering.py
if [[ "$?" -ne "0" ]] ; then
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running juggler"
echo "ERROR running juggler"
exit 1
exit 1
Loading