1.10.1 Miscellany

int MPI::Alloc_mem(MPI::Aint size, const MPI::Info& info)



void* int MPI::Comm::Create_errhandler(const MPI_Comm_errhandler_fn* function)



static MPI::Errhandler int MPI::Comm::Get_errhandler(void)



MPI::Errhandler int MPI::Comm::Set_errhandler(const MPI::Errhandler& errhandler) const



void int MPI::Datatype::Create_darray(int size, int rank, int ndims, const int array_of_gsizes[], const int array_of_distribs[], const int array_of_dargs[], const int array_of_psizes[], int order) const



MPI::Datatype int MPI::Datatype::Create_hindexed(int count, const int array_of_blocklengths[], const MPI::Aint array_of_displacements[]) const



MPI::Datatype int MPI::Datatype::Create_hvector(int count, int blocklength, MPI::Aint stride) const



MPI::Datatype int MPI::Datatype::Create_indexed_block( int count, int blocklength, const int array_of_displacements[]) const



MPI::Datatype int MPI::Datatype::Create_struct(int count, const int array_of_blocklengths[], const MPI::Aint array_of_displacements[], const MPI::Datatype array_of_types[])



static MPI::Datatype int MPI::Datatype::Create_subarray(int ndims, const int array_of_sizes[], const int array_of_subsizes[], const int array_of_starts[], int order) const



MPI::Datatype int MPI::Datatype::Get_extent(MPI::Aint& lb, MPI::Aint& extent) const



void int MPI::Datatype::Get_true_extent(MPI::Aint& true_lb, MPI::Aint& true_extent) const



void int MPI::Datatype::Pack_external(const char* datarep, const void* inbuf, int incount, void* outbuf, MPI::Aint outsize, MPI::Aint& position) const



void int MPI::Datatype::Pack_external_size(const char* datarep, int incount) const



MPI::Aint int MPI::Datatype::Resized(const MPI::Datatype& oldtype, const MPI::Aint lb, const MPI::Aint extent)



MPI::Datatype int MPI::Datatype::Unpack_external(const char* datarep, const void* inbuf, MPI::Aint insize, MPI::Aint& position, void* outbuf, int outcount) const



void int MPI::File::Create_errhandler(const MPI_File_errhandler_fn* function)



static MPI::Errhandler int MPI::File::Get_errhandler(void)



MPI::Errhandler int MPI::File::Set_errhandler(const MPI::Errhandler& errhandler) const



void int MPI::Free_mem(void *base)



void int MPI::Get_address(void* location)



MPI::Aint int MPI::Info::Create(void)



static MPI::Info int MPI::Info::Delete(const char* key)



void int MPI::Info::Dup(void) const



MPI::Info int MPI::Info::Free(void)



void int MPI::Info::Get(const char* key, int valuelen, char* value) const



bool int MPI::Info::Get_nkeys(void) const



int int MPI::Info::Get_nthkey(int n, char* key) const



void int MPI::Info::Get_valuelen(const char* key, int& valuelen) const



bool int MPI::Info::Set(const char* key, const char* value)



void int MPI::Is_finalized(void)



bool int MPI::Request::Get_status(MPI::Status& status) const



bool int MPI::Request::Get_status(void) const



bool int MPI::Win::Create_errhandler(const MPI_Win_errhandler_fn* function)



static MPI::Errhandler int MPI::Win::Get_errhandler(void)



MPI::Errhandler int MPI::Win::Set_errhandler(const MPI::Errhandler& errhandler) const



void

MPI-Standard for MARMOT