#include <stdio.h>
#include "bsp_abort.h"
#include <stdlib.h>
#include <mpi.h>
Include dependency graph for bsp_abort.c:
Go to the source code of this file.
Functions | |
void | bsp_intern_abort (const int err_number, const char *func, const char *file, int line) |
Is used by other library functions when a task could not be successfully completed. |
Definition in file bsp_abort.c.
|
Is used by other library functions when a task could not be successfully completed.
Definition at line 43 of file bsp_abort.c. References ERR_MESSAGES. Referenced by bsp_abort(), bsp_callocx(), bsp_mallocx(), memoryRegister_find(), and memoryRegister_pop(). |