27 Attach_buffer(
void* buffer,
int size);
30 Detach_buffer(
void*& buffer);
37 Compute_dims(
int nnodes,
int ndims,
int dims[]);
47 Add_error_code(
int errorclass);
50 Add_error_string(
int errorcode,
const char*
string);
53 Get_processor_name(
char* name,
int& resultlen);
56 Get_error_string(
int errorcode,
char*
string,
int& resultlen);
59 Get_error_class(
int errorcode);
68 Init(
int& argc,
char**& argv);
74 InitializeIntercepts();
93 Init_thread(
int &argc,
char**&argv,
int required);
96 Init_thread(
int required);
111 Alloc_mem(Aint size,
const Info& info);
115 Free_mem(
void* base);
122 Close_port(
const char* port_name);
126 Lookup_name(
const char* service_name,
const Info& info,
char* port_name);
130 Open_port(
const Info& info,
char* port_name);
134 Publish_name(
const char* service_name,
const Info& info,
135 const char* port_name);
138 Unpublish_name(
const char* service_name,
const Info& info,
139 const char* port_name);
146 Pcontrol(
const int level, ...);
149 Get_version(
int& version,
int& subversion);
152 Get_address(
void* location);