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

debug

parent 2266f18e
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.
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment