|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
#include <mpi.h>#include <petscsys.h>#include "pism/util/pism_initialization.hh"#include "pism/util/error_handling.hh"Go to the source code of this file.
Namespaces | |
| namespace | pism |
Functions | |
| void | pism::initialize (int argc, char **argv, const char *help) |
| void | pism::initialize (const char *help) |
| void | pism::initialize_options (const std::vector< std::string > &args) |
| void | pism::finalize () |
Variables | |
| static bool | pism::s_pism_finalize_mpi = false |
| true if PISM should finalize MPI, false otherwise | |