GEOS
|
This is the complete list of members for geos::MpiWrapper, including all inherited members.
activeWaitAny(const int count, MPI_Request array_of_requests[], MPI_Status array_of_statuses[], std::function< MPI_Request(int) > func) | geos::MpiWrapper | static |
activeWaitOrderedCompletePhase(const int participants, std::vector< std::tuple< MPI_Request *, MPI_Status *, std::function< MPI_Request(int) > > > const &phases) | geos::MpiWrapper | static |
activeWaitSome(const int count, MPI_Request array_of_requests[], MPI_Status array_of_statuses[], std::function< MPI_Request(int) > func) | geos::MpiWrapper | static |
activeWaitSomeCompletePhase(const int participants, std::vector< std::tuple< MPI_Request *, MPI_Status *, std::function< MPI_Request(int) > > > const &phases) | geos::MpiWrapper | static |
allgather(T_SEND const *sendbuf, int sendcount, T_RECV *recvbuf, int recvcount, MPI_Comm comm) | geos::MpiWrapper | static |
allgather(T_SEND const *const sendbuf, int sendcount, T_RECV *const recvbuf, int recvcount, MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
allGather(T const myValue, array1d< T > &allValues, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
allGather(arrayView1d< T const > const &sendbuf, array1d< T > &recvbuf, MPI_Comm comm=MPI_COMM_GEOS) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
allGather(T const myValue, array1d< T > &allValues, MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
allGather(arrayView1d< T const > const &sendValues, array1d< T > &allValues, MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
allgatherv(T_SEND const *sendbuf, int sendcount, T_RECV *recvbuf, int *recvcounts, int *displacements, MPI_Comm comm) | geos::MpiWrapper | static |
allgatherv(T_SEND const *const sendbuf, int sendcount, T_RECV *const recvbuf, int *recvcounts, int *displacements, MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
allReduce(T const *sendbuf, T *recvbuf, int count, MPI_Op op, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
allReduce(T const &value, Reduction const op, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
allReduce(Span< T const > src, Span< T > dst, Reduction const op, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
allReduce(T const *const sendbuf, T *const recvbuf, int const count, MPI_Op const MPI_PARAM(op), MPI_Comm const MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
barrier(MPI_Comm const &MPI_PARAM(comm)=MPI_COMM_GEOS) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
bcast(T *buffer, int count, int root, MPI_Comm comm) | geos::MpiWrapper | static |
bcast(T *const MPI_PARAM(buffer), int MPI_PARAM(count), int MPI_PARAM(root), MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
broadcast(T &value, int srcRank=0, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
broadcast(T &MPI_PARAM(value), int MPI_PARAM(srcRank), MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
broadcast(string &MPI_PARAM(value), int MPI_PARAM(srcRank), MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | inlinestatic |
cartCoords(MPI_Comm comm, int rank, int maxdims, int coords[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
cartCreate(MPI_Comm comm_old, int ndims, const int dims[], const int periods[], int reorder, MPI_Comm *comm_cart) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
cartRank(MPI_Comm comm, const int coords[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
check(MPI_Request *request, int *flag, MPI_Status *status) | geos::MpiWrapper | static |
checkAll(int count, MPI_Request array_of_requests[], int *flag, MPI_Status array_of_statuses[]) | geos::MpiWrapper | static |
checkAny(int count, MPI_Request array_of_requests[], int *idx, int *flag, MPI_Status array_of_statuses[]) | geos::MpiWrapper | static |
commCompare(MPI_Comm const &comm1, MPI_Comm const &comm2) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
commDup(MPI_Comm const comm) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
commFree(MPI_Comm &comm) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
commRank(MPI_Comm const &MPI_PARAM(comm)=MPI_COMM_GEOS) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
commSize(MPI_Comm const &MPI_PARAM(comm)=MPI_COMM_GEOS) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
commSplit(MPI_Comm const comm, int color, int key) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
exscan(T const *sendbuf, T *recvbuf, int count, MPI_Op op, MPI_Comm comm) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
exscan(T const *const MPI_PARAM(sendbuf), T *const recvbuf, int count, MPI_Op MPI_PARAM(op), MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
finalize() (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
gather(TS const *const sendbuf, int sendcount, TR *const recvbuf, int recvcount, int root, MPI_Comm comm) | geos::MpiWrapper | static |
gather(TS const *const sendbuf, int sendcount, TR *const recvbuf, int recvcount, int MPI_PARAM(root), MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
gatherv(TS const *const sendbuf, int sendcount, TR *const recvbuf, const int *recvcounts, const int *displs, int root, MPI_Comm comm) | geos::MpiWrapper | static |
gatherv(TS const *const sendbuf, int sendcount, TR *const recvbuf, const int *recvcounts, const int *MPI_PARAM(displs), int MPI_PARAM(root), MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
getMpiOp(Reduction const op) | geos::MpiWrapper | inlinestatic |
getTagToPointersMap() (defined in geos::MpiWrapper) | geos::MpiWrapper | inlinestatic |
init(int *argc, char ***argv) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
initialized() (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
iRecv(T *const buf, int count, int source, int tag, MPI_Comm comm, MPI_Request *request) | geos::MpiWrapper | static |
iRecv(T *const buf, int count, int MPI_PARAM(source), int tag, MPI_Comm MPI_PARAM(comm), MPI_Request *MPI_PARAM(request)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
iSend(arrayView1d< T > const &buf, int MPI_PARAM(dest), int tag, MPI_Comm MPI_PARAM(comm), MPI_Request *MPI_PARAM(request)) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
iSend(T const *const buf, int count, int dest, int tag, MPI_Comm comm, MPI_Request *request) | geos::MpiWrapper | static |
iSend(T const *const buf, int count, int MPI_PARAM(dest), int tag, MPI_Comm MPI_PARAM(comm), MPI_Request *MPI_PARAM(request)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
max(T const &value, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
max(Span< T const > src, Span< T > dst, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
maxValLoc(T localValueLocation, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
min(T const &value, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
min(Span< T const > src, Span< T > dst, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
MpiWrapper()=delete (defined in geos::MpiWrapper) | geos::MpiWrapper | |
nodeCommSize() | geos::MpiWrapper | static |
prefixSum(T const value, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
recv(array1d< T > &buf, int MPI_PARAM(source), int tag, MPI_Comm MPI_PARAM(comm), MPI_Status *MPI_PARAM(request)) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
reduce(T const *sendbuf, T *recvbuf, int count, MPI_Op op, int root, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
reduce(T const &value, Reduction const op, int root, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
reduce(Span< T const > src, Span< T > dst, Reduction const op, int root, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
reduce(T const *const sendbuf, T *const recvbuf, int const count, MPI_Op const MPI_PARAM(op), int root, MPI_Comm const MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
Reduction enum name | geos::MpiWrapper | |
scan(T const *sendbuf, T *recvbuf, int count, MPI_Op op, MPI_Comm comm) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
scan(T const *const sendbuf, T *const recvbuf, int count, MPI_Op MPI_PARAM(op), MPI_Comm MPI_PARAM(comm)) (defined in geos::MpiWrapper) | geos::MpiWrapper | |
sum(T const &value, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
sum(Span< T const > src, Span< T > dst, MPI_Comm comm=MPI_COMM_GEOS) | geos::MpiWrapper | static |
test(MPI_Request *request, int *flag, MPI_Status *status) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
testAll(int count, MPI_Request array_of_requests[], int *flags, MPI_Status array_of_statuses[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
testAny(int count, MPI_Request array_of_requests[], int *idx, int *flags, MPI_Status array_of_statuses[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
testSome(int count, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
wait(MPI_Request *request, MPI_Status *status) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
waitAll(int count, MPI_Request array_of_requests[], MPI_Status array_of_statuses[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
waitAny(int count, MPI_Request array_of_requests[], int *indx, MPI_Status array_of_statuses[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
waitSome(int count, MPI_Request array_of_requests[], int *outcount, int array_of_indices[], MPI_Status array_of_statuses[]) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |
wtime(void) (defined in geos::MpiWrapper) | geos::MpiWrapper | static |