|
| | CommSerial (int argc, char *argv[]) |
| |
| | ~CommSerial () override |
| |
| | Comm (int narg, char *arg[]) |
| |
| virtual | ~Comm () |
| |
| void | Finalise () |
| |
| int | GetSize () const |
| | Returns number of processes.
|
| |
| int | GetRank () |
| |
| const std::string & | GetType () const |
| |
| bool | TreatAsRankZero () |
| |
| bool | IsSerial () |
| |
| bool | IsParallelInTime () |
| |
| std::tuple< int, int, int > | GetVersion () |
| |
| void | Block () |
| | Block execution until all processes reach this point.
|
| |
| NekDouble | Wtime () |
| | Return the time in seconds.
|
| |
| template<class T > |
| void | Send (int pProc, T &pData) |
| |
| template<class T > |
| void | Recv (int pProc, T &pData) |
| |
| template<class T > |
| void | SendRecv (int pSendProc, T &pSendData, int pRecvProc, T &pRecvData) |
| |
| template<class T > |
| void | AllReduce (T &pData, enum ReduceOperator pOp) |
| |
| template<class T > |
| void | AlltoAll (T &pSendData, T &pRecvData) |
| |
| template<class T1 , class T2 > |
| void | AlltoAllv (T1 &pSendData, T2 &pSendDataSizeMap, T2 &pSendDataOffsetMap, T1 &pRecvData, T2 &pRecvDataSizeMap, T2 &pRecvDataOffsetMap) |
| |
| template<class T > |
| void | AllGather (T &pSendData, T &pRecvData) |
| |
| template<class T > |
| void | AllGatherv (T &pSendData, T &pRecvData, Array< OneD, int > &pRecvDataSizeMap, Array< OneD, int > &pRecvDataOffsetMap) |
| |
| template<class T > |
| void | AllGatherv (T &pRecvData, Array< OneD, int > &pRecvDataSizeMap, Array< OneD, int > &pRecvDataOffsetMap) |
| |
| template<class T > |
| void | Bcast (T &pData, int pRoot) |
| |
| template<class T > |
| T | Gather (int rootProc, T &val) |
| |
| template<class T > |
| T | Scatter (int rootProc, T &pData) |
| |
| template<class T > |
| void | DistGraphCreateAdjacent (T &sources, T &sourceweights, int reorder) |
| |
| template<class T1 , class T2 > |
| void | NeighborAlltoAllv (T1 &pSendData, T2 &pSendDataSizeMap, T2 &pSendDataOffsetMap, T1 &pRecvData, T2 &pRecvDataSizeMap, T2 &pRecvDataOffsetMap) |
| |
| template<class T > |
| void | Irsend (int pProc, T &pData, int count, const CommRequestSharedPtr &request, int loc) |
| |
| template<class T > |
| void | Isend (int pProc, T &pData, int count, const CommRequestSharedPtr &request, int loc) |
| |
| template<class T > |
| void | SendInit (int pProc, T &pData, int count, const CommRequestSharedPtr &request, int loc) |
| |
| template<class T > |
| void | Irecv (int pProc, T &pData, int count, const CommRequestSharedPtr &request, int loc) |
| |
| template<class T > |
| void | RecvInit (int pProc, T &pData, int count, const CommRequestSharedPtr &request, int loc) |
| |
| void | StartAll (const CommRequestSharedPtr &request) |
| |
| void | WaitAll (const CommRequestSharedPtr &request) |
| |
| CommRequestSharedPtr | CreateRequest (int num) |
| |
| CommSharedPtr | CommCreateIf (int flag) |
| | If the flag is non-zero create a new communicator.
|
| |
| void | SplitComm (int pRows, int pColumns, int pTime=0) |
| | Splits this communicator into a grid of size pRows*pColumns and creates row and column communicators. By default the communicator is a single row.
|
| |
| CommSharedPtr | GetRowComm () |
| | Retrieve the row communicator to which this process belongs.
|
| |
| CommSharedPtr | GetColumnComm () |
| | Retrieve the column communicator to which this process belongs.
|
| |
| CommSharedPtr | GetTimeComm () |
| | Retrieve the time communicator to which this process belongs.
|
| |
| CommSharedPtr | GetSpaceComm () |
| | Retrieve the space communicator to which this process belongs.
|
| |
| bool | RemoveExistingFiles () |
| |
| std::pair< CommSharedPtr, CommSharedPtr > | SplitCommNode () |
| |
|
| void | v_Finalise () final |
| |
| int | v_GetRank () override |
| |
| bool | v_TreatAsRankZero () override |
| |
| bool | v_IsSerial () override |
| |
| std::tuple< int, int, int > | v_GetVersion () final |
| |
| void | v_Block () final |
| |
| NekDouble | v_Wtime () final |
| |
| void | v_Send (const void *buf, int count, CommDataType dt, int dest) final |
| |
| void | v_Recv (void *buf, int count, CommDataType dt, int source) final |
| |
| void | v_SendRecv (const void *sendbuf, int sendcount, CommDataType sendtype, int dest, void *recvbuf, int recvcount, CommDataType recvtype, int source) final |
| |
| void | v_AllReduce (void *buf, int count, CommDataType dt, enum ReduceOperator pOp) final |
| |
| void | v_AlltoAll (const void *sendbuf, int sendcount, CommDataType sendtype, void *recvbuf, int recvcount, CommDataType recvtype) final |
| |
| void | v_AlltoAllv (const void *sendbuf, const int *sendcounts, const int *senddispls, CommDataType sendtype, void *recvbuf, const int *recvcounts, const int *recvdispls, CommDataType recvtype) final |
| |
| void | v_AllGather (const void *sendbuf, int sendcount, CommDataType sendtype, void *recvbuf, int recvcount, CommDataType recvtype) final |
| |
| void | v_AllGatherv (const void *sendbuf, int sendcount, CommDataType sendtype, void *recvbuf, const int *recvcounts, const int *recvdispls, CommDataType recvtype) final |
| |
| void | v_AllGatherv (void *recvbuf, const int *recvcounts, const int *recvdispls, CommDataType recvtype) final |
| |
| void | v_Bcast (void *buffer, int count, CommDataType dt, int root) final |
| |
| void | v_Gather (const void *sendbuf, int sendcount, CommDataType sendtype, void *recvbuf, int recvcount, CommDataType recvtype, int root) final |
| |
| void | v_Scatter (const void *sendbuf, int sendcount, CommDataType sendtype, void *recvbuf, int recvcount, CommDataType recvtype, int root) final |
| |
| void | v_DistGraphCreateAdjacent (int indegree, const int *sources, const int *sourceweights, int reorder) final |
| |
| void | v_NeighborAlltoAllv (const void *sendbuf, const int *sendcounts, const int *senddispls, CommDataType sendtype, void *recvbuf, const int *recvcounts, const int *recvdispls, CommDataType recvtype) final |
| |
| void | v_Irsend (const void *buf, int count, CommDataType dt, int dest, CommRequestSharedPtr request, int loc) final |
| |
| void | v_Isend (const void *buf, int count, CommDataType dt, int dest, CommRequestSharedPtr request, int loc) final |
| |
| void | v_SendInit (const void *buf, int count, CommDataType dt, int dest, CommRequestSharedPtr request, int loc) final |
| |
| void | v_Irecv (void *buf, int count, CommDataType dt, int source, CommRequestSharedPtr request, int loc) final |
| |
| void | v_RecvInit (void *buf, int count, CommDataType dt, int source, CommRequestSharedPtr request, int loc) final |
| |
| void | v_StartAll (CommRequestSharedPtr request) final |
| |
| void | v_WaitAll (CommRequestSharedPtr request) final |
| |
| CommRequestSharedPtr | v_CreateRequest (int num) final |
| |
| void | v_SplitComm (int pRows, int pColumns, int pTime) override |
| |
| CommSharedPtr | v_CommCreateIf (int flag) final |
| |
| | Comm () |
| |
| virtual std::pair< CommSharedPtr, CommSharedPtr > | v_SplitCommNode () |
| |
A global linear system.
Definition at line 52 of file CommSerial.h.