From 5ad50eba832b4acfc5c9b97ceb8a2d57f9e490d4 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 7 Jun 2021 13:08:33 -0500 Subject: [PATCH] modified: barrel_clusters.sh --- benchmarks/clustering/barrel_clusters.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/clustering/barrel_clusters.sh b/benchmarks/clustering/barrel_clusters.sh index 97b798ea..245cffce 100644 --- a/benchmarks/clustering/barrel_clusters.sh +++ b/benchmarks/clustering/barrel_clusters.sh @@ -47,7 +47,7 @@ if [[ "$?" -ne "0" ]] ; then fi # 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 echo "ERROR running juggler" exit 1 -- GitLab