From d355c3494b2e17833b881689e32eda85cbdfe78a Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sun, 10 Jan 2021 00:40:52 -0600 Subject: [PATCH] Added print statments --- dis/gen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dis/gen.sh b/dis/gen.sh index 6c52e901..88bd9710 100644 --- a/dis/gen.sh +++ b/dis/gen.sh @@ -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 -- GitLab