Skip to content
Snippets Groups Projects

WIP: singularity runner testing

Closed Whitney Armstrong requested to merge new_runner into master
Files
2
+ 9
0
@@ -5,6 +5,15 @@ export DAWN_PS_PREVIEWER="ls "
export G4DAWNFILE_VIEWER="ls -lrth "
export G4DAWNFILE_PS_VIEWER="ls "
export LD_LIBRARY_PATH=/usr/local/lib:/usr/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH}:/usr/lib
source /usr/local/bin/thisdd4hep.sh
ls -lrth /usr/local/lib/libQt5Core*
ls -lrth /usr/local/lib/libDDG4Plugins*
echo $LD_LIBRARY_PATH
function print_the_help {
echo "USAGE: ${0} [-s <skip_events>] -d <dawn_run_dir> "
echo " OPTIONS: "
Loading