Commit 8833f11e authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files
parents 275fe770 05e2595d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ BoGEMMS-HPC has been tested on CentOS >=7 Linux with GCC >=8 64 bits and macOS V
- openmpi (tested with v4.1.5)
- SQLite (tested with autoconf-3450100)
- G4-mpi (distributed with the Geant4 v11.1 release)
- MongoDB c++ driver (tested with v4.0.0)
- (optional) ROOT >= v6

## Containerization
@@ -44,6 +45,7 @@ To configure, change into the build directory and run CMake
### Building options

- Activating SQLite: `-DSQLBUILD=ON` (default=OFF)
- Activating MongoDB: `-DMONGODBBUILD=ON` (default=OFF)
- Setting the Geant4 version: `-DGEANT4_VERSION=-DGEANT4_11_1` (default GEANT4_11_1)
- Activating the ROOT dependance: `-DNOROOTBUILD=OFF` (default=ON)