PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#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 | |
pism | |
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 |