From 14cc0f4e5bad89cf24aa11afb93550da90b324ad Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Thu, 28 Jan 2021 22:16:24 +0000 Subject: [PATCH] debug --- benchmarks/dis/gen.sh | 6 +++--- benchmarks/dis/generator/{pythia_dis.cc => pythia_dis.cxx} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename benchmarks/dis/generator/{pythia_dis.cc => pythia_dis.cxx} (100%) diff --git a/benchmarks/dis/gen.sh b/benchmarks/dis/gen.sh index d34947aa..e09f2c4c 100644 --- a/benchmarks/dis/gen.sh +++ b/benchmarks/dis/gen.sh @@ -10,7 +10,7 @@ echo "Running the DIS benchmarks" ## make sure we launch this script from the project root directory -PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/.. +PROJECT_ROOT="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"/../.. pushd ${PROJECT_ROOT} ## ============================================================================= @@ -35,8 +35,8 @@ JUGGLER_FILE_NAME_TAG="dis" ## ============================================================================= ## Step 1: Dummy event generator ## TODO better file name that encodes the actual configuration we're running -echo "Compiling benchmarks/dis/generator/pythia_dis.cc ..." -g++ benchmarks/dis/generator/pythia_dis.cc -o pythia_dis \ +echo "Compiling benchmarks/dis/generator/pythia_dis.cxx ..." +g++ benchmarks/dis/generator/pythia_dis.cxx -o pythia_dis \ -I/usr/local/include -Iinclude \ -O2 -std=c++11 -pedantic -W -Wall -Wshadow -fPIC \ -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lpythia8 -ldl \ diff --git a/benchmarks/dis/generator/pythia_dis.cc b/benchmarks/dis/generator/pythia_dis.cxx similarity index 100% rename from benchmarks/dis/generator/pythia_dis.cc rename to benchmarks/dis/generator/pythia_dis.cxx -- GitLab