From 361a9d0e18a985a7b0e1bdaa4420871a50ee515f Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Tue, 25 May 2021 16:44:10 -0500
Subject: [PATCH] Changed the default detector to athena

---
 bin/env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/env.sh b/bin/env.sh
index 4430dd4..481d5cf 100755
--- a/bin/env.sh
+++ b/bin/env.sh
@@ -43,7 +43,7 @@ fi
 
 ## Detector package to be used during the benchmark process
 if [ ! -n  "${JUGGLER_DETECTOR}" ] ; then 
-  export JUGGLER_DETECTOR="topside"
+  export JUGGLER_DETECTOR="athena"
 fi
 
 if [ ! -n  "${JUGGLER_DETECTOR_VERSION}" ] ; then 
-- 
GitLab