Skip to content
Ondrej Meca edited this page Mar 16, 2021 · 2 revisions

Storing the results

The library provides several outputs. Beside storing the results into an output database, the library also provides monitoring report and progress log. In default, all these output files are stored into the directory with the current time (YYYY-MM-DD-at-HHh-MMm-SSs) in the results directory.

Output database

Similarly to an input database, the output databases are stored into sequential formats, i.e, there is always a single output file independently on the number of used MPI processes.

Since the output can be performed asynchronously with a separated thread, the special communicator MPITools::asynchronous must be used inside the output classes.

Monitoring

Progress log

Clone this wiki locally