17 #include "libmesh/petsc_solver_exception.h" 22 #ifdef LIBMESH_HAVE_OPENMP 43 : LibMeshInit(argc, argv, COMM_WORLD_IN)
45 LibmeshPetscCallA(COMM_WORLD_IN, PetscPopSignalHandler());
48 #ifdef LIBMESH_HAVE_OPENMP static void initialize()
Must be called by main thread before any threaded computation! Do NOT call in a worker thread! ...
void RegisterSigHandler()
MooseInit(int argc, char *argv[], MPI_Comm COMM_WORLD_IN=MPI_COMM_WORLD)
static void seed(unsigned int seed)
The method seeds the random number generator.
int interrupt_signal_number
Used by the signal handler to determine if we should write a checkpoint file out at any point during ...
void SigHandler(int signum)