smrenna / pythia8-diy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation:

Laptop: bash myCMakeCommand.sh, make
Cori,Theta, see https://bitbucket.org/jkowalkowski/scidac4-hep-on-hpc/wiki/Cori%20notes

Example run on a single input file:
    mpirun -n 7 ./pythia8-diy  -p tuningTest/scan/0000/runPythia.cmd -n 2000  -a MC_GENERIC -s 1 -o t4.yoda

Example run on a whole directory of input files:
    mpirun -n 7 ./pythia8-diy -i tuningTest/scan/ -p runPythia.cmd -n 20  -a MC_XS

About


Languages

Language:C++ 93.7%Language:Python 2.4%Language:Shell 1.9%Language:CMake 1.0%Language:Batchfile 0.4%Language:Dockerfile 0.4%Language:Gnuplot 0.1%