From bfae0a0eab9f662b272e4ad32b79ffcf3190a96c Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 28 Jan 2021 22:09:17 +0000 Subject: [PATCH] DEBUG --- benchmarks/dvmp/gen.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/benchmarks/dvmp/gen.sh b/benchmarks/dvmp/gen.sh index 3f5d61c2..879ce378 100755 --- a/benchmarks/dvmp/gen.sh +++ b/benchmarks/dvmp/gen.sh @@ -13,9 +13,6 @@ ## make sure we launch this script from the project root directory PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/../.. pushd ${PROJECT_ROOT} -echo "DEBUGDEBUGDEBUG" -ls config -echo "DEBUGDEBUGDEBUG" ## ============================================================================= @@ -30,6 +27,11 @@ echo "DEBUGDEBUGDEBUG" 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 -- GitLab