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

modified: scripts/run_generator_instance.sh

parent eef826cf
No related branches found
No related tags found
No related merge requests found
...@@ -111,9 +111,12 @@ echo "Running the generator" ...@@ -111,9 +111,12 @@ echo "Running the generator"
lager -r ${RNG_SEED} -c ${FNAME}.json -e ${NEVENTS} -o . lager -r ${RNG_SEED} -c ${FNAME}.json -e ${NEVENTS} -o .
ls -lrth ls -lrth
popd
## Finally, move relevant output into the artifacts directory ## Finally, move relevant output into the artifacts directory
echo "Moving generator output into ${DATA_PATH}" echo "Moving generator output into ${DATA_PATH}"
mkdir -p ${DATA_PATH} mkdir -p ${DATA_PATH}
for ext in hepmc json log root; do for ext in hepmc json log root ; do
mv *.${FNAME}.*.${ext} ${DATA_PATH}/${FNAME}.${ext} mv dvmp/*.${FNAME}.*.${ext} ${DATA_PATH}/${FNAME}.${ext}
done done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment