|
IPCC
1.0
|
This is the complete list of members for CMPIManager, including all inherited members.
| AllReduceComlex(CComplex *pNumber, CTimeMeasurement::MEASUREMENT_INDEX INDEX=CTimeMeasurement::COMM) | CMPIManager | static |
| AllReduceDouble(double fNumber) | CMPIManager | static |
| Barrier() | CMPIManager | inlinestatic |
| BarrierAllComm() | CMPIManager | static |
| BroadcastBool(bool *boolValue, int nRootRank=0) | CMPIManager | static |
| BroadcastDouble(double *pValue, unsigned int nSize, int nRootRank=0, MPI_Comm comm=MPI_COMM_NULL) | CMPIManager | static |
| BroadcastInt(int *pValue, unsigned int nSize, int nRootRank=0, MPI_Comm comm=MPI_COMM_NULL) | CMPIManager | static |
| BroadcastLanczosResult(CLanczosMethod::LPEIGENVALUE_RESULT lpResult, int nIterationCount) | CMPIManager | static |
| BroadcastVector(CMatrixOperation::CVector *pVector) | CMPIManager | static |
| CheckDeflationNodeCount(int nNeedNodeCount) | CMPIManager | static |
| CMPIManager() | CMPIManager | |
| ExchangeCommand(double *pfCommand, MPI_Comm comm) | CMPIManager | static |
| FinalizeManager() | CMPIManager | static |
| GatherEVFromDeflationGroup(int nSourceCount, double *pReceiveBuffer, int *pSourceCount, double *pSendBuffer, int nSendCount) | CMPIManager | inlinestatic |
| GatherEVIterationFromDeflationGroup(int nSourceCount, int *pReceiveBuffer, int *pSourceCount, int *pSendBuffer, int nSendCount) | CMPIManager | inlinestatic |
| GatherVDouble(int nSourceCount, double *pReceiveBuffer, int *pSourceCount, double *pSendBuffer, int nSendCount, MPI_Comm comm=MPI_COMM_NULL) | CMPIManager | static |
| GatherVInt(int nSourceCount, int *pReceiveBuffer, int *pSourceCount, int *pSendBuffer, int nSendCount, MPI_Comm comm=MPI_COMM_NULL) | CMPIManager | static |
| GetCurrentLoadBalanceCount(int nLBIndex) | CMPIManager | static |
| GetCurrentRank() | CMPIManager | inlinestatic |
| GetCurrentRank(MPI_Comm comm) | CMPIManager | static |
| GetDeflationComm() | CMPIManager | inlinestatic |
| GetEigenvalueCountFromDeflationGroup(int nDeflationGroupCount, int nLocalEVCount) | CMPIManager | static |
| GetLanczosComputComm() | CMPIManager | inlinestatic |
| GetLanczosGroupIndex() | CMPIManager | inlinestatic |
| GetLoadBalanceCount(int nRank, int nLBIndex) | CMPIManager | static |
| GetMPIComm() | CMPIManager | inlinestatic |
| GetRootRank() | CMPIManager | inlinestatic |
| GetTotalNodeCount() | CMPIManager | inlinestatic |
| InitCommunicationBufferMetric() | CMPIManager | static |
| InitLevel(int nMPILevel, int nFindingDegeneratedEVCount) | CMPIManager | static |
| InitMPIEnv(bool &bMPI, CCommandFileParser::LPINPUT_CMD_PARAM lpParam) | CMPIManager | static |
| IsDeflationRoot() | CMPIManager | inlinestatic |
| IsInMPIRoutine() | CMPIManager | inlinestatic |
| IsLanczosComputeRoot() | CMPIManager | inlinestatic |
| IsMultiLevelMPI() | CMPIManager | inlinestatic |
| IsRootRank() | CMPIManager | static |
| IsRootRank(MPI_Comm comm) | CMPIManager | static |
| LoadBlancing(int nElementCount) | CMPIManager | static |
| LPCOMPLEX_NUMBER typedef | CMPIManager | private |
| m_bMultiLevel | CMPIManager | privatestatic |
| m_bNeedPostOperation | CMPIManager | privatestatic |
| m_bStartMPI | CMPIManager | privatestatic |
| m_deflationComm | CMPIManager | privatestatic |
| m_deflationGroup | CMPIManager | privatestatic |
| m_lanczosGroup | CMPIManager | privatestatic |
| m_mpiCommIndex | CMPIManager | privatestatic |
| m_nCommWorldRank | CMPIManager | privatestatic |
| m_nCurrentRank | CMPIManager | privatestatic |
| m_nLanczosGroupIndex | CMPIManager | privatestatic |
| m_nLBCount | CMPIManager | privatestatic |
| m_nMPILevel | CMPIManager | privatestatic |
| m_nTotalNode | CMPIManager | privatestatic |
| m_pBankInfo | CMPIManager | privatestatic |
| m_pCommBuffer | CMPIManager | privatestatic |
| m_pConvertingBuffer | CMPIManager | privatestatic |
| m_ReceiveDoubleAsyncRequest | CMPIManager | privatestatic |
| m_SendDoubleAsyncRequest | CMPIManager | privatestatic |
| m_vectDispls | CMPIManager | privatestatic |
| m_vectLoadBalance | CMPIManager | privatestatic |
| m_vectRecvCount | CMPIManager | privatestatic |
| m_vectSendCount | CMPIManager | privatestatic |
| MergeVector(CMatrixOperation::CVector *pVector, CMatrixOperation::CVector *pResultVector, unsigned int nMergeSize, int nLBIndex) | CMPIManager | static |
| MergeVector(CMatrixOperation::CVector *pVector, unsigned int nMergeSize, int nLBIndex) | CMPIManager | static |
| MergeVectorEx_Optimal(CMatrixOperation::CVector *pVector, CMatrixOperation::CVector *pResultVector, unsigned int nMergeSize, double fFirstIndex, unsigned int nSizeFromPrevRank, unsigned int nSizeFromNextRank, unsigned int nSizetoPrevRank, unsigned int nSizetoNextRank, unsigned int *mPos, int nLBIndex) | CMPIManager | static |
| MergeVectorOptimal(CMatrixOperation::CVector *pSrcVector, CMatrixOperation::CVector *pResultVector, unsigned int nMergeSize, double fFirstIndex, int nLBIndex) | CMPIManager | static |
| ReceiveDoubleBufferSync(int nSourceRank, double *pBuffer, int nSize, MPI_Request *req, MPI_Comm commWorld=MPI_COMM_NULL) | CMPIManager | static |
| ReceiveVectorSync(int nSourceRank, CMatrixOperation::CVector *pVector, int nSize, MPI_Request *req, MPI_Comm commWorld=MPI_COMM_NULL) | CMPIManager | static |
| SendDoubleBufferSync(int nTargetRank, double *pBuffer, int nSize, MPI_Request *req, MPI_Comm commWorld=MPI_COMM_NULL) | CMPIManager | static |
| SendVectorSync(int nTargetRank, CMatrixOperation::CVector *pVector, int nSize, MPI_Request *req, MPI_Comm commWorld=MPI_COMM_NULL) | CMPIManager | static |
| SetMPIEnviroment(int nRank, int nTotalNode) | CMPIManager | static |
| SetPhiTid(int *tid) | CMPIManager | static |
| WaitReceiveDoubleBufferAsync(MPI_Request *req) | CMPIManager | static |
| WaitSendDoubleBufferSync(MPI_Request *req) | CMPIManager | static |
| ~CMPIManager() | CMPIManager |