|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|

Go to the source code of this file.
Functions | |
| void | bailout (const bool condition, const std::string &message, const char *const file, const int line) |
| A function to stop the simulation if the boolean condition is true. Raises a flag which gets MPI_Reduced and initiates bailout. [bailout] parameters set details. | |
| void | bailout (const bool condition, const char *const file, const int line) |
| A function to stop the simulation if the boolean condition is true. Raises a flag which gets MPI_Reduced and initiates bailout. [bailout] parameters set details. | |
| void | bailout (const bool condition, const std::string &message) |
| A function to stop the simulation if the boolean condition is true. Raises a flag which gets MPI_Reduced and initiates bailout. [bailout] parameters set details. | |
| void | abort_mpi (const std::string str, const int err_type) |
| void abort_mpi | ( | const std::string | str, |
| const int | err_type ) |
Helper function for error handling. err_type default to 0.
Definition at line 90 of file common.cpp.

| void bailout | ( | const bool | condition, |
| const char *const | file, | ||
| const int | line ) |
A function to stop the simulation if the boolean condition is true. Raises a flag which gets MPI_Reduced and initiates bailout. [bailout] parameters set details.
| condition | if true, bailout is initiated |
| file | code file where bailout was called (use FILE in the call) |
| line | code line where bailout was called (use LINE in the call) |
Definition at line 68 of file common.cpp.

| void bailout | ( | const bool | condition, |
| const std::string & | message ) |
A function to stop the simulation if the boolean condition is true. Raises a flag which gets MPI_Reduced and initiates bailout. [bailout] parameters set details.
| condition | if true, bailout is initiated |
| message | information message printed to cerr |
Definition at line 82 of file common.cpp.

| void bailout | ( | const bool | condition, |
| const std::string & | message, | ||
| const char *const | file, | ||
| const int | line ) |
A function to stop the simulation if the boolean condition is true. Raises a flag which gets MPI_Reduced and initiates bailout. [bailout] parameters set details.
| condition | if true, bailout is initiated |
| message | information message printed to cerr |
| file | code file where bailout was called (use FILE in the call) |
| line | code line where bailout was called (use LINE in the call) |
Definition at line 36 of file common.cpp.
