Multi-ApplicationOnlineProfiling
2.1
|
Go to the source code of this file.
Functions | |
int | MPI_Init (int *argc, char ***argv) |
int | MPI_Init_thread (int *argc, char ***argv, int required, int *provided) |
int | MPI_Finalize () |
int | MPI_Abort (MPI_Comm comm, int errorcode) |
int | MPI_Accumulate (void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Op op, MPI_Win win) |
int | MPI_Add_error_class (int *errorclass) |
int | MPI_Add_error_code (int errorclass, int *errorcode) |
int | MPI_Add_error_string (int errorcode, char *string) |
int | MPI_Address (void *location, MPI_Aint *address) |
int | MPI_Allgather (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) |
int | MPI_Allgatherv (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int *recvcounts, int *displs, MPI_Datatype recvtype, MPI_Comm comm) |
int | MPI_Alloc_mem (MPI_Aint size, MPI_Info info, void *baseptr) |
int | MPI_Allreduce (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
int | MPI_Alltoall (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, MPI_Comm comm) |
int | MPI_Alltoallv (void *sendbuf, int *sendcounts, int *sdispls, MPI_Datatype sendtype, void *recvbuf, int *recvcounts, int *rdispls, MPI_Datatype recvtype, MPI_Comm comm) |
int | MPI_Alltoallw (void *sendbuf, int *sendcounts, int *sdispls, MPI_Datatype *sendtypes, void *recvbuf, int *recvcounts, int *rdispls, MPI_Datatype *recvtypes, MPI_Comm comm) |
int | MPI_Attr_delete (MPI_Comm comm, int keyval) |
int | MPI_Attr_get (MPI_Comm comm, int keyval, void *attribute_val, int *flag) |
int | MPI_Attr_put (MPI_Comm comm, int keyval, void *attribute_val) |
int | MPI_Barrier (MPI_Comm comm) |
int | MPI_Bcast (void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) |
int | MPI_Bsend (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
int | MPI_Bsend_init (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Buffer_attach (void *buffer, int size) |
int | MPI_Buffer_detach (void *buffer, int *size) |
int | MPI_Cancel (MPI_Request *request) |
int | MPI_Cart_coords (MPI_Comm comm, int rank, int maxdims, int *coords) |
int | MPI_Cart_create (MPI_Comm old_comm, int ndims, int *dims, int *periods, int reorder, MPI_Comm *comm_cart) |
int | MPI_Cart_get (MPI_Comm comm, int maxdims, int *dims, int *periods, int *coords) |
int | MPI_Cart_map (MPI_Comm comm, int ndims, int *dims, int *periods, int *newrank) |
int | MPI_Cart_rank (MPI_Comm comm, int *coords, int *rank) |
int | MPI_Cart_shift (MPI_Comm comm, int direction, int disp, int *rank_source, int *rank_dest) |
int | MPI_Cart_sub (MPI_Comm comm, int *remain_dims, MPI_Comm *new_comm) |
int | MPI_Cartdim_get (MPI_Comm comm, int *ndims) |
int | MPI_Close_port (char *port_name) |
int | MPI_Comm_accept (char *port_name, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *newcomm) |
int | MPI_Comm_c2f (MPI_Comm comm) |
int | MPI_Comm_call_errhandler (MPI_Comm comm, int errorcode) |
int | MPI_Comm_compare (MPI_Comm comm1, MPI_Comm comm2, int *result) |
int | MPI_Comm_connect (char *port_name, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *newcomm) |
int | MPI_Comm_create_errhandler (MPI_Comm_errhandler_function *function, MPI_Errhandler *errhandler) |
int | MPI_Comm_create_keyval (MPI_Comm_copy_attr_function *comm_copy_attr_fn, MPI_Comm_delete_attr_function *comm_delete_attr_fn, int *comm_keyval, void *extra_state) |
int | MPI_Comm_create (MPI_Comm comm, MPI_Group group, MPI_Comm *newcomm) |
int | MPI_Comm_delete_attr (MPI_Comm comm, int comm_keyval) |
int | MPI_Comm_disconnect (MPI_Comm *comm) |
int | MPI_Comm_dup (MPI_Comm comm, MPI_Comm *newcomm) |
int | MPI_Comm_free_keyval (int *comm_keyval) |
int | MPI_Comm_free (MPI_Comm *comm) |
int | MPI_Comm_get_attr (MPI_Comm comm, int comm_keyval, void *attribute_val, int *flag) |
int | MPI_Comm_get_errhandler (MPI_Comm comm, MPI_Errhandler *erhandler) |
int | MPI_Comm_get_name (MPI_Comm comm, char *comm_name, int *resultlen) |
int | MPI_Comm_get_parent (MPI_Comm *parent) |
int | MPI_Comm_group (MPI_Comm comm, MPI_Group *group) |
int | MPI_Comm_join (int fd, MPI_Comm *intercomm) |
int | MPI_Comm_rank (MPI_Comm comm, int *rank) |
int | MPI_Comm_remote_group (MPI_Comm comm, MPI_Group *group) |
int | MPI_Comm_remote_size (MPI_Comm comm, int *size) |
int | MPI_Comm_set_attr (MPI_Comm comm, int comm_keyval, void *attribute_val) |
int | MPI_Comm_set_errhandler (MPI_Comm comm, MPI_Errhandler errhandler) |
int | MPI_Comm_set_name (MPI_Comm comm, char *comm_name) |
int | MPI_Comm_size (MPI_Comm comm, int *size) |
int | MPI_Comm_spawn (char *command, char **argv, int maxprocs, MPI_Info info, int root, MPI_Comm comm, MPI_Comm *intercomm, int *array_of_errcodes) |
int | MPI_Comm_spawn_multiple (int count, char **array_of_commands, char ***array_of_argv, int *array_of_maxprocs, MPI_Info *array_of_info, int root, MPI_Comm comm, MPI_Comm *intercomm, int *array_of_errcodes) |
int | MPI_Comm_split (MPI_Comm comm, int color, int key, MPI_Comm *newcomm) |
int | MPI_Comm_test_inter (MPI_Comm comm, int *flag) |
int | MPI_Dims_create (int nnodes, int ndims, int *dims) |
int | MPI_Errhandler_c2f (MPI_Errhandler errhandler) |
int | MPI_Errhandler_create (MPI_Handler_function *function, MPI_Errhandler *errhandler) |
int | MPI_Errhandler_free (MPI_Errhandler *errhandler) |
int | MPI_Errhandler_get (MPI_Comm comm, MPI_Errhandler *errhandler) |
int | MPI_Errhandler_set (MPI_Comm comm, MPI_Errhandler errhandler) |
int | MPI_Error_class (int errorcode, int *errorclass) |
int | MPI_Error_string (int errorcode, char *string, int *resultlen) |
int | MPI_Exscan (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
int | MPI_File_c2f (MPI_File file) |
int | MPI_File_call_errhandler (MPI_File fh, int errorcode) |
int | MPI_File_create_errhandler (MPI_File_errhandler_function *function, MPI_Errhandler *errhandler) |
int | MPI_File_set_errhandler (MPI_File file, MPI_Errhandler errhandler) |
int | MPI_File_get_errhandler (MPI_File file, MPI_Errhandler *errhandler) |
int | MPI_File_open (MPI_Comm comm, char *filename, int amode, MPI_Info info, MPI_File *fh) |
int | MPI_File_close (MPI_File *fh) |
int | MPI_File_delete (char *filename, MPI_Info info) |
int | MPI_File_set_size (MPI_File fh, MPI_Offset size) |
int | MPI_File_preallocate (MPI_File fh, MPI_Offset size) |
int | MPI_File_get_size (MPI_File fh, MPI_Offset *size) |
int | MPI_File_get_group (MPI_File fh, MPI_Group *group) |
int | MPI_File_get_amode (MPI_File fh, int *amode) |
int | MPI_File_set_info (MPI_File fh, MPI_Info info) |
int | MPI_File_get_info (MPI_File fh, MPI_Info *info_used) |
int | MPI_File_set_view (MPI_File fh, MPI_Offset disp, MPI_Datatype etype, MPI_Datatype filetype, char *datarep, MPI_Info info) |
int | MPI_File_get_view (MPI_File fh, MPI_Offset *disp, MPI_Datatype *etype, MPI_Datatype *filetype, char *datarep) |
int | MPI_File_read_at (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_read_at_all (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_write_at (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_write_at_all (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_iread_at (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) |
int | MPI_File_iwrite_at (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) |
int | MPI_File_read (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_read_all (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_write (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_write_all (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_iread (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) |
int | MPI_File_iwrite (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) |
int | MPI_File_seek (MPI_File fh, MPI_Offset offset, int whence) |
int | MPI_File_get_position (MPI_File fh, MPI_Offset *offset) |
int | MPI_File_get_byte_offset (MPI_File fh, MPI_Offset offset, MPI_Offset *disp) |
int | MPI_File_read_shared (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_write_shared (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_iread_shared (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) |
int | MPI_File_iwrite_shared (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request) |
int | MPI_File_read_ordered (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_write_ordered (MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status) |
int | MPI_File_seek_shared (MPI_File fh, MPI_Offset offset, int whence) |
int | MPI_File_get_position_shared (MPI_File fh, MPI_Offset *offset) |
int | MPI_File_read_at_all_begin (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype) |
int | MPI_File_read_at_all_end (MPI_File fh, void *buf, MPI_Status *status) |
int | MPI_File_write_at_all_begin (MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype) |
int | MPI_File_write_at_all_end (MPI_File fh, void *buf, MPI_Status *status) |
int | MPI_File_read_all_begin (MPI_File fh, void *buf, int count, MPI_Datatype datatype) |
int | MPI_File_read_all_end (MPI_File fh, void *buf, MPI_Status *status) |
int | MPI_File_write_all_begin (MPI_File fh, void *buf, int count, MPI_Datatype datatype) |
int | MPI_File_write_all_end (MPI_File fh, void *buf, MPI_Status *status) |
int | MPI_File_read_ordered_begin (MPI_File fh, void *buf, int count, MPI_Datatype datatype) |
int | MPI_File_read_ordered_end (MPI_File fh, void *buf, MPI_Status *status) |
int | MPI_File_write_ordered_begin (MPI_File fh, void *buf, int count, MPI_Datatype datatype) |
int | MPI_File_write_ordered_end (MPI_File fh, void *buf, MPI_Status *status) |
int | MPI_File_get_type_extent (MPI_File fh, MPI_Datatype datatype, MPI_Aint *extent) |
int | MPI_File_set_atomicity (MPI_File fh, int flag) |
int | MPI_File_get_atomicity (MPI_File fh, int *flag) |
int | MPI_File_sync (MPI_File fh) |
int | MPI_Finalized (int *flag) |
int | MPI_Free_mem (void *base) |
int | MPI_Gather (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
int | MPI_Gatherv (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int *recvcounts, int *displs, MPI_Datatype recvtype, int root, MPI_Comm comm) |
int | MPI_Get_address (void *location, MPI_Aint *address) |
int | MPI_Get_count (MPI_Status *status, MPI_Datatype datatype, int *count) |
int | MPI_Get_elements (MPI_Status *status, MPI_Datatype datatype, int *count) |
int | MPI_Get (void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win) |
int | MPI_Get_processor_name (char *name, int *resultlen) |
int | MPI_Get_version (int *version, int *subversion) |
int | MPI_Graph_create (MPI_Comm comm_old, int nnodes, int *index, int *edges, int reorder, MPI_Comm *comm_graph) |
int | MPI_Graph_get (MPI_Comm comm, int maxindex, int maxedges, int *index, int *edges) |
int | MPI_Graph_map (MPI_Comm comm, int nnodes, int *index, int *edges, int *newrank) |
int | MPI_Graph_neighbors_count (MPI_Comm comm, int rank, int *nneighbors) |
int | MPI_Graph_neighbors (MPI_Comm comm, int rank, int maxneighbors, int *neighbors) |
int | MPI_Graphdims_get (MPI_Comm comm, int *nnodes, int *nedges) |
int | MPI_Grequest_complete (MPI_Request request) |
int | MPI_Grequest_start (MPI_Grequest_query_function *query_fn, MPI_Grequest_free_function *free_fn, MPI_Grequest_cancel_function *cancel_fn, void *extra_state, MPI_Request *request) |
int | MPI_Group_c2f (MPI_Group group) |
int | MPI_Group_compare (MPI_Group group1, MPI_Group group2, int *result) |
int | MPI_Group_difference (MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) |
int | MPI_Group_excl (MPI_Group group, int n, int *ranks, MPI_Group *newgroup) |
int | MPI_Group_free (MPI_Group *group) |
int | MPI_Group_incl (MPI_Group group, int n, int *ranks, MPI_Group *newgroup) |
int | MPI_Group_intersection (MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) |
int | MPI_Group_range_excl (MPI_Group group, int n, int ranges[][3], MPI_Group *newgroup) |
int | MPI_Group_range_incl (MPI_Group group, int n, int ranges[][3], MPI_Group *newgroup) |
int | MPI_Group_rank (MPI_Group group, int *rank) |
int | MPI_Group_size (MPI_Group group, int *size) |
int | MPI_Group_translate_ranks (MPI_Group group1, int n, int *ranks1, MPI_Group group2, int *ranks2) |
int | MPI_Group_union (MPI_Group group1, MPI_Group group2, MPI_Group *newgroup) |
int | MPI_Ibsend (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Info_c2f (MPI_Info info) |
int | MPI_Info_create (MPI_Info *info) |
int | MPI_Info_delete (MPI_Info info, char *key) |
int | MPI_Info_dup (MPI_Info info, MPI_Info *newinfo) |
int | MPI_Info_free (MPI_Info *info) |
int | MPI_Info_get (MPI_Info info, char *key, int valuelen, char *value, int *flag) |
int | MPI_Info_get_nkeys (MPI_Info info, int *nkeys) |
int | MPI_Info_get_nthkey (MPI_Info info, int n, char *key) |
int | MPI_Info_get_valuelen (MPI_Info info, char *key, int *valuelen, int *flag) |
int | MPI_Info_set (MPI_Info info, char *key, char *value) |
int | MPI_Initialized (int *flag) |
int | MPI_Intercomm_create (MPI_Comm local_comm, int local_leader, MPI_Comm bridge_comm, int remote_leader, int tag, MPI_Comm *newintercomm) |
int | MPI_Intercomm_merge (MPI_Comm intercomm, int high, MPI_Comm *newintercomm) |
int | MPI_Iprobe (int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status) |
int | MPI_Irecv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Irsend (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Isend (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Issend (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Is_thread_main (int *flag) |
int | MPI_Keyval_create (MPI_Copy_function *copy_fn, MPI_Delete_function *delete_fn, int *keyval, void *extra_state) |
int | MPI_Keyval_free (int *keyval) |
int | MPI_Lookup_name (char *service_name, MPI_Info info, char *port_name) |
int | MPI_Op_c2f (MPI_Op op) |
int | MPI_Op_commutative (MPI_Op op, int *commute) |
int | MPI_Op_create (MPI_User_function *function, int commute, MPI_Op *op) |
int | MPI_Open_port (MPI_Info info, char *port_name) |
int | MPI_Op_free (MPI_Op *op) |
int | MPI_Pack_external (char *datarep, void *inbuf, int incount, MPI_Datatype datatype, void *outbuf, MPI_Aint outsize, MPI_Aint *position) |
int | MPI_Pack_external_size (char *datarep, int incount, MPI_Datatype datatype, MPI_Aint *size) |
int | MPI_Pack (void *inbuf, int incount, MPI_Datatype datatype, void *outbuf, int outsize, int *position, MPI_Comm comm) |
int | MPI_Pack_size (int incount, MPI_Datatype datatype, MPI_Comm comm, int *size) |
int | MPI_Probe (int source, int tag, MPI_Comm comm, MPI_Status *status) |
int | MPI_Publish_name (char *service_name, MPI_Info info, char *port_name) |
int | MPI_Put (void *origin_addr, int origin_count, MPI_Datatype origin_datatype, int target_rank, MPI_Aint target_disp, int target_count, MPI_Datatype target_datatype, MPI_Win win) |
int | MPI_Query_thread (int *provided) |
int | MPI_Recv_init (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Recv (void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) |
int | MPI_Reduce (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) |
int | MPI_Reduce_local (void *inbuf, void *inoutbuf, int count, MPI_Datatype datatype, MPI_Op op) |
int | MPI_Reduce_scatter (void *sendbuf, void *recvbuf, int *recvcounts, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
int | MPI_Register_datarep (char *datarep, MPI_Datarep_conversion_function *read_conversion_fn, MPI_Datarep_conversion_function *write_conversion_fn, MPI_Datarep_extent_function *dtype_file_extent_fn, void *extra_state) |
int | MPI_Request_c2f (MPI_Request request) |
int | MPI_Request_free (MPI_Request *request) |
int | MPI_Request_get_status (MPI_Request request, int *flag, MPI_Status *status) |
int | MPI_Rsend (void *ibuf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
int | MPI_Rsend_init (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Scan (void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) |
int | MPI_Scatter (void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
int | MPI_Scatterv (void *sendbuf, int *sendcounts, int *displs, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) |
int | MPI_Send_init (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Send (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
int | MPI_Sendrecv (void *sendbuf, int sendcount, MPI_Datatype sendtype, int dest, int sendtag, void *recvbuf, int recvcount, MPI_Datatype recvtype, int source, int recvtag, MPI_Comm comm, MPI_Status *status) |
int | MPI_Sendrecv_replace (void *buf, int count, MPI_Datatype datatype, int dest, int sendtag, int source, int recvtag, MPI_Comm comm, MPI_Status *status) |
int | MPI_Ssend_init (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request *request) |
int | MPI_Ssend (void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) |
int | MPI_Start (MPI_Request *request) |
int | MPI_Startall (int count, MPI_Request *array_of_requests) |
int | MPI_Status_c2f (MPI_Status *c_status, int *f_status) |
int | MPI_Status_f2c (int *f_status, MPI_Status *c_status) |
int | MPI_Status_set_cancelled (MPI_Status *status, int flag) |
int | MPI_Status_set_elements (MPI_Status *status, MPI_Datatype datatype, int count) |
int | MPI_Testall (int count, MPI_Request array_of_requests[], int *flag, MPI_Status array_of_statuses[]) |
int | MPI_Testany (int count, MPI_Request array_of_requests[], int *index, int *flag, MPI_Status *status) |
int | MPI_Test (MPI_Request *request, int *flag, MPI_Status *status) |
int | MPI_Test_cancelled (MPI_Status *status, int *flag) |
int | MPI_Testsome (int incount, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) |
int | MPI_Topo_test (MPI_Comm comm, int *status) |
int | MPI_Type_c2f (MPI_Datatype datatype) |
int | MPI_Type_commit (MPI_Datatype *type) |
int | MPI_Type_contiguous (int count, MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_create_darray (int size, int rank, int ndims, int gsize_array[], int distrib_array[], int darg_array[], int psize_array[], int order, MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_create_f90_complex (int p, int r, MPI_Datatype *newtype) |
int | MPI_Type_create_f90_integer (int r, MPI_Datatype *newtype) |
int | MPI_Type_create_f90_real (int p, int r, MPI_Datatype *newtype) |
int | MPI_Type_create_hindexed (int count, int array_of_blocklengths[], MPI_Aint array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_create_hvector (int count, int blocklength, MPI_Aint stride, MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_create_keyval (MPI_Type_copy_attr_function *type_copy_attr_fn, MPI_Type_delete_attr_function *type_delete_attr_fn, int *type_keyval, void *extra_state) |
int | MPI_Type_create_indexed_block (int count, int blocklength, int array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_create_struct (int count, int array_of_block_lengths[], MPI_Aint array_of_displacements[], MPI_Datatype array_of_types[], MPI_Datatype *newtype) |
int | MPI_Type_create_subarray (int ndims, int size_array[], int subsize_array[], int start_array[], int order, MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_create_resized (MPI_Datatype oldtype, MPI_Aint lb, MPI_Aint extent, MPI_Datatype *newtype) |
int | MPI_Type_delete_attr (MPI_Datatype type, int type_keyval) |
int | MPI_Type_dup (MPI_Datatype type, MPI_Datatype *newtype) |
int | MPI_Type_extent (MPI_Datatype type, MPI_Aint *extent) |
int | MPI_Type_free (MPI_Datatype *type) |
int | MPI_Type_free_keyval (int *type_keyval) |
int | MPI_Type_get_attr (MPI_Datatype type, int type_keyval, void *attribute_val, int *flag) |
int | MPI_Type_get_contents (MPI_Datatype mtype, int max_integers, int max_addresses, int max_datatypes, int array_of_integers[], MPI_Aint array_of_addresses[], MPI_Datatype array_of_datatypes[]) |
int | MPI_Type_get_envelope (MPI_Datatype type, int *num_integers, int *num_addresses, int *num_datatypes, int *combiner) |
int | MPI_Type_get_extent (MPI_Datatype type, MPI_Aint *lb, MPI_Aint *extent) |
int | MPI_Type_get_name (MPI_Datatype type, char *type_name, int *resultlen) |
int | MPI_Type_get_true_extent (MPI_Datatype datatype, MPI_Aint *true_lb, MPI_Aint *true_extent) |
int | MPI_Type_hindexed (int count, int array_of_blocklengths[], MPI_Aint array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_hvector (int count, int blocklength, MPI_Aint stride, MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_indexed (int count, int array_of_blocklengths[], int array_of_displacements[], MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Type_lb (MPI_Datatype type, MPI_Aint *lb) |
int | MPI_Type_match_size (int typeclass, int size, MPI_Datatype *type) |
int | MPI_Type_set_attr (MPI_Datatype type, int type_keyval, void *attr_val) |
int | MPI_Type_set_name (MPI_Datatype type, char *type_name) |
int | MPI_Type_size (MPI_Datatype type, int *size) |
int | MPI_Type_struct (int count, int array_of_blocklengths[], MPI_Aint array_of_displacements[], MPI_Datatype array_of_types[], MPI_Datatype *newtype) |
int | MPI_Type_ub (MPI_Datatype mtype, MPI_Aint *ub) |
int | MPI_Type_vector (int count, int blocklength, int stride, MPI_Datatype oldtype, MPI_Datatype *newtype) |
int | MPI_Unpack (void *inbuf, int insize, int *position, void *outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm) |
int | MPI_Unpublish_name (char *service_name, MPI_Info info, char *port_name) |
int | MPI_Unpack_external (char *datarep, void *inbuf, MPI_Aint insize, MPI_Aint *position, void *outbuf, int outcount, MPI_Datatype datatype) |
int | MPI_Waitall (int count, MPI_Request *array_of_requests, MPI_Status *array_of_statuses) |
int | MPI_Waitany (int count, MPI_Request *array_of_requests, int *index, MPI_Status *status) |
int | MPI_Wait (MPI_Request *request, MPI_Status *status) |
int | MPI_Waitsome (int incount, MPI_Request *array_of_requests, int *outcount, int *array_of_indices, MPI_Status *array_of_statuses) |
int | MPI_Win_c2f (MPI_Win win) |
int | MPI_Win_call_errhandler (MPI_Win win, int errorcode) |
int | MPI_Win_complete (MPI_Win win) |
int | MPI_Win_create (void *base, MPI_Aint size, int disp_unit, MPI_Info info, MPI_Comm comm, MPI_Win *win) |
int | MPI_Win_create_errhandler (MPI_Win_errhandler_function *function, MPI_Errhandler *errhandler) |
int | MPI_Win_create_keyval (MPI_Win_copy_attr_function *win_copy_attr_fn, MPI_Win_delete_attr_function *win_delete_attr_fn, int *win_keyval, void *extra_state) |
int | MPI_Win_delete_attr (MPI_Win win, int win_keyval) |
int | MPI_Win_fence (int assert, MPI_Win win) |
int | MPI_Win_free (MPI_Win *win) |
int | MPI_Win_free_keyval (int *win_keyval) |
int | MPI_Win_get_attr (MPI_Win win, int win_keyval, void *attribute_val, int *flag) |
int | MPI_Win_get_errhandler (MPI_Win win, MPI_Errhandler *errhandler) |
int | MPI_Win_get_group (MPI_Win win, MPI_Group *group) |
int | MPI_Win_get_name (MPI_Win win, char *win_name, int *resultlen) |
int | MPI_Win_lock (int lock_type, int rank, int assert, MPI_Win win) |
int | MPI_Win_post (MPI_Group group, int assert, MPI_Win win) |
int | MPI_Win_set_attr (MPI_Win win, int win_keyval, void *attribute_val) |
int | MPI_Win_set_errhandler (MPI_Win win, MPI_Errhandler errhandler) |
int | MPI_Win_set_name (MPI_Win win, char *win_name) |
int | MPI_Win_start (MPI_Group group, int assert, MPI_Win win) |
int | MPI_Win_test (MPI_Win win, int *flag) |
int | MPI_Win_unlock (int rank, MPI_Win win) |
int | MPI_Win_wait (MPI_Win win) |
double | MPI_Wtick () |
double | MPI_Wtime () |
int MPI_Abort | ( | MPI_Comm | comm, |
int | errorcode | ||
) |
Definition at line 73 of file VMPI_wrappers.c.
int MPI_Accumulate | ( | void * | origin_addr, |
int | origin_count, | ||
MPI_Datatype | origin_datatype, | ||
int | target_rank, | ||
MPI_Aint | target_disp, | ||
int | target_count, | ||
MPI_Datatype | target_datatype, | ||
MPI_Op | op, | ||
MPI_Win | win | ||
) |
Definition at line 80 of file VMPI_wrappers.c.
int MPI_Add_error_class | ( | int * | errorclass | ) |
Definition at line 87 of file VMPI_wrappers.c.
int MPI_Add_error_code | ( | int | errorclass, |
int * | errorcode | ||
) |
Definition at line 94 of file VMPI_wrappers.c.
int MPI_Add_error_string | ( | int | errorcode, |
char * | string | ||
) |
Definition at line 101 of file VMPI_wrappers.c.
int MPI_Address | ( | void * | location, |
MPI_Aint * | address | ||
) |
Definition at line 108 of file VMPI_wrappers.c.
int MPI_Allgather | ( | void * | sendbuf, |
int | sendcount, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int | recvcount, | ||
MPI_Datatype | recvtype, | ||
MPI_Comm | comm | ||
) |
Definition at line 115 of file VMPI_wrappers.c.
int MPI_Allgatherv | ( | void * | sendbuf, |
int | sendcount, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int * | recvcounts, | ||
int * | displs, | ||
MPI_Datatype | recvtype, | ||
MPI_Comm | comm | ||
) |
Definition at line 122 of file VMPI_wrappers.c.
int MPI_Alloc_mem | ( | MPI_Aint | size, |
MPI_Info | info, | ||
void * | baseptr | ||
) |
Definition at line 129 of file VMPI_wrappers.c.
int MPI_Allreduce | ( | void * | sendbuf, |
void * | recvbuf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Op | op, | ||
MPI_Comm | comm | ||
) |
Definition at line 136 of file VMPI_wrappers.c.
int MPI_Alltoall | ( | void * | sendbuf, |
int | sendcount, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int | recvcount, | ||
MPI_Datatype | recvtype, | ||
MPI_Comm | comm | ||
) |
Definition at line 143 of file VMPI_wrappers.c.
int MPI_Alltoallv | ( | void * | sendbuf, |
int * | sendcounts, | ||
int * | sdispls, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int * | recvcounts, | ||
int * | rdispls, | ||
MPI_Datatype | recvtype, | ||
MPI_Comm | comm | ||
) |
Definition at line 150 of file VMPI_wrappers.c.
int MPI_Alltoallw | ( | void * | sendbuf, |
int * | sendcounts, | ||
int * | sdispls, | ||
MPI_Datatype * | sendtypes, | ||
void * | recvbuf, | ||
int * | recvcounts, | ||
int * | rdispls, | ||
MPI_Datatype * | recvtypes, | ||
MPI_Comm | comm | ||
) |
Definition at line 157 of file VMPI_wrappers.c.
int MPI_Attr_delete | ( | MPI_Comm | comm, |
int | keyval | ||
) |
Definition at line 164 of file VMPI_wrappers.c.
int MPI_Attr_get | ( | MPI_Comm | comm, |
int | keyval, | ||
void * | attribute_val, | ||
int * | flag | ||
) |
Definition at line 171 of file VMPI_wrappers.c.
int MPI_Attr_put | ( | MPI_Comm | comm, |
int | keyval, | ||
void * | attribute_val | ||
) |
Definition at line 178 of file VMPI_wrappers.c.
int MPI_Barrier | ( | MPI_Comm | comm | ) |
Definition at line 185 of file VMPI_wrappers.c.
int MPI_Bcast | ( | void * | buffer, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
Definition at line 192 of file VMPI_wrappers.c.
int MPI_Bsend | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm | ||
) |
Definition at line 199 of file VMPI_wrappers.c.
int MPI_Bsend_init | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 206 of file VMPI_wrappers.c.
int MPI_Buffer_attach | ( | void * | buffer, |
int | size | ||
) |
Definition at line 213 of file VMPI_wrappers.c.
int MPI_Buffer_detach | ( | void * | buffer, |
int * | size | ||
) |
Definition at line 220 of file VMPI_wrappers.c.
int MPI_Cancel | ( | MPI_Request * | request | ) |
Definition at line 227 of file VMPI_wrappers.c.
int MPI_Cart_coords | ( | MPI_Comm | comm, |
int | rank, | ||
int | maxdims, | ||
int * | coords | ||
) |
Definition at line 234 of file VMPI_wrappers.c.
int MPI_Cart_create | ( | MPI_Comm | old_comm, |
int | ndims, | ||
int * | dims, | ||
int * | periods, | ||
int | reorder, | ||
MPI_Comm * | comm_cart | ||
) |
Definition at line 241 of file VMPI_wrappers.c.
int MPI_Cart_get | ( | MPI_Comm | comm, |
int | maxdims, | ||
int * | dims, | ||
int * | periods, | ||
int * | coords | ||
) |
Definition at line 248 of file VMPI_wrappers.c.
int MPI_Cart_map | ( | MPI_Comm | comm, |
int | ndims, | ||
int * | dims, | ||
int * | periods, | ||
int * | newrank | ||
) |
Definition at line 255 of file VMPI_wrappers.c.
int MPI_Cart_rank | ( | MPI_Comm | comm, |
int * | coords, | ||
int * | rank | ||
) |
Definition at line 262 of file VMPI_wrappers.c.
int MPI_Cart_shift | ( | MPI_Comm | comm, |
int | direction, | ||
int | disp, | ||
int * | rank_source, | ||
int * | rank_dest | ||
) |
Definition at line 269 of file VMPI_wrappers.c.
int MPI_Cart_sub | ( | MPI_Comm | comm, |
int * | remain_dims, | ||
MPI_Comm * | new_comm | ||
) |
Definition at line 276 of file VMPI_wrappers.c.
int MPI_Cartdim_get | ( | MPI_Comm | comm, |
int * | ndims | ||
) |
Definition at line 283 of file VMPI_wrappers.c.
int MPI_Close_port | ( | char * | port_name | ) |
Definition at line 290 of file VMPI_wrappers.c.
int MPI_Comm_accept | ( | char * | port_name, |
MPI_Info | info, | ||
int | root, | ||
MPI_Comm | comm, | ||
MPI_Comm * | newcomm | ||
) |
Definition at line 297 of file VMPI_wrappers.c.
int MPI_Comm_c2f | ( | MPI_Comm | comm | ) |
Definition at line 304 of file VMPI_wrappers.c.
int MPI_Comm_call_errhandler | ( | MPI_Comm | comm, |
int | errorcode | ||
) |
Definition at line 311 of file VMPI_wrappers.c.
int MPI_Comm_compare | ( | MPI_Comm | comm1, |
MPI_Comm | comm2, | ||
int * | result | ||
) |
Definition at line 318 of file VMPI_wrappers.c.
int MPI_Comm_connect | ( | char * | port_name, |
MPI_Info | info, | ||
int | root, | ||
MPI_Comm | comm, | ||
MPI_Comm * | newcomm | ||
) |
Definition at line 325 of file VMPI_wrappers.c.
int MPI_Comm_create | ( | MPI_Comm | comm, |
MPI_Group | group, | ||
MPI_Comm * | newcomm | ||
) |
Definition at line 346 of file VMPI_wrappers.c.
int MPI_Comm_create_errhandler | ( | MPI_Comm_errhandler_function * | function, |
MPI_Errhandler * | errhandler | ||
) |
Definition at line 332 of file VMPI_wrappers.c.
int MPI_Comm_create_keyval | ( | MPI_Comm_copy_attr_function * | comm_copy_attr_fn, |
MPI_Comm_delete_attr_function * | comm_delete_attr_fn, | ||
int * | comm_keyval, | ||
void * | extra_state | ||
) |
Definition at line 339 of file VMPI_wrappers.c.
int MPI_Comm_delete_attr | ( | MPI_Comm | comm, |
int | comm_keyval | ||
) |
Definition at line 353 of file VMPI_wrappers.c.
int MPI_Comm_disconnect | ( | MPI_Comm * | comm | ) |
Definition at line 360 of file VMPI_wrappers.c.
int MPI_Comm_dup | ( | MPI_Comm | comm, |
MPI_Comm * | newcomm | ||
) |
Definition at line 367 of file VMPI_wrappers.c.
int MPI_Comm_free | ( | MPI_Comm * | comm | ) |
Definition at line 381 of file VMPI_wrappers.c.
int MPI_Comm_free_keyval | ( | int * | comm_keyval | ) |
Definition at line 374 of file VMPI_wrappers.c.
int MPI_Comm_get_attr | ( | MPI_Comm | comm, |
int | comm_keyval, | ||
void * | attribute_val, | ||
int * | flag | ||
) |
Definition at line 388 of file VMPI_wrappers.c.
int MPI_Comm_get_errhandler | ( | MPI_Comm | comm, |
MPI_Errhandler * | erhandler | ||
) |
Definition at line 395 of file VMPI_wrappers.c.
int MPI_Comm_get_name | ( | MPI_Comm | comm, |
char * | comm_name, | ||
int * | resultlen | ||
) |
Definition at line 402 of file VMPI_wrappers.c.
int MPI_Comm_get_parent | ( | MPI_Comm * | parent | ) |
Definition at line 409 of file VMPI_wrappers.c.
int MPI_Comm_group | ( | MPI_Comm | comm, |
MPI_Group * | group | ||
) |
Definition at line 416 of file VMPI_wrappers.c.
int MPI_Comm_join | ( | int | fd, |
MPI_Comm * | intercomm | ||
) |
Definition at line 423 of file VMPI_wrappers.c.
int MPI_Comm_rank | ( | MPI_Comm | comm, |
int * | rank | ||
) |
Definition at line 430 of file VMPI_wrappers.c.
int MPI_Comm_remote_group | ( | MPI_Comm | comm, |
MPI_Group * | group | ||
) |
Definition at line 437 of file VMPI_wrappers.c.
int MPI_Comm_remote_size | ( | MPI_Comm | comm, |
int * | size | ||
) |
Definition at line 444 of file VMPI_wrappers.c.
int MPI_Comm_set_attr | ( | MPI_Comm | comm, |
int | comm_keyval, | ||
void * | attribute_val | ||
) |
Definition at line 451 of file VMPI_wrappers.c.
int MPI_Comm_set_errhandler | ( | MPI_Comm | comm, |
MPI_Errhandler | errhandler | ||
) |
Definition at line 458 of file VMPI_wrappers.c.
int MPI_Comm_set_name | ( | MPI_Comm | comm, |
char * | comm_name | ||
) |
Definition at line 465 of file VMPI_wrappers.c.
int MPI_Comm_size | ( | MPI_Comm | comm, |
int * | size | ||
) |
Definition at line 472 of file VMPI_wrappers.c.
int MPI_Comm_spawn | ( | char * | command, |
char ** | argv, | ||
int | maxprocs, | ||
MPI_Info | info, | ||
int | root, | ||
MPI_Comm | comm, | ||
MPI_Comm * | intercomm, | ||
int * | array_of_errcodes | ||
) |
Definition at line 479 of file VMPI_wrappers.c.
int MPI_Comm_spawn_multiple | ( | int | count, |
char ** | array_of_commands, | ||
char *** | array_of_argv, | ||
int * | array_of_maxprocs, | ||
MPI_Info * | array_of_info, | ||
int | root, | ||
MPI_Comm | comm, | ||
MPI_Comm * | intercomm, | ||
int * | array_of_errcodes | ||
) |
Definition at line 486 of file VMPI_wrappers.c.
int MPI_Comm_split | ( | MPI_Comm | comm, |
int | color, | ||
int | key, | ||
MPI_Comm * | newcomm | ||
) |
Definition at line 493 of file VMPI_wrappers.c.
int MPI_Comm_test_inter | ( | MPI_Comm | comm, |
int * | flag | ||
) |
Definition at line 500 of file VMPI_wrappers.c.
int MPI_Dims_create | ( | int | nnodes, |
int | ndims, | ||
int * | dims | ||
) |
Definition at line 507 of file VMPI_wrappers.c.
int MPI_Errhandler_c2f | ( | MPI_Errhandler | errhandler | ) |
Definition at line 514 of file VMPI_wrappers.c.
int MPI_Errhandler_create | ( | MPI_Handler_function * | function, |
MPI_Errhandler * | errhandler | ||
) |
Definition at line 521 of file VMPI_wrappers.c.
int MPI_Errhandler_free | ( | MPI_Errhandler * | errhandler | ) |
Definition at line 528 of file VMPI_wrappers.c.
int MPI_Errhandler_get | ( | MPI_Comm | comm, |
MPI_Errhandler * | errhandler | ||
) |
Definition at line 535 of file VMPI_wrappers.c.
int MPI_Errhandler_set | ( | MPI_Comm | comm, |
MPI_Errhandler | errhandler | ||
) |
Definition at line 542 of file VMPI_wrappers.c.
int MPI_Error_class | ( | int | errorcode, |
int * | errorclass | ||
) |
Definition at line 549 of file VMPI_wrappers.c.
int MPI_Error_string | ( | int | errorcode, |
char * | string, | ||
int * | resultlen | ||
) |
Definition at line 556 of file VMPI_wrappers.c.
int MPI_Exscan | ( | void * | sendbuf, |
void * | recvbuf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Op | op, | ||
MPI_Comm | comm | ||
) |
Definition at line 563 of file VMPI_wrappers.c.
int MPI_File_c2f | ( | MPI_File | file | ) |
Definition at line 570 of file VMPI_wrappers.c.
int MPI_File_call_errhandler | ( | MPI_File | fh, |
int | errorcode | ||
) |
Definition at line 577 of file VMPI_wrappers.c.
int MPI_File_close | ( | MPI_File * | fh | ) |
Definition at line 612 of file VMPI_wrappers.c.
int MPI_File_create_errhandler | ( | MPI_File_errhandler_function * | function, |
MPI_Errhandler * | errhandler | ||
) |
Definition at line 584 of file VMPI_wrappers.c.
int MPI_File_delete | ( | char * | filename, |
MPI_Info | info | ||
) |
Definition at line 619 of file VMPI_wrappers.c.
int MPI_File_get_amode | ( | MPI_File | fh, |
int * | amode | ||
) |
Definition at line 654 of file VMPI_wrappers.c.
int MPI_File_get_atomicity | ( | MPI_File | fh, |
int * | flag | ||
) |
Definition at line 948 of file VMPI_wrappers.c.
int MPI_File_get_byte_offset | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
MPI_Offset * | disp | ||
) |
Definition at line 787 of file VMPI_wrappers.c.
int MPI_File_get_errhandler | ( | MPI_File | file, |
MPI_Errhandler * | errhandler | ||
) |
Definition at line 598 of file VMPI_wrappers.c.
int MPI_File_get_group | ( | MPI_File | fh, |
MPI_Group * | group | ||
) |
Definition at line 647 of file VMPI_wrappers.c.
int MPI_File_get_info | ( | MPI_File | fh, |
MPI_Info * | info_used | ||
) |
Definition at line 668 of file VMPI_wrappers.c.
int MPI_File_get_position | ( | MPI_File | fh, |
MPI_Offset * | offset | ||
) |
Definition at line 780 of file VMPI_wrappers.c.
int MPI_File_get_position_shared | ( | MPI_File | fh, |
MPI_Offset * | offset | ||
) |
Definition at line 843 of file VMPI_wrappers.c.
int MPI_File_get_size | ( | MPI_File | fh, |
MPI_Offset * | size | ||
) |
Definition at line 640 of file VMPI_wrappers.c.
int MPI_File_get_type_extent | ( | MPI_File | fh, |
MPI_Datatype | datatype, | ||
MPI_Aint * | extent | ||
) |
Definition at line 934 of file VMPI_wrappers.c.
int MPI_File_get_view | ( | MPI_File | fh, |
MPI_Offset * | disp, | ||
MPI_Datatype * | etype, | ||
MPI_Datatype * | filetype, | ||
char * | datarep | ||
) |
Definition at line 682 of file VMPI_wrappers.c.
int MPI_File_iread | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Request * | request | ||
) |
Definition at line 759 of file VMPI_wrappers.c.
int MPI_File_iread_at | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Request * | request | ||
) |
Definition at line 717 of file VMPI_wrappers.c.
int MPI_File_iread_shared | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Request * | request | ||
) |
Definition at line 808 of file VMPI_wrappers.c.
int MPI_File_iwrite | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Request * | request | ||
) |
Definition at line 766 of file VMPI_wrappers.c.
int MPI_File_iwrite_at | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Request * | request | ||
) |
Definition at line 724 of file VMPI_wrappers.c.
int MPI_File_iwrite_shared | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Request * | request | ||
) |
Definition at line 815 of file VMPI_wrappers.c.
int MPI_File_open | ( | MPI_Comm | comm, |
char * | filename, | ||
int | amode, | ||
MPI_Info | info, | ||
MPI_File * | fh | ||
) |
Definition at line 605 of file VMPI_wrappers.c.
int MPI_File_preallocate | ( | MPI_File | fh, |
MPI_Offset | size | ||
) |
Definition at line 633 of file VMPI_wrappers.c.
int MPI_File_read | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 731 of file VMPI_wrappers.c.
int MPI_File_read_all | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 738 of file VMPI_wrappers.c.
int MPI_File_read_all_begin | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype | ||
) |
Definition at line 878 of file VMPI_wrappers.c.
int MPI_File_read_all_end | ( | MPI_File | fh, |
void * | buf, | ||
MPI_Status * | status | ||
) |
Definition at line 885 of file VMPI_wrappers.c.
int MPI_File_read_at | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 689 of file VMPI_wrappers.c.
int MPI_File_read_at_all | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 696 of file VMPI_wrappers.c.
int MPI_File_read_at_all_begin | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype | ||
) |
Definition at line 850 of file VMPI_wrappers.c.
int MPI_File_read_at_all_end | ( | MPI_File | fh, |
void * | buf, | ||
MPI_Status * | status | ||
) |
Definition at line 857 of file VMPI_wrappers.c.
int MPI_File_read_ordered | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 822 of file VMPI_wrappers.c.
int MPI_File_read_ordered_begin | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype | ||
) |
Definition at line 906 of file VMPI_wrappers.c.
int MPI_File_read_ordered_end | ( | MPI_File | fh, |
void * | buf, | ||
MPI_Status * | status | ||
) |
Definition at line 913 of file VMPI_wrappers.c.
int MPI_File_read_shared | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 794 of file VMPI_wrappers.c.
int MPI_File_seek | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
int | whence | ||
) |
Definition at line 773 of file VMPI_wrappers.c.
int MPI_File_seek_shared | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
int | whence | ||
) |
Definition at line 836 of file VMPI_wrappers.c.
int MPI_File_set_atomicity | ( | MPI_File | fh, |
int | flag | ||
) |
Definition at line 941 of file VMPI_wrappers.c.
int MPI_File_set_errhandler | ( | MPI_File | file, |
MPI_Errhandler | errhandler | ||
) |
Definition at line 591 of file VMPI_wrappers.c.
int MPI_File_set_info | ( | MPI_File | fh, |
MPI_Info | info | ||
) |
Definition at line 661 of file VMPI_wrappers.c.
int MPI_File_set_size | ( | MPI_File | fh, |
MPI_Offset | size | ||
) |
Definition at line 626 of file VMPI_wrappers.c.
int MPI_File_set_view | ( | MPI_File | fh, |
MPI_Offset | disp, | ||
MPI_Datatype | etype, | ||
MPI_Datatype | filetype, | ||
char * | datarep, | ||
MPI_Info | info | ||
) |
Definition at line 675 of file VMPI_wrappers.c.
int MPI_File_sync | ( | MPI_File | fh | ) |
Definition at line 955 of file VMPI_wrappers.c.
int MPI_File_write | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 745 of file VMPI_wrappers.c.
int MPI_File_write_all | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 752 of file VMPI_wrappers.c.
int MPI_File_write_all_begin | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype | ||
) |
Definition at line 892 of file VMPI_wrappers.c.
int MPI_File_write_all_end | ( | MPI_File | fh, |
void * | buf, | ||
MPI_Status * | status | ||
) |
Definition at line 899 of file VMPI_wrappers.c.
int MPI_File_write_at | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 703 of file VMPI_wrappers.c.
int MPI_File_write_at_all | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 710 of file VMPI_wrappers.c.
int MPI_File_write_at_all_begin | ( | MPI_File | fh, |
MPI_Offset | offset, | ||
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype | ||
) |
Definition at line 864 of file VMPI_wrappers.c.
int MPI_File_write_at_all_end | ( | MPI_File | fh, |
void * | buf, | ||
MPI_Status * | status | ||
) |
Definition at line 871 of file VMPI_wrappers.c.
int MPI_File_write_ordered | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 829 of file VMPI_wrappers.c.
int MPI_File_write_ordered_begin | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype | ||
) |
Definition at line 920 of file VMPI_wrappers.c.
int MPI_File_write_ordered_end | ( | MPI_File | fh, |
void * | buf, | ||
MPI_Status * | status | ||
) |
Definition at line 927 of file VMPI_wrappers.c.
int MPI_File_write_shared | ( | MPI_File | fh, |
void * | buf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Status * | status | ||
) |
Definition at line 801 of file VMPI_wrappers.c.
int MPI_Finalize | ( | ) |
int MPI_Finalized | ( | int * | flag | ) |
Definition at line 962 of file VMPI_wrappers.c.
int MPI_Free_mem | ( | void * | base | ) |
Definition at line 969 of file VMPI_wrappers.c.
int MPI_Gather | ( | void * | sendbuf, |
int | sendcount, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int | recvcount, | ||
MPI_Datatype | recvtype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
Definition at line 976 of file VMPI_wrappers.c.
int MPI_Gatherv | ( | void * | sendbuf, |
int | sendcount, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int * | recvcounts, | ||
int * | displs, | ||
MPI_Datatype | recvtype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
Definition at line 983 of file VMPI_wrappers.c.
int MPI_Get | ( | void * | origin_addr, |
int | origin_count, | ||
MPI_Datatype | origin_datatype, | ||
int | target_rank, | ||
MPI_Aint | target_disp, | ||
int | target_count, | ||
MPI_Datatype | target_datatype, | ||
MPI_Win | win | ||
) |
Definition at line 1011 of file VMPI_wrappers.c.
int MPI_Get_address | ( | void * | location, |
MPI_Aint * | address | ||
) |
Definition at line 990 of file VMPI_wrappers.c.
int MPI_Get_count | ( | MPI_Status * | status, |
MPI_Datatype | datatype, | ||
int * | count | ||
) |
Definition at line 997 of file VMPI_wrappers.c.
int MPI_Get_elements | ( | MPI_Status * | status, |
MPI_Datatype | datatype, | ||
int * | count | ||
) |
Definition at line 1004 of file VMPI_wrappers.c.
int MPI_Get_processor_name | ( | char * | name, |
int * | resultlen | ||
) |
Definition at line 1018 of file VMPI_wrappers.c.
int MPI_Get_version | ( | int * | version, |
int * | subversion | ||
) |
Definition at line 1025 of file VMPI_wrappers.c.
int MPI_Graph_create | ( | MPI_Comm | comm_old, |
int | nnodes, | ||
int * | index, | ||
int * | edges, | ||
int | reorder, | ||
MPI_Comm * | comm_graph | ||
) |
Definition at line 1032 of file VMPI_wrappers.c.
int MPI_Graph_get | ( | MPI_Comm | comm, |
int | maxindex, | ||
int | maxedges, | ||
int * | index, | ||
int * | edges | ||
) |
Definition at line 1039 of file VMPI_wrappers.c.
int MPI_Graph_map | ( | MPI_Comm | comm, |
int | nnodes, | ||
int * | index, | ||
int * | edges, | ||
int * | newrank | ||
) |
Definition at line 1046 of file VMPI_wrappers.c.
int MPI_Graph_neighbors | ( | MPI_Comm | comm, |
int | rank, | ||
int | maxneighbors, | ||
int * | neighbors | ||
) |
Definition at line 1060 of file VMPI_wrappers.c.
int MPI_Graph_neighbors_count | ( | MPI_Comm | comm, |
int | rank, | ||
int * | nneighbors | ||
) |
Definition at line 1053 of file VMPI_wrappers.c.
int MPI_Graphdims_get | ( | MPI_Comm | comm, |
int * | nnodes, | ||
int * | nedges | ||
) |
Definition at line 1067 of file VMPI_wrappers.c.
int MPI_Grequest_complete | ( | MPI_Request | request | ) |
Definition at line 1074 of file VMPI_wrappers.c.
int MPI_Grequest_start | ( | MPI_Grequest_query_function * | query_fn, |
MPI_Grequest_free_function * | free_fn, | ||
MPI_Grequest_cancel_function * | cancel_fn, | ||
void * | extra_state, | ||
MPI_Request * | request | ||
) |
Definition at line 1081 of file VMPI_wrappers.c.
int MPI_Group_c2f | ( | MPI_Group | group | ) |
Definition at line 1088 of file VMPI_wrappers.c.
int MPI_Group_compare | ( | MPI_Group | group1, |
MPI_Group | group2, | ||
int * | result | ||
) |
Definition at line 1095 of file VMPI_wrappers.c.
int MPI_Group_difference | ( | MPI_Group | group1, |
MPI_Group | group2, | ||
MPI_Group * | newgroup | ||
) |
Definition at line 1102 of file VMPI_wrappers.c.
int MPI_Group_excl | ( | MPI_Group | group, |
int | n, | ||
int * | ranks, | ||
MPI_Group * | newgroup | ||
) |
Definition at line 1109 of file VMPI_wrappers.c.
int MPI_Group_free | ( | MPI_Group * | group | ) |
Definition at line 1116 of file VMPI_wrappers.c.
int MPI_Group_incl | ( | MPI_Group | group, |
int | n, | ||
int * | ranks, | ||
MPI_Group * | newgroup | ||
) |
Definition at line 1123 of file VMPI_wrappers.c.
int MPI_Group_intersection | ( | MPI_Group | group1, |
MPI_Group | group2, | ||
MPI_Group * | newgroup | ||
) |
Definition at line 1130 of file VMPI_wrappers.c.
int MPI_Group_range_excl | ( | MPI_Group | group, |
int | n, | ||
int | ranges[][3], | ||
MPI_Group * | newgroup | ||
) |
Definition at line 1137 of file VMPI_wrappers.c.
int MPI_Group_range_incl | ( | MPI_Group | group, |
int | n, | ||
int | ranges[][3], | ||
MPI_Group * | newgroup | ||
) |
Definition at line 1144 of file VMPI_wrappers.c.
int MPI_Group_rank | ( | MPI_Group | group, |
int * | rank | ||
) |
Definition at line 1151 of file VMPI_wrappers.c.
int MPI_Group_size | ( | MPI_Group | group, |
int * | size | ||
) |
Definition at line 1158 of file VMPI_wrappers.c.
int MPI_Group_translate_ranks | ( | MPI_Group | group1, |
int | n, | ||
int * | ranks1, | ||
MPI_Group | group2, | ||
int * | ranks2 | ||
) |
Definition at line 1165 of file VMPI_wrappers.c.
int MPI_Group_union | ( | MPI_Group | group1, |
MPI_Group | group2, | ||
MPI_Group * | newgroup | ||
) |
Definition at line 1172 of file VMPI_wrappers.c.
int MPI_Ibsend | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1179 of file VMPI_wrappers.c.
int MPI_Info_c2f | ( | MPI_Info | info | ) |
Definition at line 1186 of file VMPI_wrappers.c.
int MPI_Info_create | ( | MPI_Info * | info | ) |
Definition at line 1193 of file VMPI_wrappers.c.
int MPI_Info_delete | ( | MPI_Info | info, |
char * | key | ||
) |
Definition at line 1200 of file VMPI_wrappers.c.
int MPI_Info_dup | ( | MPI_Info | info, |
MPI_Info * | newinfo | ||
) |
Definition at line 1207 of file VMPI_wrappers.c.
int MPI_Info_free | ( | MPI_Info * | info | ) |
Definition at line 1214 of file VMPI_wrappers.c.
int MPI_Info_get | ( | MPI_Info | info, |
char * | key, | ||
int | valuelen, | ||
char * | value, | ||
int * | flag | ||
) |
Definition at line 1221 of file VMPI_wrappers.c.
int MPI_Info_get_nkeys | ( | MPI_Info | info, |
int * | nkeys | ||
) |
Definition at line 1228 of file VMPI_wrappers.c.
int MPI_Info_get_nthkey | ( | MPI_Info | info, |
int | n, | ||
char * | key | ||
) |
Definition at line 1235 of file VMPI_wrappers.c.
int MPI_Info_get_valuelen | ( | MPI_Info | info, |
char * | key, | ||
int * | valuelen, | ||
int * | flag | ||
) |
Definition at line 1242 of file VMPI_wrappers.c.
int MPI_Info_set | ( | MPI_Info | info, |
char * | key, | ||
char * | value | ||
) |
Definition at line 1249 of file VMPI_wrappers.c.
int MPI_Init | ( | int * | argc, |
char *** | argv | ||
) |
int MPI_Init_thread | ( | int * | argc, |
char *** | argv, | ||
int | required, | ||
int * | provided | ||
) |
int MPI_Initialized | ( | int * | flag | ) |
Definition at line 1256 of file VMPI_wrappers.c.
int MPI_Intercomm_create | ( | MPI_Comm | local_comm, |
int | local_leader, | ||
MPI_Comm | bridge_comm, | ||
int | remote_leader, | ||
int | tag, | ||
MPI_Comm * | newintercomm | ||
) |
Definition at line 1263 of file VMPI_wrappers.c.
int MPI_Intercomm_merge | ( | MPI_Comm | intercomm, |
int | high, | ||
MPI_Comm * | newintercomm | ||
) |
Definition at line 1270 of file VMPI_wrappers.c.
int MPI_Iprobe | ( | int | source, |
int | tag, | ||
MPI_Comm | comm, | ||
int * | flag, | ||
MPI_Status * | status | ||
) |
Definition at line 1277 of file VMPI_wrappers.c.
int MPI_Irecv | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | source, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1284 of file VMPI_wrappers.c.
int MPI_Irsend | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1291 of file VMPI_wrappers.c.
int MPI_Is_thread_main | ( | int * | flag | ) |
Definition at line 1312 of file VMPI_wrappers.c.
int MPI_Isend | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1298 of file VMPI_wrappers.c.
int MPI_Issend | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1305 of file VMPI_wrappers.c.
int MPI_Keyval_create | ( | MPI_Copy_function * | copy_fn, |
MPI_Delete_function * | delete_fn, | ||
int * | keyval, | ||
void * | extra_state | ||
) |
Definition at line 1319 of file VMPI_wrappers.c.
int MPI_Keyval_free | ( | int * | keyval | ) |
Definition at line 1326 of file VMPI_wrappers.c.
int MPI_Lookup_name | ( | char * | service_name, |
MPI_Info | info, | ||
char * | port_name | ||
) |
Definition at line 1333 of file VMPI_wrappers.c.
int MPI_Op_c2f | ( | MPI_Op | op | ) |
Definition at line 1340 of file VMPI_wrappers.c.
int MPI_Op_commutative | ( | MPI_Op | op, |
int * | commute | ||
) |
Definition at line 1347 of file VMPI_wrappers.c.
int MPI_Op_create | ( | MPI_User_function * | function, |
int | commute, | ||
MPI_Op * | op | ||
) |
Definition at line 1354 of file VMPI_wrappers.c.
int MPI_Op_free | ( | MPI_Op * | op | ) |
Definition at line 1368 of file VMPI_wrappers.c.
int MPI_Open_port | ( | MPI_Info | info, |
char * | port_name | ||
) |
Definition at line 1361 of file VMPI_wrappers.c.
int MPI_Pack | ( | void * | inbuf, |
int | incount, | ||
MPI_Datatype | datatype, | ||
void * | outbuf, | ||
int | outsize, | ||
int * | position, | ||
MPI_Comm | comm | ||
) |
Definition at line 1389 of file VMPI_wrappers.c.
int MPI_Pack_external | ( | char * | datarep, |
void * | inbuf, | ||
int | incount, | ||
MPI_Datatype | datatype, | ||
void * | outbuf, | ||
MPI_Aint | outsize, | ||
MPI_Aint * | position | ||
) |
Definition at line 1375 of file VMPI_wrappers.c.
int MPI_Pack_external_size | ( | char * | datarep, |
int | incount, | ||
MPI_Datatype | datatype, | ||
MPI_Aint * | size | ||
) |
Definition at line 1382 of file VMPI_wrappers.c.
int MPI_Pack_size | ( | int | incount, |
MPI_Datatype | datatype, | ||
MPI_Comm | comm, | ||
int * | size | ||
) |
Definition at line 1396 of file VMPI_wrappers.c.
int MPI_Probe | ( | int | source, |
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Status * | status | ||
) |
Definition at line 1403 of file VMPI_wrappers.c.
int MPI_Publish_name | ( | char * | service_name, |
MPI_Info | info, | ||
char * | port_name | ||
) |
Definition at line 1410 of file VMPI_wrappers.c.
int MPI_Put | ( | void * | origin_addr, |
int | origin_count, | ||
MPI_Datatype | origin_datatype, | ||
int | target_rank, | ||
MPI_Aint | target_disp, | ||
int | target_count, | ||
MPI_Datatype | target_datatype, | ||
MPI_Win | win | ||
) |
Definition at line 1417 of file VMPI_wrappers.c.
int MPI_Query_thread | ( | int * | provided | ) |
Definition at line 1424 of file VMPI_wrappers.c.
int MPI_Recv | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | source, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Status * | status | ||
) |
Definition at line 1438 of file VMPI_wrappers.c.
int MPI_Recv_init | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | source, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1431 of file VMPI_wrappers.c.
int MPI_Reduce | ( | void * | sendbuf, |
void * | recvbuf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Op | op, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
Definition at line 1445 of file VMPI_wrappers.c.
int MPI_Reduce_local | ( | void * | inbuf, |
void * | inoutbuf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Op | op | ||
) |
Definition at line 1452 of file VMPI_wrappers.c.
int MPI_Reduce_scatter | ( | void * | sendbuf, |
void * | recvbuf, | ||
int * | recvcounts, | ||
MPI_Datatype | datatype, | ||
MPI_Op | op, | ||
MPI_Comm | comm | ||
) |
Definition at line 1459 of file VMPI_wrappers.c.
int MPI_Register_datarep | ( | char * | datarep, |
MPI_Datarep_conversion_function * | read_conversion_fn, | ||
MPI_Datarep_conversion_function * | write_conversion_fn, | ||
MPI_Datarep_extent_function * | dtype_file_extent_fn, | ||
void * | extra_state | ||
) |
Definition at line 1466 of file VMPI_wrappers.c.
int MPI_Request_c2f | ( | MPI_Request | request | ) |
Definition at line 1473 of file VMPI_wrappers.c.
int MPI_Request_free | ( | MPI_Request * | request | ) |
Definition at line 1480 of file VMPI_wrappers.c.
int MPI_Request_get_status | ( | MPI_Request | request, |
int * | flag, | ||
MPI_Status * | status | ||
) |
Definition at line 1487 of file VMPI_wrappers.c.
int MPI_Rsend | ( | void * | ibuf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm | ||
) |
Definition at line 1494 of file VMPI_wrappers.c.
int MPI_Rsend_init | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1501 of file VMPI_wrappers.c.
int MPI_Scan | ( | void * | sendbuf, |
void * | recvbuf, | ||
int | count, | ||
MPI_Datatype | datatype, | ||
MPI_Op | op, | ||
MPI_Comm | comm | ||
) |
Definition at line 1508 of file VMPI_wrappers.c.
int MPI_Scatter | ( | void * | sendbuf, |
int | sendcount, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int | recvcount, | ||
MPI_Datatype | recvtype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
Definition at line 1515 of file VMPI_wrappers.c.
int MPI_Scatterv | ( | void * | sendbuf, |
int * | sendcounts, | ||
int * | displs, | ||
MPI_Datatype | sendtype, | ||
void * | recvbuf, | ||
int | recvcount, | ||
MPI_Datatype | recvtype, | ||
int | root, | ||
MPI_Comm | comm | ||
) |
Definition at line 1522 of file VMPI_wrappers.c.
int MPI_Send | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm | ||
) |
Definition at line 1536 of file VMPI_wrappers.c.
int MPI_Send_init | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1529 of file VMPI_wrappers.c.
int MPI_Sendrecv | ( | void * | sendbuf, |
int | sendcount, | ||
MPI_Datatype | sendtype, | ||
int | dest, | ||
int | sendtag, | ||
void * | recvbuf, | ||
int | recvcount, | ||
MPI_Datatype | recvtype, | ||
int | source, | ||
int | recvtag, | ||
MPI_Comm | comm, | ||
MPI_Status * | status | ||
) |
Definition at line 1543 of file VMPI_wrappers.c.
int MPI_Sendrecv_replace | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | sendtag, | ||
int | source, | ||
int | recvtag, | ||
MPI_Comm | comm, | ||
MPI_Status * | status | ||
) |
Definition at line 1550 of file VMPI_wrappers.c.
int MPI_Ssend | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm | ||
) |
Definition at line 1564 of file VMPI_wrappers.c.
int MPI_Ssend_init | ( | void * | buf, |
int | count, | ||
MPI_Datatype | datatype, | ||
int | dest, | ||
int | tag, | ||
MPI_Comm | comm, | ||
MPI_Request * | request | ||
) |
Definition at line 1557 of file VMPI_wrappers.c.
int MPI_Start | ( | MPI_Request * | request | ) |
Definition at line 1571 of file VMPI_wrappers.c.
int MPI_Startall | ( | int | count, |
MPI_Request * | array_of_requests | ||
) |
Definition at line 1578 of file VMPI_wrappers.c.
int MPI_Status_c2f | ( | MPI_Status * | c_status, |
int * | f_status | ||
) |
Definition at line 1585 of file VMPI_wrappers.c.
int MPI_Status_f2c | ( | int * | f_status, |
MPI_Status * | c_status | ||
) |
Definition at line 1592 of file VMPI_wrappers.c.
int MPI_Status_set_cancelled | ( | MPI_Status * | status, |
int | flag | ||
) |
Definition at line 1599 of file VMPI_wrappers.c.
int MPI_Status_set_elements | ( | MPI_Status * | status, |
MPI_Datatype | datatype, | ||
int | count | ||
) |
Definition at line 1606 of file VMPI_wrappers.c.
int MPI_Test | ( | MPI_Request * | request, |
int * | flag, | ||
MPI_Status * | status | ||
) |
Definition at line 1627 of file VMPI_wrappers.c.
int MPI_Test_cancelled | ( | MPI_Status * | status, |
int * | flag | ||
) |
Definition at line 1634 of file VMPI_wrappers.c.
int MPI_Testall | ( | int | count, |
MPI_Request | array_of_requests[], | ||
int * | flag, | ||
MPI_Status | array_of_statuses[] | ||
) |
Definition at line 1613 of file VMPI_wrappers.c.
int MPI_Testany | ( | int | count, |
MPI_Request | array_of_requests[], | ||
int * | index, | ||
int * | flag, | ||
MPI_Status * | status | ||
) |
Definition at line 1620 of file VMPI_wrappers.c.
int MPI_Testsome | ( | int | incount, |
MPI_Request | array_of_requests[], | ||
int * | outcount, | ||
int | array_of_indices[], | ||
MPI_Status | array_of_statuses[] | ||
) |
Definition at line 1641 of file VMPI_wrappers.c.
int MPI_Topo_test | ( | MPI_Comm | comm, |
int * | status | ||
) |
Definition at line 1648 of file VMPI_wrappers.c.
int MPI_Type_c2f | ( | MPI_Datatype | datatype | ) |
Definition at line 1655 of file VMPI_wrappers.c.
int MPI_Type_commit | ( | MPI_Datatype * | type | ) |
Definition at line 1662 of file VMPI_wrappers.c.
int MPI_Type_contiguous | ( | int | count, |
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1669 of file VMPI_wrappers.c.
int MPI_Type_create_darray | ( | int | size, |
int | rank, | ||
int | ndims, | ||
int | gsize_array[], | ||
int | distrib_array[], | ||
int | darg_array[], | ||
int | psize_array[], | ||
int | order, | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1676 of file VMPI_wrappers.c.
int MPI_Type_create_f90_complex | ( | int | p, |
int | r, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1683 of file VMPI_wrappers.c.
int MPI_Type_create_f90_integer | ( | int | r, |
MPI_Datatype * | newtype | ||
) |
Definition at line 1690 of file VMPI_wrappers.c.
int MPI_Type_create_f90_real | ( | int | p, |
int | r, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1697 of file VMPI_wrappers.c.
int MPI_Type_create_hindexed | ( | int | count, |
int | array_of_blocklengths[], | ||
MPI_Aint | array_of_displacements[], | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1704 of file VMPI_wrappers.c.
int MPI_Type_create_hvector | ( | int | count, |
int | blocklength, | ||
MPI_Aint | stride, | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1711 of file VMPI_wrappers.c.
int MPI_Type_create_indexed_block | ( | int | count, |
int | blocklength, | ||
int | array_of_displacements[], | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1725 of file VMPI_wrappers.c.
int MPI_Type_create_keyval | ( | MPI_Type_copy_attr_function * | type_copy_attr_fn, |
MPI_Type_delete_attr_function * | type_delete_attr_fn, | ||
int * | type_keyval, | ||
void * | extra_state | ||
) |
Definition at line 1718 of file VMPI_wrappers.c.
int MPI_Type_create_resized | ( | MPI_Datatype | oldtype, |
MPI_Aint | lb, | ||
MPI_Aint | extent, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1746 of file VMPI_wrappers.c.
int MPI_Type_create_struct | ( | int | count, |
int | array_of_block_lengths[], | ||
MPI_Aint | array_of_displacements[], | ||
MPI_Datatype | array_of_types[], | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1732 of file VMPI_wrappers.c.
int MPI_Type_create_subarray | ( | int | ndims, |
int | size_array[], | ||
int | subsize_array[], | ||
int | start_array[], | ||
int | order, | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1739 of file VMPI_wrappers.c.
int MPI_Type_delete_attr | ( | MPI_Datatype | type, |
int | type_keyval | ||
) |
Definition at line 1753 of file VMPI_wrappers.c.
int MPI_Type_dup | ( | MPI_Datatype | type, |
MPI_Datatype * | newtype | ||
) |
Definition at line 1760 of file VMPI_wrappers.c.
int MPI_Type_extent | ( | MPI_Datatype | type, |
MPI_Aint * | extent | ||
) |
Definition at line 1767 of file VMPI_wrappers.c.
int MPI_Type_free | ( | MPI_Datatype * | type | ) |
Definition at line 1774 of file VMPI_wrappers.c.
int MPI_Type_free_keyval | ( | int * | type_keyval | ) |
Definition at line 1781 of file VMPI_wrappers.c.
int MPI_Type_get_attr | ( | MPI_Datatype | type, |
int | type_keyval, | ||
void * | attribute_val, | ||
int * | flag | ||
) |
Definition at line 1788 of file VMPI_wrappers.c.
int MPI_Type_get_contents | ( | MPI_Datatype | mtype, |
int | max_integers, | ||
int | max_addresses, | ||
int | max_datatypes, | ||
int | array_of_integers[], | ||
MPI_Aint | array_of_addresses[], | ||
MPI_Datatype | array_of_datatypes[] | ||
) |
Definition at line 1795 of file VMPI_wrappers.c.
int MPI_Type_get_envelope | ( | MPI_Datatype | type, |
int * | num_integers, | ||
int * | num_addresses, | ||
int * | num_datatypes, | ||
int * | combiner | ||
) |
Definition at line 1802 of file VMPI_wrappers.c.
int MPI_Type_get_extent | ( | MPI_Datatype | type, |
MPI_Aint * | lb, | ||
MPI_Aint * | extent | ||
) |
Definition at line 1809 of file VMPI_wrappers.c.
int MPI_Type_get_name | ( | MPI_Datatype | type, |
char * | type_name, | ||
int * | resultlen | ||
) |
Definition at line 1816 of file VMPI_wrappers.c.
int MPI_Type_get_true_extent | ( | MPI_Datatype | datatype, |
MPI_Aint * | true_lb, | ||
MPI_Aint * | true_extent | ||
) |
Definition at line 1823 of file VMPI_wrappers.c.
int MPI_Type_hindexed | ( | int | count, |
int | array_of_blocklengths[], | ||
MPI_Aint | array_of_displacements[], | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1830 of file VMPI_wrappers.c.
int MPI_Type_hvector | ( | int | count, |
int | blocklength, | ||
MPI_Aint | stride, | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1837 of file VMPI_wrappers.c.
int MPI_Type_indexed | ( | int | count, |
int | array_of_blocklengths[], | ||
int | array_of_displacements[], | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1844 of file VMPI_wrappers.c.
int MPI_Type_lb | ( | MPI_Datatype | type, |
MPI_Aint * | lb | ||
) |
Definition at line 1851 of file VMPI_wrappers.c.
int MPI_Type_match_size | ( | int | typeclass, |
int | size, | ||
MPI_Datatype * | type | ||
) |
Definition at line 1858 of file VMPI_wrappers.c.
int MPI_Type_set_attr | ( | MPI_Datatype | type, |
int | type_keyval, | ||
void * | attr_val | ||
) |
Definition at line 1865 of file VMPI_wrappers.c.
int MPI_Type_set_name | ( | MPI_Datatype | type, |
char * | type_name | ||
) |
Definition at line 1872 of file VMPI_wrappers.c.
int MPI_Type_size | ( | MPI_Datatype | type, |
int * | size | ||
) |
Definition at line 1879 of file VMPI_wrappers.c.
int MPI_Type_struct | ( | int | count, |
int | array_of_blocklengths[], | ||
MPI_Aint | array_of_displacements[], | ||
MPI_Datatype | array_of_types[], | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1886 of file VMPI_wrappers.c.
int MPI_Type_ub | ( | MPI_Datatype | mtype, |
MPI_Aint * | ub | ||
) |
Definition at line 1893 of file VMPI_wrappers.c.
int MPI_Type_vector | ( | int | count, |
int | blocklength, | ||
int | stride, | ||
MPI_Datatype | oldtype, | ||
MPI_Datatype * | newtype | ||
) |
Definition at line 1900 of file VMPI_wrappers.c.
int MPI_Unpack | ( | void * | inbuf, |
int | insize, | ||
int * | position, | ||
void * | outbuf, | ||
int | outcount, | ||
MPI_Datatype | datatype, | ||
MPI_Comm | comm | ||
) |
Definition at line 1907 of file VMPI_wrappers.c.
int MPI_Unpack_external | ( | char * | datarep, |
void * | inbuf, | ||
MPI_Aint | insize, | ||
MPI_Aint * | position, | ||
void * | outbuf, | ||
int | outcount, | ||
MPI_Datatype | datatype | ||
) |
Definition at line 1921 of file VMPI_wrappers.c.
int MPI_Unpublish_name | ( | char * | service_name, |
MPI_Info | info, | ||
char * | port_name | ||
) |
Definition at line 1914 of file VMPI_wrappers.c.
int MPI_Wait | ( | MPI_Request * | request, |
MPI_Status * | status | ||
) |
Definition at line 1942 of file VMPI_wrappers.c.
int MPI_Waitall | ( | int | count, |
MPI_Request * | array_of_requests, | ||
MPI_Status * | array_of_statuses | ||
) |
Definition at line 1928 of file VMPI_wrappers.c.
int MPI_Waitany | ( | int | count, |
MPI_Request * | array_of_requests, | ||
int * | index, | ||
MPI_Status * | status | ||
) |
Definition at line 1935 of file VMPI_wrappers.c.
int MPI_Waitsome | ( | int | incount, |
MPI_Request * | array_of_requests, | ||
int * | outcount, | ||
int * | array_of_indices, | ||
MPI_Status * | array_of_statuses | ||
) |
Definition at line 1949 of file VMPI_wrappers.c.
int MPI_Win_c2f | ( | MPI_Win | win | ) |
Definition at line 1956 of file VMPI_wrappers.c.
int MPI_Win_call_errhandler | ( | MPI_Win | win, |
int | errorcode | ||
) |
Definition at line 1963 of file VMPI_wrappers.c.
int MPI_Win_complete | ( | MPI_Win | win | ) |
Definition at line 1970 of file VMPI_wrappers.c.
int MPI_Win_create | ( | void * | base, |
MPI_Aint | size, | ||
int | disp_unit, | ||
MPI_Info | info, | ||
MPI_Comm | comm, | ||
MPI_Win * | win | ||
) |
Definition at line 1977 of file VMPI_wrappers.c.
int MPI_Win_create_errhandler | ( | MPI_Win_errhandler_function * | function, |
MPI_Errhandler * | errhandler | ||
) |
Definition at line 1984 of file VMPI_wrappers.c.
int MPI_Win_create_keyval | ( | MPI_Win_copy_attr_function * | win_copy_attr_fn, |
MPI_Win_delete_attr_function * | win_delete_attr_fn, | ||
int * | win_keyval, | ||
void * | extra_state | ||
) |
Definition at line 1991 of file VMPI_wrappers.c.
int MPI_Win_delete_attr | ( | MPI_Win | win, |
int | win_keyval | ||
) |
Definition at line 1998 of file VMPI_wrappers.c.
int MPI_Win_fence | ( | int | assert, |
MPI_Win | win | ||
) |
Definition at line 2005 of file VMPI_wrappers.c.
int MPI_Win_free | ( | MPI_Win * | win | ) |
Definition at line 2012 of file VMPI_wrappers.c.
int MPI_Win_free_keyval | ( | int * | win_keyval | ) |
Definition at line 2019 of file VMPI_wrappers.c.
int MPI_Win_get_attr | ( | MPI_Win | win, |
int | win_keyval, | ||
void * | attribute_val, | ||
int * | flag | ||
) |
Definition at line 2026 of file VMPI_wrappers.c.
int MPI_Win_get_errhandler | ( | MPI_Win | win, |
MPI_Errhandler * | errhandler | ||
) |
Definition at line 2033 of file VMPI_wrappers.c.
int MPI_Win_get_group | ( | MPI_Win | win, |
MPI_Group * | group | ||
) |
Definition at line 2040 of file VMPI_wrappers.c.
int MPI_Win_get_name | ( | MPI_Win | win, |
char * | win_name, | ||
int * | resultlen | ||
) |
Definition at line 2047 of file VMPI_wrappers.c.
int MPI_Win_lock | ( | int | lock_type, |
int | rank, | ||
int | assert, | ||
MPI_Win | win | ||
) |
Definition at line 2054 of file VMPI_wrappers.c.
int MPI_Win_post | ( | MPI_Group | group, |
int | assert, | ||
MPI_Win | win | ||
) |
Definition at line 2061 of file VMPI_wrappers.c.
int MPI_Win_set_attr | ( | MPI_Win | win, |
int | win_keyval, | ||
void * | attribute_val | ||
) |
Definition at line 2068 of file VMPI_wrappers.c.
int MPI_Win_set_errhandler | ( | MPI_Win | win, |
MPI_Errhandler | errhandler | ||
) |
Definition at line 2075 of file VMPI_wrappers.c.
int MPI_Win_set_name | ( | MPI_Win | win, |
char * | win_name | ||
) |
Definition at line 2082 of file VMPI_wrappers.c.
int MPI_Win_start | ( | MPI_Group | group, |
int | assert, | ||
MPI_Win | win | ||
) |
Definition at line 2089 of file VMPI_wrappers.c.
int MPI_Win_test | ( | MPI_Win | win, |
int * | flag | ||
) |
Definition at line 2096 of file VMPI_wrappers.c.
int MPI_Win_unlock | ( | int | rank, |
MPI_Win | win | ||
) |
Definition at line 2103 of file VMPI_wrappers.c.
int MPI_Win_wait | ( | MPI_Win | win | ) |
Definition at line 2110 of file VMPI_wrappers.c.
double MPI_Wtick | ( | ) |
Definition at line 2117 of file VMPI_wrappers.c.
double MPI_Wtime | ( | ) |
Definition at line 2124 of file VMPI_wrappers.c.