#include <winstd.H>#include <cstdio>#include <cstdlib>#include <cstring>#include <iostream>#include <iomanip>#include <new>#include <BoxLib.H>#include <BLVERSION.H>#include <DistributionMapping.H>#include <FArrayBox.H>#include <ParallelDescriptor.H>#include <ParmParse.H>#include <Utility.H>

Defines | |
| #define | bl_str(s) # s |
| #define | bl_xstr(s) bl_str(s) |
Functions | |
| static void | write_to_stderr_without_buffering (const char *str) |
| void | BL_this_is_a_dummy_routine_to_force_version_into_executable () |
| static void | write_lib_id (const char *msg) |
| void | BoxLib::Error (const char *msg=0) |
| Print out message to cerr and exit via BoxLib::Abort(). | |
| void | BoxLib::Abort (const char *msg=0) |
| Print out message to cerr and exit via abort(). | |
| void | BoxLib::Warning (const char *msg) |
| Print out warning message to cerr. | |
| void | BoxLib::Assert (const char *EX, const char *file, int line) |
| Prints assertion failed messages to cerr and exits via abort(). | |
| void | BoxLib::OutOfMemory (const char *file, int line) |
| Prints out an out-of-memory message and aborts. | |
| void | BoxLib::Initialize (int &argc, char **&argv) |
| void | BoxLib::Finalize () |
Variables | |
| const char *const | version |
| #define bl_str | ( | s | ) | # s |
| #define bl_xstr | ( | s | ) | bl_str(s) |
| void BL_this_is_a_dummy_routine_to_force_version_into_executable | ( | ) |
References version, and write_to_stderr_without_buffering().
| static void write_lib_id | ( | const char * | msg | ) | [static] |
Referenced by BoxLib::Abort(), and BoxLib::Error().
| static void write_to_stderr_without_buffering | ( | const char * | str | ) | [static] |
| const char* const version |
Initial value:
"boxlib version " bl_xstr(BL_VERSION_MAJOR) "." bl_xstr(BL_VERSION_MINOR) " built " __DATE__ " at " __TIME__
Referenced by BL_this_is_a_dummy_routine_to_force_version_into_executable().
1.5.5