|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <signal.h>#include <errno.h>#include <petscsys.h>#include "pism/pythonbindings/pism_python.hh"#include "pism/util/error_handling.hh"Go to the source code of this file.
Namespaces | |
| namespace | pism |
| namespace | pism::python |
| Code added for use in Python wrappers. | |
Functions | |
| void | pism::python::set_abort_on_sigint (bool abort) |
| int | pism::python::check_signal () |
| void | pism::python::sigint_handler (int sig) |
Variables | |
| int | pism::python::gSignalSet = 0 |
| bool | pism::python::gSIGINT_is_fatal |