SpECTRE  v2024.04.12
Informer Class Reference

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.
 

Detailed Description

The Informer manages textual output regarding the status of a simulation.

Member Function Documentation

◆ print_startup_info()

static void Informer::print_startup_info ( CkArgMsg *  msg)
static

Print useful information at the beginning of a simulation.

This includes the command used to start the executable such as

./MyExecutable --input-file MyInputFile.yaml

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

mpirun -np 4 MyExecutable --input-file MyInputFile.yaml

only MyExecutable and onwards will be printed.


The documentation for this class was generated from the following file: