Commit d08fd47e authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files

Edit getting_started.md

parent 14790f7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ When downloading the BoGEMMS-HPC repository, the user finds in the [geom](https:
To create an independent application, with separated geometry and physics definition, the user must activate this option and define the path to a directory of choice. Both must defined when running cmake using:

- Activating the use of a user defined path: -DUSER_CLASSES=ON/OFF (default=OFF)
- Setting the user defined path: -DUSER_CLASSES_PATH=<path-to-directory> (all user-defined classes must be in the same directory)
- Setting the user defined path: -DUSER_CLASSES_PATH=<path> (all user-defined classes must be in the same directory)

If new files are added to the directory, cmake must be run again.
The user can copy and modify in the user path the geometry and physics classes of the example applications, or starting from the templates provided [here](https://www.ict.inaf.it/gitlab/icsc_g4_hpc/BoGEMMS-HPC/-/tree/main/templates?ref_type=heads).