From 6c435adeaf939f28daf55e4a32ab9dda8a180f06 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 28 Jan 2021 21:56:21 +0000 Subject: [PATCH] debug --- benchmarks/dvmp/gen.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmarks/dvmp/gen.sh b/benchmarks/dvmp/gen.sh index 32f4b7df..2adf2ab0 100755 --- a/benchmarks/dvmp/gen.sh +++ b/benchmarks/dvmp/gen.sh @@ -13,6 +13,8 @@ ## 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 ${PROJECT_ROOT} +ls . ## ============================================================================= ## Step 1: Setup the environment variables -- GitLab