SpECTRE
v2024.09.29
|
The Informer manages textual output regarding the status of a simulation. More...
#include <Informer.hpp>
Static Public Member Functions | |
static void | print_startup_info (CkArgMsg *msg) |
Print useful information at the beginning of a simulation. More... | |
static void | print_exit_info () |
Print useful information at the end of a simulation. | |
The Informer manages textual output regarding the status of a simulation.
|
static |
Print useful information at the beginning of a simulation.
This includes the command used to start the executable such as
If you used charmrun, mpirun, or something similar to start your executable, you'll only see the options that have to do with the executable itself. Meaning, for this command
only MyExecutable
and onwards will be printed.