Skip to content
Snippets Groups Projects

Pythia DIS

Merged Whitney Armstrong requested to merge dis_pythia into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -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
Loading