Skip to content
Snippets Groups Projects
Commit d355c349 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Added print statments

parent 63527a77
Branches
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ JUGGLER_FILE_NAME_TAG="dis"
## =============================================================================
## Step 1: Dummy event generator
## TODO better file name that encodes the actual configuration we're running
echo "Compiling dis/src/pythia_dis.cc ..."
g++ dis/src/pythia_dis.cc -o pythia_dis \
-I/usr/local/include \
-O2 -std=c++11 -pedantic -W -Wall -Wshadow -fPIC \
......@@ -45,6 +45,7 @@ if [[ "$?" -ne "0" ]] ; then
echo "ERROR compiling pythia"
exit 1
fi
echo "done"
./pythia_dis
if [[ "$?" -ne "0" ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment