Skip to content
Snippets Groups Projects
Commit 2da6d719 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

debug

parent 71765fd1
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !10. Comments created here will be created in the context of that merge request.
...@@ -27,11 +27,6 @@ pushd ${PROJECT_ROOT} ...@@ -27,11 +27,6 @@ pushd ${PROJECT_ROOT}
export REQUIRE_DECAY=1 export REQUIRE_DECAY=1
source util/parse_cmd.sh $@ source util/parse_cmd.sh $@
echo "DEBUGDEBUGDEBUG"
pwd
ls config
echo "DEBUGDEBUGDEBUG"
## To run the generator, we need the following global variables: ## To run the generator, we need the following global variables:
## ##
## - LOCAL_PREFIX: Place to cache local packages and data ## - LOCAL_PREFIX: Place to cache local packages and data
...@@ -78,7 +73,7 @@ elif [ $DECAY = "muon" ]; then ...@@ -78,7 +73,7 @@ elif [ $DECAY = "muon" ]; then
fi fi
## generate the config file for this generator setup ## 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" echo "Creating generator configuration file ${GEN_TAG}.json"
if [ ! -f ${CONFIG_IN} ]; then if [ ! -f ${CONFIG_IN} ]; then
echo "ERROR: cannot find master config file ${CONFIG_IN}" echo "ERROR: cannot find master config file ${CONFIG_IN}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment