geopm
3.1.1.dev272+gdfb40a8d
GEOPM - Global Extensible Open Power Manager
|
#include <stdlib.h>
#include <string.h>
#include <mpi.h>
#include <unistd.h>
#include <stdio.h>
#include <stdint.h>
#include "geopm_pmpi.h"
Functions | |
void | pmpi_allgather_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_allgatherv_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_allreduce_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_alltoall_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_alltoallv_ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_alltoallw (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_barrier_ (MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_bcast_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_bsend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_bsend_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_cart_coords_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr) |
void | pmpi_cart_create_ (MPI_Fint *old_comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *reorder, MPI_Fint *comm_cart, MPI_Fint *ierr) |
void | pmpi_cartdim_get_ (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr) |
void | pmpi_cart_get_ (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *coords, MPI_Fint *ierr) |
void | pmpi_cart_map (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *newrank, MPI_Fint *ierr) |
void | pmpi_cart_rank_ (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr) |
void | pmpi_cart_shift_ (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr) |
void | pmpi_cart_sub_ (MPI_Fint *comm, MPI_Fint *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr) |
void | pmpi_comm_accept_ (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | pmpi_comm_call_errhandler_ (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr) |
void | pmpi_comm_compare_ (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr) |
void | pmpi_comm_connect_ (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | pmpi_comm_create_ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | pmpi_comm_delete_attr_ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr) |
void | pmpi_comm_dup (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | pmpi_comm_get_attr_ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *flag, MPI_Fint *ierr) |
void | pmpi_comm_get_errhandler_ (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr) |
void | pmpi_comm_get_name_ (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, MPI_Fint name_len) |
void | pmpi_comm_group_ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | pmpi_comm_rank_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr) |
void | pmpi_comm_remote_group_ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | pmpi_comm_remote_size_ (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | pmpi_comm_set_attr_ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *ierr) |
void | pmpi_comm_set_errhandler_ (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr) |
void | pmpi_comm_set_name (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, MPI_Fint name_len) |
void | pmpi_comm_size_ (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | pmpi_comm_spawn_ (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_len, MPI_Fint string_len) |
void | pmpi_comm_spawn_multiple_ (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_string_len, MPI_Fint argv_string_len) |
void | pmpi_comm_split (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | pmpi_comm_test_inter_ (MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *ierr) |
void | pmpi_exscan_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_file_open_ (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, MPI_Fint name_len) |
void | pmpi_gather_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_gatherv_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_graph_create_ (MPI_Fint *comm_old, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *reorder, MPI_Fint *comm_graph, MPI_Fint *ierr) |
void | pmpi_graphdims_get (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr) |
void | pmpi_graph_get (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *ierr) |
void | pmpi_graph_map_ (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr) |
void | pmpi_graph_neighbors_count_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr) |
void | pmpi_graph_neighbors_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr) |
void | pmpi_ibsend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_intercomm_create_ (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | pmpi_intercomm_merge_ (MPI_Fint *intercomm, MPI_Fint *high, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | pmpi_iprobe_ (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_irecv_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_irsend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_isend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_comm_get_parent_ (MPI_Fint *parent, MPI_Fint *ierr) |
void | pmpi_issend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_pack_ (MPI_Fint *inbuf, MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_pack_size_ (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | pmpi_probe_ (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_recv_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_recv_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_reduce_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_reduce_scatter_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_rsend_ (MPI_Fint *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_rsend_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_scan_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_scatter_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_scatterv_ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_send_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_send_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_sendrecv_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_sendrecv_replace_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_ssend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_ssend_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | pmpi_topo_test_ (MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_unpack_ (MPI_Fint *inbuf, MPI_Fint *insize, MPI_Fint *position, MPI_Fint *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr) |
void | pmpi_waitall_ (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | pmpi_waitany_ (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_wait_ (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr) |
void | pmpi_waitsome_ (MPI_Fint *incount, MPI_Fint *array_of_requests, MPI_Fint *outcount, MPI_Fint *array_of_indices, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | pmpi_win_create_ (MPI_Fint *base, MPI_Fint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr) |
void | FMPI_Init (MPI_Fint *ierr) |
void | mpi_finalize (MPI_Fint *ierr) |
void | mpi_finalize_ (MPI_Fint *ierr) |
void | mpi_finalize__ (MPI_Fint *ierr) |
void | MPI_FINALIZE (MPI_Fint *ierr) |
void | mpi_init (MPI_Fint *ierr) |
void | mpi_init_ (MPI_Fint *ierr) |
void | mpi_init__ (MPI_Fint *ierr) |
void | MPI_INIT (MPI_Fint *ierr) |
void | mpi_init_thread (MPI_Fint *required, MPI_Fint *provided, MPI_Fint *ierr) |
void | mpi_init_thread_ (MPI_Fint *required, MPI_Fint *provided, MPI_Fint *ierr) |
void | mpi_init_thread__ (MPI_Fint *required, MPI_Fint *provided, MPI_Fint *ierr) |
void | MPI_INIT_THREAD (MPI_Fint *required, MPI_Fint *provided, MPI_Fint *ierr) |
void | mpi_iprobe (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_iprobe_ (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_iprobe__ (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_IPROBE (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_allgather (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allgather_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allgather__ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_ALLGATHER (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allgatherv (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allgatherv_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allgatherv__ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_ALLGATHERV (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allreduce (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allreduce_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_allreduce__ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_ALLREDUCE (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoall (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoall_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoall__ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_ALLTOALL (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoallv (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoallv_ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoallv__ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_ALLTOALLV (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoallw (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoallw_ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_alltoallw__ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_ALLTOALLW (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *sdispls, MPI_Fint *sendtypes, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *rdispls, MPI_Fint *recvtypes, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_barrier (MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_barrier_ (MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_barrier__ (MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_BARRIER (MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_bcast (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_bcast_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_bcast__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_BCAST (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_bsend (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_bsend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_bsend__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_BSEND (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_bsend_init (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_bsend_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_bsend_init__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_BSEND_INIT (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_cart_coords (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr) |
void | mpi_cart_coords_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr) |
void | mpi_cart_coords__ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr) |
void | MPI_CART_COORDS (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxdims, MPI_Fint *coords, MPI_Fint *ierr) |
void | mpi_cart_create (MPI_Fint *old_comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *reorder, MPI_Fint *comm_cart, MPI_Fint *ierr) |
void | mpi_cart_create_ (MPI_Fint *old_comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *reorder, MPI_Fint *comm_cart, MPI_Fint *ierr) |
void | mpi_cart_create__ (MPI_Fint *old_comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *reorder, MPI_Fint *comm_cart, MPI_Fint *ierr) |
void | MPI_CART_CREATE (MPI_Fint *old_comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *reorder, MPI_Fint *comm_cart, MPI_Fint *ierr) |
void | mpi_cartdim_get (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr) |
void | mpi_cartdim_get_ (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr) |
void | mpi_cartdim_get__ (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr) |
void | MPI_CARTDIM_GET (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *ierr) |
void | mpi_cart_get (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *coords, MPI_Fint *ierr) |
void | mpi_cart_get_ (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *coords, MPI_Fint *ierr) |
void | mpi_cart_get__ (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *coords, MPI_Fint *ierr) |
void | MPI_CART_GET (MPI_Fint *comm, MPI_Fint *maxdims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *coords, MPI_Fint *ierr) |
void | mpi_cart_map (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *newrank, MPI_Fint *ierr) |
void | mpi_cart_map_ (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *newrank, MPI_Fint *ierr) |
void | mpi_cart_map__ (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *newrank, MPI_Fint *ierr) |
void | MPI_CART_MAP (MPI_Fint *comm, MPI_Fint *ndims, MPI_Fint *dims, MPI_Fint *periods, MPI_Fint *newrank, MPI_Fint *ierr) |
void | mpi_cart_rank (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr) |
void | mpi_cart_rank_ (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr) |
void | mpi_cart_rank__ (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr) |
void | MPI_CART_RANK (MPI_Fint *comm, MPI_Fint *coords, MPI_Fint *rank, MPI_Fint *ierr) |
void | mpi_cart_shift (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr) |
void | mpi_cart_shift_ (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr) |
void | mpi_cart_shift__ (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr) |
void | MPI_CART_SHIFT (MPI_Fint *comm, MPI_Fint *direction, MPI_Fint *disp, MPI_Fint *rank_source, MPI_Fint *rank_dest, MPI_Fint *ierr) |
void | mpi_cart_sub (MPI_Fint *comm, MPI_Fint *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr) |
void | mpi_cart_sub_ (MPI_Fint *comm, MPI_Fint *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr) |
void | mpi_cart_sub__ (MPI_Fint *comm, MPI_Fint *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr) |
void | MPI_CART_SUB (MPI_Fint *comm, MPI_Fint *remain_dims, MPI_Fint *new_comm, MPI_Fint *ierr) |
void | mpi_comm_accept (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | mpi_comm_accept_ (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | mpi_comm_accept__ (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | MPI_COMM_ACCEPT (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | mpi_comm_call_errhandler (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr) |
void | mpi_comm_call_errhandler_ (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr) |
void | mpi_comm_call_errhandler__ (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr) |
void | MPI_COMM_CALL_ERRHANDLER (MPI_Fint *comm, MPI_Fint *errorcode, MPI_Fint *ierr) |
void | mpi_comm_compare (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr) |
void | mpi_comm_compare_ (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr) |
void | mpi_comm_compare__ (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr) |
void | MPI_COMM_COMPARE (MPI_Fint *comm1, MPI_Fint *comm2, MPI_Fint *result, MPI_Fint *ierr) |
void | mpi_comm_connect (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | mpi_comm_connect_ (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | mpi_comm_connect__ (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | MPI_COMM_CONNECT (char *port_name, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr, MPI_Fint port_name_len) |
void | mpi_comm_create (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_create_ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_create__ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | MPI_COMM_CREATE (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_delete_attr (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr) |
void | mpi_comm_delete_attr_ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr) |
void | mpi_comm_delete_attr__ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr) |
void | MPI_COMM_DELETE_ATTR (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *ierr) |
void | mpi_comm_dup (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_dup_ (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_dup__ (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | MPI_COMM_DUP (MPI_Fint *comm, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_get_attr (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *flag, MPI_Fint *ierr) |
void | mpi_comm_get_attr_ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *flag, MPI_Fint *ierr) |
void | mpi_comm_get_attr__ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *flag, MPI_Fint *ierr) |
void | MPI_COMM_GET_ATTR (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *flag, MPI_Fint *ierr) |
void | mpi_comm_get_errhandler (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr) |
void | mpi_comm_get_errhandler_ (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr) |
void | mpi_comm_get_errhandler__ (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr) |
void | MPI_COMM_GET_ERRHANDLER (MPI_Fint *comm, MPI_Fint *erhandler, MPI_Fint *ierr) |
void | mpi_comm_get_name (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_comm_get_name_ (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_comm_get_name__ (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, MPI_Fint name_len) |
void | MPI_COMM_GET_NAME (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_comm_group (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | mpi_comm_group_ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | mpi_comm_group__ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | MPI_COMM_GROUP (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | mpi_comm_rank (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr) |
void | mpi_comm_rank_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr) |
void | mpi_comm_rank__ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr) |
void | MPI_COMM_RANK (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *ierr) |
void | mpi_comm_remote_group (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | mpi_comm_remote_group_ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | mpi_comm_remote_group__ (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | MPI_COMM_REMOTE_GROUP (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *ierr) |
void | mpi_comm_remote_size (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_comm_remote_size_ (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_comm_remote_size__ (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | MPI_COMM_REMOTE_SIZE (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_comm_set_attr (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *ierr) |
void | mpi_comm_set_attr_ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *ierr) |
void | mpi_comm_set_attr__ (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *ierr) |
void | MPI_COMM_SET_ATTR (MPI_Fint *comm, MPI_Fint *comm_keyval, MPI_Fint *attribute_val, MPI_Fint *ierr) |
void | mpi_comm_set_errhandler (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr) |
void | mpi_comm_set_errhandler_ (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr) |
void | mpi_comm_set_errhandler__ (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr) |
void | MPI_COMM_SET_ERRHANDLER (MPI_Fint *comm, MPI_Fint *errhandler, MPI_Fint *ierr) |
void | mpi_comm_set_name (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_comm_set_name_ (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_comm_set_name__ (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, MPI_Fint name_len) |
void | MPI_COMM_SET_NAME (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_comm_size (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_comm_size_ (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_comm_size__ (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | MPI_COMM_SIZE (MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_comm_spawn (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_len, MPI_Fint string_len) |
void | mpi_comm_spawn_ (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_len, MPI_Fint string_len) |
void | mpi_comm_spawn__ (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_len, MPI_Fint string_len) |
void | MPI_COMM_SPAWN (char *command, char *argv, MPI_Fint *maxprocs, MPI_Fint *info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_len, MPI_Fint string_len) |
void | mpi_comm_spawn_multiple (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_string_len, MPI_Fint argv_string_len) |
void | mpi_comm_spawn_multiple_ (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_string_len, MPI_Fint argv_string_len) |
void | mpi_comm_spawn_multiple__ (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_string_len, MPI_Fint argv_string_len) |
void | MPI_COMM_SPAWN_MULTIPLE (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, MPI_Fint cmd_string_len, MPI_Fint argv_string_len) |
void | mpi_comm_split (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_split_ (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_split__ (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | MPI_COMM_SPLIT (MPI_Fint *comm, MPI_Fint *color, MPI_Fint *key, MPI_Fint *newcomm, MPI_Fint *ierr) |
void | mpi_comm_test_inter (MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *ierr) |
void | mpi_comm_test_inter_ (MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *ierr) |
void | mpi_comm_test_inter__ (MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *ierr) |
void | MPI_COMM_TEST_INTER (MPI_Fint *comm, MPI_Fint *flag, MPI_Fint *ierr) |
void | mpi_exscan (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_exscan_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_exscan__ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_EXSCAN (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_file_open (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_file_open_ (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_file_open__ (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, MPI_Fint name_len) |
void | MPI_FILE_OPEN (MPI_Fint *comm, char *filename, MPI_Fint *amode, MPI_Fint *info, MPI_Fint *fh, MPI_Fint *ierr, MPI_Fint name_len) |
void | mpi_gather (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_gather_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_gather__ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_GATHER (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_gatherv (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_gatherv_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_gatherv__ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_GATHERV (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *displs, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_graph_create (MPI_Fint *comm_old, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *reorder, MPI_Fint *comm_graph, MPI_Fint *ierr) |
void | mpi_graph_create_ (MPI_Fint *comm_old, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *reorder, MPI_Fint *comm_graph, MPI_Fint *ierr) |
void | mpi_graph_create__ (MPI_Fint *comm_old, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *reorder, MPI_Fint *comm_graph, MPI_Fint *ierr) |
void | MPI_GRAPH_CREATE (MPI_Fint *comm_old, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *reorder, MPI_Fint *comm_graph, MPI_Fint *ierr) |
void | mpi_graphdims_get (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr) |
void | mpi_graphdims_get_ (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr) |
void | mpi_graphdims_get__ (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr) |
void | MPI_GRAPHDIMS_GET (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *nedges, MPI_Fint *ierr) |
void | mpi_graph_get (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *ierr) |
void | mpi_graph_get_ (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *ierr) |
void | mpi_graph_get__ (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *ierr) |
void | MPI_GRAPH_GET (MPI_Fint *comm, MPI_Fint *maxindex, MPI_Fint *maxedges, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *ierr) |
void | mpi_graph_map (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr) |
void | mpi_graph_map_ (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr) |
void | mpi_graph_map__ (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr) |
void | MPI_GRAPH_MAP (MPI_Fint *comm, MPI_Fint *nnodes, MPI_Fint *index, MPI_Fint *edges, MPI_Fint *newrank, MPI_Fint *ierr) |
void | mpi_graph_neighbors_count (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr) |
void | mpi_graph_neighbors_count_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr) |
void | mpi_graph_neighbors_count__ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr) |
void | MPI_GRAPH_NEIGHBORS_COUNT (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *nneighbors, MPI_Fint *ierr) |
void | mpi_graph_neighbors (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr) |
void | mpi_graph_neighbors_ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr) |
void | mpi_graph_neighbors__ (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr) |
void | MPI_GRAPH_NEIGHBORS (MPI_Fint *comm, MPI_Fint *rank, MPI_Fint *maxneighbors, MPI_Fint *neighbors, MPI_Fint *ierr) |
void | mpi_ibsend (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_ibsend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_ibsend__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_IBSEND (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_intercomm_create (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | mpi_intercomm_create_ (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | mpi_intercomm_create__ (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | MPI_INTERCOMM_CREATE (MPI_Fint *local_comm, MPI_Fint *local_leader, MPI_Fint *bridge_comm, MPI_Fint *remote_leader, MPI_Fint *tag, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | mpi_intercomm_merge (MPI_Fint *intercomm, MPI_Fint *high, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | mpi_intercomm_merge_ (MPI_Fint *intercomm, MPI_Fint *high, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | mpi_intercomm_merge__ (MPI_Fint *intercomm, MPI_Fint *high, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | MPI_INTERCOMM_MERGE (MPI_Fint *intercomm, MPI_Fint *high, MPI_Fint *newintercomm, MPI_Fint *ierr) |
void | mpi_irecv (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_irecv_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_irecv__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_IRECV (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_irsend (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_irsend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_irsend__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_IRSEND (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_isend (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_isend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_isend__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_ISEND (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_comm_get_parent (MPI_Fint *parent, MPI_Fint *ierr) |
void | mpi_comm_get_parent_ (MPI_Fint *parent, MPI_Fint *ierr) |
void | mpi_comm_get_parent__ (MPI_Fint *parent, MPI_Fint *ierr) |
void | MPI_COMM_GET_PARENT (MPI_Fint *parent, MPI_Fint *ierr) |
void | mpi_issend (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_issend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_issend__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_ISSEND (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_pack (MPI_Fint *inbuf, MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_pack_ (MPI_Fint *inbuf, MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_pack__ (MPI_Fint *inbuf, MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_PACK (MPI_Fint *inbuf, MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *outbuf, MPI_Fint *outsize, MPI_Fint *position, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_pack_size (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_pack_size_ (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_pack_size__ (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | MPI_PACK_SIZE (MPI_Fint *incount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *size, MPI_Fint *ierr) |
void | mpi_probe (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_probe_ (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_probe__ (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_PROBE (MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_recv_init (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_recv_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_recv_init__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_RECV_INIT (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_recv (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_recv_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_recv__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_RECV (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_reduce (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_reduce_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_reduce__ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_REDUCE (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_reduce_scatter (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_reduce_scatter_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_reduce_scatter__ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_REDUCE_SCATTER (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *recvcounts, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_rsend (MPI_Fint *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_rsend_ (MPI_Fint *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_rsend__ (MPI_Fint *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_RSEND (MPI_Fint *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_rsend_init (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_rsend_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_rsend_init__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_RSEND_INIT (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_scan (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scan_ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scan__ (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_SCAN (MPI_Fint *sendbuf, MPI_Fint *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scatter (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scatter_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scatter__ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_SCATTER (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scatterv (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scatterv_ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_scatterv__ (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_SCATTERV (MPI_Fint *sendbuf, MPI_Fint *sendcounts, MPI_Fint *displs, MPI_Fint *sendtype, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_send (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_send_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_send__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_SEND (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_send_init (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_send_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_send_init__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_SEND_INIT (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_sendrecv (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_sendrecv_ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_sendrecv__ (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_SENDRECV (MPI_Fint *sendbuf, MPI_Fint *sendcount, MPI_Fint *sendtype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *recvbuf, MPI_Fint *recvcount, MPI_Fint *recvtype, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_sendrecv_replace (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_sendrecv_replace_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_sendrecv_replace__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_SENDRECV_REPLACE (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_ssend (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_ssend_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_ssend__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_SSEND (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_ssend_init (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_ssend_init_ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_ssend_init__ (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | MPI_SSEND_INIT (MPI_Fint *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr) |
void | mpi_topo_test (MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_topo_test_ (MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_topo_test__ (MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_TOPO_TEST (MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_unpack (MPI_Fint *inbuf, MPI_Fint *insize, MPI_Fint *position, MPI_Fint *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_unpack_ (MPI_Fint *inbuf, MPI_Fint *insize, MPI_Fint *position, MPI_Fint *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_unpack__ (MPI_Fint *inbuf, MPI_Fint *insize, MPI_Fint *position, MPI_Fint *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr) |
void | MPI_UNPACK (MPI_Fint *inbuf, MPI_Fint *insize, MPI_Fint *position, MPI_Fint *outbuf, MPI_Fint *outcount, MPI_Fint *datatype, MPI_Fint *comm, MPI_Fint *ierr) |
void | mpi_waitall (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | mpi_waitall_ (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | mpi_waitall__ (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | MPI_WAITALL (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | mpi_waitany (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_waitany_ (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_waitany__ (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_WAITANY (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_wait (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_wait_ (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_wait__ (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr) |
void | MPI_WAIT (MPI_Fint *request, MPI_Fint *status, MPI_Fint *ierr) |
void | mpi_waitsome (MPI_Fint *incount, MPI_Fint *array_of_requests, MPI_Fint *outcount, MPI_Fint *array_of_indices, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | mpi_waitsome_ (MPI_Fint *incount, MPI_Fint *array_of_requests, MPI_Fint *outcount, MPI_Fint *array_of_indices, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | mpi_waitsome__ (MPI_Fint *incount, MPI_Fint *array_of_requests, MPI_Fint *outcount, MPI_Fint *array_of_indices, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | MPI_WAITSOME (MPI_Fint *incount, MPI_Fint *array_of_requests, MPI_Fint *outcount, MPI_Fint *array_of_indices, MPI_Fint *array_of_statuses, MPI_Fint *ierr) |
void | mpi_win_create (MPI_Fint *base, MPI_Fint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr) |
void | mpi_win_create_ (MPI_Fint *base, MPI_Fint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr) |
void | mpi_win_create__ (MPI_Fint *base, MPI_Fint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr) |
void | MPI_WIN_CREATE (MPI_Fint *base, MPI_Fint *size, MPI_Fint *disp_unit, MPI_Fint *info, MPI_Fint *comm, MPI_Fint *win, MPI_Fint *ierr) |
void FMPI_Init | ( | MPI_Fint * | ierr | ) |
void mpi_allgather | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ALLGATHER | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allgather_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allgather__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allgatherv | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ALLGATHERV | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allgatherv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allgatherv__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allreduce | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ALLREDUCE | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allreduce_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_allreduce__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoall | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ALLTOALL | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoall_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoall__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoallv | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ALLTOALLV | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoallv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoallv__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoallw | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtypes, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtypes, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ALLTOALLW | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtypes, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtypes, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoallw_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtypes, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtypes, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_alltoallw__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtypes, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtypes, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_barrier | ( | MPI_Fint * | comm, |
MPI_Fint * | ierr | ||
) |
void MPI_BARRIER | ( | MPI_Fint * | comm, |
MPI_Fint * | ierr | ||
) |
void mpi_barrier_ | ( | MPI_Fint * | comm, |
MPI_Fint * | ierr | ||
) |
void mpi_barrier__ | ( | MPI_Fint * | comm, |
MPI_Fint * | ierr | ||
) |
void mpi_bcast | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_BCAST | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bcast_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bcast__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bsend | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_BSEND | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bsend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bsend__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bsend_init | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_BSEND_INIT | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bsend_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_bsend_init__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_coords | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxdims, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CART_COORDS | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxdims, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_coords_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxdims, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_coords__ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxdims, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_create | ( | MPI_Fint * | old_comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_cart, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CART_CREATE | ( | MPI_Fint * | old_comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_cart, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_create_ | ( | MPI_Fint * | old_comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_cart, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_create__ | ( | MPI_Fint * | old_comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_cart, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_get | ( | MPI_Fint * | comm, |
MPI_Fint * | maxdims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CART_GET | ( | MPI_Fint * | comm, |
MPI_Fint * | maxdims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_get_ | ( | MPI_Fint * | comm, |
MPI_Fint * | maxdims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_get__ | ( | MPI_Fint * | comm, |
MPI_Fint * | maxdims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_map | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CART_MAP | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_map_ | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_map__ | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_rank | ( | MPI_Fint * | comm, |
MPI_Fint * | coords, | ||
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CART_RANK | ( | MPI_Fint * | comm, |
MPI_Fint * | coords, | ||
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_rank_ | ( | MPI_Fint * | comm, |
MPI_Fint * | coords, | ||
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_rank__ | ( | MPI_Fint * | comm, |
MPI_Fint * | coords, | ||
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_shift | ( | MPI_Fint * | comm, |
MPI_Fint * | direction, | ||
MPI_Fint * | disp, | ||
MPI_Fint * | rank_source, | ||
MPI_Fint * | rank_dest, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CART_SHIFT | ( | MPI_Fint * | comm, |
MPI_Fint * | direction, | ||
MPI_Fint * | disp, | ||
MPI_Fint * | rank_source, | ||
MPI_Fint * | rank_dest, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_shift_ | ( | MPI_Fint * | comm, |
MPI_Fint * | direction, | ||
MPI_Fint * | disp, | ||
MPI_Fint * | rank_source, | ||
MPI_Fint * | rank_dest, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_shift__ | ( | MPI_Fint * | comm, |
MPI_Fint * | direction, | ||
MPI_Fint * | disp, | ||
MPI_Fint * | rank_source, | ||
MPI_Fint * | rank_dest, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_sub | ( | MPI_Fint * | comm, |
MPI_Fint * | remain_dims, | ||
MPI_Fint * | new_comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CART_SUB | ( | MPI_Fint * | comm, |
MPI_Fint * | remain_dims, | ||
MPI_Fint * | new_comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_sub_ | ( | MPI_Fint * | comm, |
MPI_Fint * | remain_dims, | ||
MPI_Fint * | new_comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cart_sub__ | ( | MPI_Fint * | comm, |
MPI_Fint * | remain_dims, | ||
MPI_Fint * | new_comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cartdim_get | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | ierr | ||
) |
void MPI_CARTDIM_GET | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cartdim_get_ | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | ierr | ||
) |
void mpi_cartdim_get__ | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_accept | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void MPI_COMM_ACCEPT | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void mpi_comm_accept_ | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void mpi_comm_accept__ | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void mpi_comm_call_errhandler | ( | MPI_Fint * | comm, |
MPI_Fint * | errorcode, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_CALL_ERRHANDLER | ( | MPI_Fint * | comm, |
MPI_Fint * | errorcode, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_call_errhandler_ | ( | MPI_Fint * | comm, |
MPI_Fint * | errorcode, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_call_errhandler__ | ( | MPI_Fint * | comm, |
MPI_Fint * | errorcode, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_compare | ( | MPI_Fint * | comm1, |
MPI_Fint * | comm2, | ||
MPI_Fint * | result, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_COMPARE | ( | MPI_Fint * | comm1, |
MPI_Fint * | comm2, | ||
MPI_Fint * | result, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_compare_ | ( | MPI_Fint * | comm1, |
MPI_Fint * | comm2, | ||
MPI_Fint * | result, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_compare__ | ( | MPI_Fint * | comm1, |
MPI_Fint * | comm2, | ||
MPI_Fint * | result, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_connect | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void MPI_COMM_CONNECT | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void mpi_comm_connect_ | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void mpi_comm_connect__ | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void mpi_comm_create | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_CREATE | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_create_ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_create__ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_delete_attr | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_DELETE_ATTR | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_delete_attr_ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_delete_attr__ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_dup | ( | MPI_Fint * | comm, |
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_DUP | ( | MPI_Fint * | comm, |
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_dup_ | ( | MPI_Fint * | comm, |
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_dup__ | ( | MPI_Fint * | comm, |
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_attr | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_GET_ATTR | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_attr_ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_attr__ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_errhandler | ( | MPI_Fint * | comm, |
MPI_Fint * | erhandler, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_GET_ERRHANDLER | ( | MPI_Fint * | comm, |
MPI_Fint * | erhandler, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_errhandler_ | ( | MPI_Fint * | comm, |
MPI_Fint * | erhandler, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_errhandler__ | ( | MPI_Fint * | comm, |
MPI_Fint * | erhandler, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_name | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | resultlen, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void MPI_COMM_GET_NAME | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | resultlen, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_comm_get_name_ | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | resultlen, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_comm_get_name__ | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | resultlen, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_comm_get_parent | ( | MPI_Fint * | parent, |
MPI_Fint * | ierr | ||
) |
void MPI_COMM_GET_PARENT | ( | MPI_Fint * | parent, |
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_parent_ | ( | MPI_Fint * | parent, |
MPI_Fint * | ierr | ||
) |
void mpi_comm_get_parent__ | ( | MPI_Fint * | parent, |
MPI_Fint * | ierr | ||
) |
void mpi_comm_group | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_GROUP | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_group_ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_group__ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_rank | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_RANK | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_rank_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_rank__ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_remote_group | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_REMOTE_GROUP | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_remote_group_ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_remote_group__ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_remote_size | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_REMOTE_SIZE | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_remote_size_ | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_remote_size__ | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_set_attr | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_SET_ATTR | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_set_attr_ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_set_attr__ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_set_errhandler | ( | MPI_Fint * | comm, |
MPI_Fint * | errhandler, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_SET_ERRHANDLER | ( | MPI_Fint * | comm, |
MPI_Fint * | errhandler, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_set_errhandler_ | ( | MPI_Fint * | comm, |
MPI_Fint * | errhandler, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_set_errhandler__ | ( | MPI_Fint * | comm, |
MPI_Fint * | errhandler, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_set_name | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void MPI_COMM_SET_NAME | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_comm_set_name_ | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_comm_set_name__ | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_comm_size | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_SIZE | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_size_ | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_size__ | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_spawn | ( | char * | command, |
char * | argv, | ||
MPI_Fint * | maxprocs, | ||
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_len, | ||
MPI_Fint | string_len | ||
) |
void MPI_COMM_SPAWN | ( | char * | command, |
char * | argv, | ||
MPI_Fint * | maxprocs, | ||
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_len, | ||
MPI_Fint | string_len | ||
) |
void mpi_comm_spawn_ | ( | char * | command, |
char * | argv, | ||
MPI_Fint * | maxprocs, | ||
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_len, | ||
MPI_Fint | string_len | ||
) |
void mpi_comm_spawn__ | ( | char * | command, |
char * | argv, | ||
MPI_Fint * | maxprocs, | ||
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_len, | ||
MPI_Fint | string_len | ||
) |
void mpi_comm_spawn_multiple | ( | MPI_Fint * | count, |
char * | array_of_commands, | ||
char * | array_of_argv, | ||
MPI_Fint * | array_of_maxprocs, | ||
MPI_Fint * | array_of_info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_string_len, | ||
MPI_Fint | argv_string_len | ||
) |
void MPI_COMM_SPAWN_MULTIPLE | ( | MPI_Fint * | count, |
char * | array_of_commands, | ||
char * | array_of_argv, | ||
MPI_Fint * | array_of_maxprocs, | ||
MPI_Fint * | array_of_info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_string_len, | ||
MPI_Fint | argv_string_len | ||
) |
void mpi_comm_spawn_multiple_ | ( | MPI_Fint * | count, |
char * | array_of_commands, | ||
char * | array_of_argv, | ||
MPI_Fint * | array_of_maxprocs, | ||
MPI_Fint * | array_of_info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_string_len, | ||
MPI_Fint | argv_string_len | ||
) |
void mpi_comm_spawn_multiple__ | ( | MPI_Fint * | count, |
char * | array_of_commands, | ||
char * | array_of_argv, | ||
MPI_Fint * | array_of_maxprocs, | ||
MPI_Fint * | array_of_info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_string_len, | ||
MPI_Fint | argv_string_len | ||
) |
void mpi_comm_split | ( | MPI_Fint * | comm, |
MPI_Fint * | color, | ||
MPI_Fint * | key, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_SPLIT | ( | MPI_Fint * | comm, |
MPI_Fint * | color, | ||
MPI_Fint * | key, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_split_ | ( | MPI_Fint * | comm, |
MPI_Fint * | color, | ||
MPI_Fint * | key, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_split__ | ( | MPI_Fint * | comm, |
MPI_Fint * | color, | ||
MPI_Fint * | key, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_test_inter | ( | MPI_Fint * | comm, |
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void MPI_COMM_TEST_INTER | ( | MPI_Fint * | comm, |
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_test_inter_ | ( | MPI_Fint * | comm, |
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void mpi_comm_test_inter__ | ( | MPI_Fint * | comm, |
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void mpi_exscan | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_EXSCAN | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_exscan_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_exscan__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_file_open | ( | MPI_Fint * | comm, |
char * | filename, | ||
MPI_Fint * | amode, | ||
MPI_Fint * | info, | ||
MPI_Fint * | fh, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void MPI_FILE_OPEN | ( | MPI_Fint * | comm, |
char * | filename, | ||
MPI_Fint * | amode, | ||
MPI_Fint * | info, | ||
MPI_Fint * | fh, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_file_open_ | ( | MPI_Fint * | comm, |
char * | filename, | ||
MPI_Fint * | amode, | ||
MPI_Fint * | info, | ||
MPI_Fint * | fh, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_file_open__ | ( | MPI_Fint * | comm, |
char * | filename, | ||
MPI_Fint * | amode, | ||
MPI_Fint * | info, | ||
MPI_Fint * | fh, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void mpi_finalize | ( | MPI_Fint * | ierr | ) |
void MPI_FINALIZE | ( | MPI_Fint * | ierr | ) |
void mpi_finalize_ | ( | MPI_Fint * | ierr | ) |
void mpi_finalize__ | ( | MPI_Fint * | ierr | ) |
void mpi_gather | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GATHER | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_gather_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_gather__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_gatherv | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GATHERV | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_gatherv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_gatherv__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_create | ( | MPI_Fint * | comm_old, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_graph, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GRAPH_CREATE | ( | MPI_Fint * | comm_old, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_graph, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_create_ | ( | MPI_Fint * | comm_old, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_graph, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_create__ | ( | MPI_Fint * | comm_old, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_graph, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_get | ( | MPI_Fint * | comm, |
MPI_Fint * | maxindex, | ||
MPI_Fint * | maxedges, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GRAPH_GET | ( | MPI_Fint * | comm, |
MPI_Fint * | maxindex, | ||
MPI_Fint * | maxedges, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_get_ | ( | MPI_Fint * | comm, |
MPI_Fint * | maxindex, | ||
MPI_Fint * | maxedges, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_get__ | ( | MPI_Fint * | comm, |
MPI_Fint * | maxindex, | ||
MPI_Fint * | maxedges, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_map | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GRAPH_MAP | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_map_ | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_map__ | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_neighbors | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxneighbors, | ||
MPI_Fint * | neighbors, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GRAPH_NEIGHBORS | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxneighbors, | ||
MPI_Fint * | neighbors, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_neighbors_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxneighbors, | ||
MPI_Fint * | neighbors, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_neighbors__ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxneighbors, | ||
MPI_Fint * | neighbors, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_neighbors_count | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | nneighbors, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GRAPH_NEIGHBORS_COUNT | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | nneighbors, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_neighbors_count_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | nneighbors, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graph_neighbors_count__ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | nneighbors, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graphdims_get | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | nedges, | ||
MPI_Fint * | ierr | ||
) |
void MPI_GRAPHDIMS_GET | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | nedges, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graphdims_get_ | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | nedges, | ||
MPI_Fint * | ierr | ||
) |
void mpi_graphdims_get__ | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | nedges, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ibsend | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_IBSEND | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ibsend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ibsend__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_init | ( | MPI_Fint * | ierr | ) |
void MPI_INIT | ( | MPI_Fint * | ierr | ) |
void mpi_init_ | ( | MPI_Fint * | ierr | ) |
void mpi_init__ | ( | MPI_Fint * | ierr | ) |
void mpi_init_thread | ( | MPI_Fint * | required, |
MPI_Fint * | provided, | ||
MPI_Fint * | ierr | ||
) |
void MPI_INIT_THREAD | ( | MPI_Fint * | required, |
MPI_Fint * | provided, | ||
MPI_Fint * | ierr | ||
) |
void mpi_init_thread_ | ( | MPI_Fint * | required, |
MPI_Fint * | provided, | ||
MPI_Fint * | ierr | ||
) |
void mpi_init_thread__ | ( | MPI_Fint * | required, |
MPI_Fint * | provided, | ||
MPI_Fint * | ierr | ||
) |
void mpi_intercomm_create | ( | MPI_Fint * | local_comm, |
MPI_Fint * | local_leader, | ||
MPI_Fint * | bridge_comm, | ||
MPI_Fint * | remote_leader, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_INTERCOMM_CREATE | ( | MPI_Fint * | local_comm, |
MPI_Fint * | local_leader, | ||
MPI_Fint * | bridge_comm, | ||
MPI_Fint * | remote_leader, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_intercomm_create_ | ( | MPI_Fint * | local_comm, |
MPI_Fint * | local_leader, | ||
MPI_Fint * | bridge_comm, | ||
MPI_Fint * | remote_leader, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_intercomm_create__ | ( | MPI_Fint * | local_comm, |
MPI_Fint * | local_leader, | ||
MPI_Fint * | bridge_comm, | ||
MPI_Fint * | remote_leader, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_intercomm_merge | ( | MPI_Fint * | intercomm, |
MPI_Fint * | high, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_INTERCOMM_MERGE | ( | MPI_Fint * | intercomm, |
MPI_Fint * | high, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_intercomm_merge_ | ( | MPI_Fint * | intercomm, |
MPI_Fint * | high, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_intercomm_merge__ | ( | MPI_Fint * | intercomm, |
MPI_Fint * | high, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_iprobe | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_IPROBE | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_iprobe_ | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_iprobe__ | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_irecv | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_IRECV | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_irecv_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_irecv__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_irsend | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_IRSEND | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_irsend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_irsend__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_isend | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ISEND | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_isend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_isend__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_issend | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_ISSEND | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_issend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_issend__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_pack | ( | MPI_Fint * | inbuf, |
MPI_Fint * | incount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outsize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_PACK | ( | MPI_Fint * | inbuf, |
MPI_Fint * | incount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outsize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_pack_ | ( | MPI_Fint * | inbuf, |
MPI_Fint * | incount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outsize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_pack__ | ( | MPI_Fint * | inbuf, |
MPI_Fint * | incount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outsize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_pack_size | ( | MPI_Fint * | incount, |
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void MPI_PACK_SIZE | ( | MPI_Fint * | incount, |
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_pack_size_ | ( | MPI_Fint * | incount, |
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_pack_size__ | ( | MPI_Fint * | incount, |
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void mpi_probe | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_PROBE | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_probe_ | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_probe__ | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_recv | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_RECV | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_recv_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_recv__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_recv_init | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_RECV_INIT | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_recv_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_recv_init__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_reduce | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_REDUCE | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_reduce_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_reduce__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_reduce_scatter | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_REDUCE_SCATTER | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_reduce_scatter_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_reduce_scatter__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_rsend | ( | MPI_Fint * | ibuf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_RSEND | ( | MPI_Fint * | ibuf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_rsend_ | ( | MPI_Fint * | ibuf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_rsend__ | ( | MPI_Fint * | ibuf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_rsend_init | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_RSEND_INIT | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_rsend_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_rsend_init__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scan | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SCAN | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scan_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scan__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scatter | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SCATTER | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scatter_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scatter__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scatterv | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SCATTERV | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scatterv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_scatterv__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_send | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SEND | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_send_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_send__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_send_init | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SEND_INIT | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_send_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_send_init__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_sendrecv | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SENDRECV | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_sendrecv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_sendrecv__ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_sendrecv_replace | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SENDRECV_REPLACE | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_sendrecv_replace_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_sendrecv_replace__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ssend | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SSEND | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ssend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ssend__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ssend_init | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void MPI_SSEND_INIT | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ssend_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_ssend_init__ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void mpi_topo_test | ( | MPI_Fint * | comm, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_TOPO_TEST | ( | MPI_Fint * | comm, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_topo_test_ | ( | MPI_Fint * | comm, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_topo_test__ | ( | MPI_Fint * | comm, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_unpack | ( | MPI_Fint * | inbuf, |
MPI_Fint * | insize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void MPI_UNPACK | ( | MPI_Fint * | inbuf, |
MPI_Fint * | insize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_unpack_ | ( | MPI_Fint * | inbuf, |
MPI_Fint * | insize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_unpack__ | ( | MPI_Fint * | inbuf, |
MPI_Fint * | insize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void mpi_wait | ( | MPI_Fint * | request, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_WAIT | ( | MPI_Fint * | request, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_wait_ | ( | MPI_Fint * | request, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_wait__ | ( | MPI_Fint * | request, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitall | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void MPI_WAITALL | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitall_ | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitall__ | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitany | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | index, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void MPI_WAITANY | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | index, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitany_ | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | index, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitany__ | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | index, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitsome | ( | MPI_Fint * | incount, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | array_of_indices, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void MPI_WAITSOME | ( | MPI_Fint * | incount, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | array_of_indices, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitsome_ | ( | MPI_Fint * | incount, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | array_of_indices, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void mpi_waitsome__ | ( | MPI_Fint * | incount, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | array_of_indices, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void mpi_win_create | ( | MPI_Fint * | base, |
MPI_Fint * | size, | ||
MPI_Fint * | disp_unit, | ||
MPI_Fint * | info, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | win, | ||
MPI_Fint * | ierr | ||
) |
void MPI_WIN_CREATE | ( | MPI_Fint * | base, |
MPI_Fint * | size, | ||
MPI_Fint * | disp_unit, | ||
MPI_Fint * | info, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | win, | ||
MPI_Fint * | ierr | ||
) |
void mpi_win_create_ | ( | MPI_Fint * | base, |
MPI_Fint * | size, | ||
MPI_Fint * | disp_unit, | ||
MPI_Fint * | info, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | win, | ||
MPI_Fint * | ierr | ||
) |
void mpi_win_create__ | ( | MPI_Fint * | base, |
MPI_Fint * | size, | ||
MPI_Fint * | disp_unit, | ||
MPI_Fint * | info, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | win, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_allgather_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_allgatherv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_allreduce_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_alltoall_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_alltoallv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_alltoallw | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | sdispls, | ||
MPI_Fint * | sendtypes, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | rdispls, | ||
MPI_Fint * | recvtypes, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_barrier_ | ( | MPI_Fint * | comm, |
MPI_Fint * | ierr | ||
) |
void pmpi_bcast_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_bsend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_bsend_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cart_coords_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxdims, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cart_create_ | ( | MPI_Fint * | old_comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_cart, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cart_get_ | ( | MPI_Fint * | comm, |
MPI_Fint * | maxdims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | coords, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cart_map | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | dims, | ||
MPI_Fint * | periods, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cart_rank_ | ( | MPI_Fint * | comm, |
MPI_Fint * | coords, | ||
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cart_shift_ | ( | MPI_Fint * | comm, |
MPI_Fint * | direction, | ||
MPI_Fint * | disp, | ||
MPI_Fint * | rank_source, | ||
MPI_Fint * | rank_dest, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cart_sub_ | ( | MPI_Fint * | comm, |
MPI_Fint * | remain_dims, | ||
MPI_Fint * | new_comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_cartdim_get_ | ( | MPI_Fint * | comm, |
MPI_Fint * | ndims, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_accept_ | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void pmpi_comm_call_errhandler_ | ( | MPI_Fint * | comm, |
MPI_Fint * | errorcode, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_compare_ | ( | MPI_Fint * | comm1, |
MPI_Fint * | comm2, | ||
MPI_Fint * | result, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_connect_ | ( | char * | port_name, |
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | port_name_len | ||
) |
void pmpi_comm_create_ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_delete_attr_ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_dup | ( | MPI_Fint * | comm, |
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_get_attr_ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_get_errhandler_ | ( | MPI_Fint * | comm, |
MPI_Fint * | erhandler, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_get_name_ | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | resultlen, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void pmpi_comm_get_parent_ | ( | MPI_Fint * | parent, |
MPI_Fint * | ierr | ||
) |
void pmpi_comm_group_ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_rank_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_remote_group_ | ( | MPI_Fint * | comm, |
MPI_Fint * | group, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_remote_size_ | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_set_attr_ | ( | MPI_Fint * | comm, |
MPI_Fint * | comm_keyval, | ||
MPI_Fint * | attribute_val, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_set_errhandler_ | ( | MPI_Fint * | comm, |
MPI_Fint * | errhandler, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_set_name | ( | MPI_Fint * | comm, |
char * | comm_name, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void pmpi_comm_size_ | ( | MPI_Fint * | comm, |
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_spawn_ | ( | char * | command, |
char * | argv, | ||
MPI_Fint * | maxprocs, | ||
MPI_Fint * | info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_len, | ||
MPI_Fint | string_len | ||
) |
void pmpi_comm_spawn_multiple_ | ( | MPI_Fint * | count, |
char * | array_of_commands, | ||
char * | array_of_argv, | ||
MPI_Fint * | array_of_maxprocs, | ||
MPI_Fint * | array_of_info, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | intercomm, | ||
MPI_Fint * | array_of_errcodes, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | cmd_string_len, | ||
MPI_Fint | argv_string_len | ||
) |
void pmpi_comm_split | ( | MPI_Fint * | comm, |
MPI_Fint * | color, | ||
MPI_Fint * | key, | ||
MPI_Fint * | newcomm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_comm_test_inter_ | ( | MPI_Fint * | comm, |
MPI_Fint * | flag, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_exscan_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_file_open_ | ( | MPI_Fint * | comm, |
char * | filename, | ||
MPI_Fint * | amode, | ||
MPI_Fint * | info, | ||
MPI_Fint * | fh, | ||
MPI_Fint * | ierr, | ||
MPI_Fint | name_len | ||
) |
void pmpi_gather_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_gatherv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_graph_create_ | ( | MPI_Fint * | comm_old, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | reorder, | ||
MPI_Fint * | comm_graph, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_graph_get | ( | MPI_Fint * | comm, |
MPI_Fint * | maxindex, | ||
MPI_Fint * | maxedges, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_graph_map_ | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | index, | ||
MPI_Fint * | edges, | ||
MPI_Fint * | newrank, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_graph_neighbors_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | maxneighbors, | ||
MPI_Fint * | neighbors, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_graph_neighbors_count_ | ( | MPI_Fint * | comm, |
MPI_Fint * | rank, | ||
MPI_Fint * | nneighbors, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_graphdims_get | ( | MPI_Fint * | comm, |
MPI_Fint * | nnodes, | ||
MPI_Fint * | nedges, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_ibsend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_intercomm_create_ | ( | MPI_Fint * | local_comm, |
MPI_Fint * | local_leader, | ||
MPI_Fint * | bridge_comm, | ||
MPI_Fint * | remote_leader, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_intercomm_merge_ | ( | MPI_Fint * | intercomm, |
MPI_Fint * | high, | ||
MPI_Fint * | newintercomm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_iprobe_ | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | flag, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_irecv_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_irsend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_isend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_issend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_pack_ | ( | MPI_Fint * | inbuf, |
MPI_Fint * | incount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outsize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_pack_size_ | ( | MPI_Fint * | incount, |
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | size, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_probe_ | ( | MPI_Fint * | source, |
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_recv_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_recv_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_reduce_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_reduce_scatter_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcounts, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_rsend_ | ( | MPI_Fint * | ibuf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_rsend_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_scan_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | recvbuf, | ||
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | op, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_scatter_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_scatterv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcounts, | ||
MPI_Fint * | displs, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | root, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_send_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_send_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_sendrecv_ | ( | MPI_Fint * | sendbuf, |
MPI_Fint * | sendcount, | ||
MPI_Fint * | sendtype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | recvbuf, | ||
MPI_Fint * | recvcount, | ||
MPI_Fint * | recvtype, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_sendrecv_replace_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | sendtag, | ||
MPI_Fint * | source, | ||
MPI_Fint * | recvtag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_ssend_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_ssend_init_ | ( | MPI_Fint * | buf, |
MPI_Fint * | count, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | dest, | ||
MPI_Fint * | tag, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | request, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_topo_test_ | ( | MPI_Fint * | comm, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_unpack_ | ( | MPI_Fint * | inbuf, |
MPI_Fint * | insize, | ||
MPI_Fint * | position, | ||
MPI_Fint * | outbuf, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | datatype, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_wait_ | ( | MPI_Fint * | request, |
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_waitall_ | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_waitany_ | ( | MPI_Fint * | count, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | index, | ||
MPI_Fint * | status, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_waitsome_ | ( | MPI_Fint * | incount, |
MPI_Fint * | array_of_requests, | ||
MPI_Fint * | outcount, | ||
MPI_Fint * | array_of_indices, | ||
MPI_Fint * | array_of_statuses, | ||
MPI_Fint * | ierr | ||
) |
void pmpi_win_create_ | ( | MPI_Fint * | base, |
MPI_Fint * | size, | ||
MPI_Fint * | disp_unit, | ||
MPI_Fint * | info, | ||
MPI_Fint * | comm, | ||
MPI_Fint * | win, | ||
MPI_Fint * | ierr | ||
) |