fixed typo

This commit is contained in:
Max Lübke 2021-02-09 20:03:50 +01:00
commit da71e2ec1e
No known key found for this signature in database
GPG Key ID: D3201E51647D1199

View File

@ -102,6 +102,11 @@ according to the binary.
## Running
Before POET is ready to run, a working directory must be created. In this
directory you should find the executable file, the R scripts
`<POET_ROOT>/R_lib/kin_r_library.R` and `<POET_ROOT>/R_lib/parallel_r_library.R`
and the simulation description e.g. `<POET_ROOT>/data/chem_problems/SimDol2D.R`.
Run POET by `mpirun ./poet <OPTIONS> <SIMFILE> <OUTPUT_DIRECTORY>` where:
- **OPTIONS** - runtime parameters (explained below)
@ -151,6 +156,7 @@ with 4 processes `cd` into your previously installed POET-dir
mpirun -n 4 ./poet ../data/SimDol2D.R output
```
After a finished simulation all data generated by POET will be found in the
directory `output`.
@ -172,9 +178,15 @@ directory but must be provided separately.~~ At this moment **SimDolKtz.R** is
not supported.
## About the usage of MPI_Wtime()
Implemented time measurement functions use `MPI_Wtime()`. Some important
Implemented time measurement functions uses `MPI_Wtime()`. Some important
informations from the OpenMPI Man Page:
For example, on platforms that support it, the clock_gettime() function will be
used to obtain a monotonic clock value with whatever precision is supported on
that platform (e.g., nanoseconds).
## External Libraries
We use external libraries:
- **argh** - https://github.com/adishavit/argh (BSD license)