Standalone version of the ParFullCMS benchmark. It contains Geant4.
- cmake .
- ccmake .
- Set the value of Geant4_DIR to G4new/lib64/Geant4-10.1.1
- Set the value of CMAKE_EXE_LINKER_FLAGS to -LG4new/lib
- Press C
- Press G
- Edit the file CMakeFiles/ParFullCMS.dir/build.make and change the entry /usr/local/lib/libxerces-c.so to G4new/lib/libxerces-c.so
- make -f Makefile
- cd G4new
- source setup.sh
./ParFullCMS bench_file n_threads
Tested with gcc --version <= 5.3.0
Benchmarks can run for days, it is highly recommended to run them in a screen/tmux session.