|
Yet Another eXchange Tool
0.9.0
|
interface to user-adjustable core routines of scales ppm More...
#include <stdio.h>#include <stdlib.h>#include <cfortran.h>#include "core/ppm_visibility.h"#include "core/core.h"#include "core/symprefix.h"Go to the source code of this file.
Classes | |
| struct | SymPrefix |
Macros | |
| #define | F2C_Data COMMON_BLOCK(SYMPREFIX(F2C_DATA),symprefix(f2c_data)) |
Functions | |
| MPI_Comm | SymPrefix (default_comm) |
| COMMON_BLOCK_DEF (SymPrefix(F2C_Def), F2C_Data) | |
| SymPrefix (F2C_Def) | |
| void SymPrefix() | abort_default (MPI_Comm comm, const char *msg, const char *source, int line) |
| SymPrefix (abort_func) | |
interface to user-adjustable core routines of scales ppm
Definition in file core.c.
This function prints the message argument and file and line of the error to standard error, and calls either MPI_Abort or abort depending on whether MPI is initialized.
| comm | MPI communcator object to use on call to MPI_Abort |
| msg | message text to print |
| source | string describing source file name |
| line | line number of caller |
Definition at line 110 of file core.c.
| SymPrefix | ( | abort_func | ) |