-
Notifications
You must be signed in to change notification settings - Fork 7
output
Ondrej Meca edited this page Mar 16, 2021
·
2 revisions
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.
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.