ECP-VELOC Components
User documentation for all components
|
Go to the documentation of this file.
11 #define ER_FAILURE (1)
13 #define ER_MAX_FILENAME (1024)
26 void er_err(
const char *fmt, ...);
29 void er_warn(
const char *fmt, ...);
32 void er_dbg(
int level,
const char *fmt, ...);
35 void er_abort(
int rc,
const char *fmt, ...);
39 #define ER_MALLOC(X) er_malloc(X, __FILE__, __LINE__);
40 void*
er_malloc(
size_t size,
const char* file,
int line);
55 const char* send_str,
int send_rank,
56 char** recv_str,
int recv_rank,
void er_err(const char *fmt,...)
void * er_malloc(size_t size, const char *file, int line)
void er_align_free(void *buf)
void er_abort(int rc, const char *fmt,...)
This file defines the data structure for a hash, which is an unordered list of elements,...
int er_str_sendrecv(const char *send_str, int send_rank, char **recv_str, int recv_rank, MPI_Comm comm)
void er_dbg(int level, const char *fmt,...)
int er_alltrue(int flag, MPI_Comm comm)
void er_warn(const char *fmt,...)
void * er_align_malloc(size_t size, size_t align)