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

Added print statments

parent 63527a77
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
...@@ -35,7 +35,7 @@ JUGGLER_FILE_NAME_TAG="dis" ...@@ -35,7 +35,7 @@ JUGGLER_FILE_NAME_TAG="dis"
## ============================================================================= ## =============================================================================
## Step 1: Dummy event generator ## Step 1: Dummy event generator
## TODO better file name that encodes the actual configuration we're running ## 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 \ g++ dis/src/pythia_dis.cc -o pythia_dis \
-I/usr/local/include \ -I/usr/local/include \
-O2 -std=c++11 -pedantic -W -Wall -Wshadow -fPIC \ -O2 -std=c++11 -pedantic -W -Wall -Wshadow -fPIC \
...@@ -45,6 +45,7 @@ if [[ "$?" -ne "0" ]] ; then ...@@ -45,6 +45,7 @@ if [[ "$?" -ne "0" ]] ; then
echo "ERROR compiling pythia" echo "ERROR compiling pythia"
exit 1 exit 1
fi fi
echo "done"
./pythia_dis ./pythia_dis
if [[ "$?" -ne "0" ]] ; then 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