PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
#include <string>
#include <memory>
#include <mpi.h>
Go to the source code of this file.
Classes | |
class | pism::Logger |
A basic logging class. More... | |
class | pism::StringLogger |
A logger that accumulates messages and reports them as a string. More... | |
Namespaces | |
pism | |
Enumerations | |
enum | pism::LoggerLevel { pism::WARNING =1 , pism::DEBUG2 =2 , pism::DEBUG3 =3 , pism::TRACE =4 } |
Functions | |
Logger::Ptr | pism::logger_from_options (MPI_Comm com) |