From 2da6d7196d4ce01d03f68a754708ddc6fb8b5d9d Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Thu, 28 Jan 2021 22:13:02 +0000
Subject: [PATCH] debug
---
benchmarks/dvmp/gen.sh | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/benchmarks/dvmp/gen.sh b/benchmarks/dvmp/gen.sh
index 879ce378..cfb64aa0 100755
--- a/benchmarks/dvmp/gen.sh
+++ b/benchmarks/dvmp/gen.sh
@@ -27,11 +27,6 @@ pushd ${PROJECT_ROOT}
export REQUIRE_DECAY=1
source util/parse_cmd.sh $@
-echo "DEBUGDEBUGDEBUG"
-pwd
-ls config
-echo "DEBUGDEBUGDEBUG"
-
## To run the generator, we need the following global variables:
##
## - LOCAL_PREFIX: Place to cache local packages and data
@@ -78,7 +73,7 @@ elif [ $DECAY = "muon" ]; then
fi
## generate the config file for this generator setup
-CONFIG_IN="${BENCHMARK_TAG}/generator/${CONFIG}.json.in"
+CONFIG_IN="benchmarks/${BENCHMARK_TAG}/generator/${CONFIG}.json.in"
echo "Creating generator configuration file ${GEN_TAG}.json"
if [ ! -f ${CONFIG_IN} ]; then
echo "ERROR: cannot find master config file ${CONFIG_IN}"
--
GitLab