PAPRECA hybrid off-lattice kMC/MD simulator  2.0.0 (17 September 2024)
papreca_error.h File Reference

Functions that enable the communication of error/warning messages to the terminal and coordinate the safe termination of MPI processes. More...

#include <iostream>
#include <string>
#include <mpi.h>
#include "mpi_wrappers.h"
Include dependency graph for papreca_error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 PAPRECA
 

Functions

void PAPRECA::warnOne (MPI_Comm communicator, const std::string &message)
 
void PAPRECA::warnAll (MPI_Comm communicator, const std::string &message)
 
void PAPRECA::allAbort (MPI_Comm communicator)
 
void PAPRECA::allAbortWithMessage (MPI_Comm communicator, const std::string &message)
 

Detailed Description

Functions that enable the communication of error/warning messages to the terminal and coordinate the safe termination of MPI processes.