
Go to the source code of this file.
Functions | |
| void | initAmpiProjections () |
| void | closeAmpiProjections () |
| void | ampi_beginProcessing (int rank, int src, int count) |
| void | ampi_endProcessing (int rank) |
| void | ampi_msgSend (int tag, int dest, int count, int size) |
| int | ampi_registerFunc (char *funcName) |
| void | ampi_beginFunc (int funcNo, MPI_Comm comm) |
| void | ampi_endFunc (int funcNo, MPI_Comm comm) |
| void | BgPrintf (const char *str) |
| void initAmpiProjections | ( | ) |
| void closeAmpiProjections | ( | ) |
| void ampi_endProcessing | ( | int | rank | ) |
Definition at line 61 of file ampiProjections.C.
References LogEvent1(), and CkVec< T >::size().
Referenced by closeAmpiProjections().
| int ampi_registerFunc | ( | char * | funcName | ) |
Definition at line 89 of file ampiProjections.C.
References funcData::funcName, funcData::funcNo, CkVec< T >::push_back(), and CkVec< T >::size().
Definition at line 102 of file ampiProjections.C.
References vprocData::funcList, getAmpiInstance(), vprocData::index, CkVec< T >::insert(), LogEvent3(), ptr, CkVec< T >::push_back(), and CkVec< T >::size().
Definition at line 122 of file ampiProjections.C.
References getAmpiInstance(), LogEvent1(), ptr, CkVec< T >::remove(), size, and CkVec< T >::size().
1.5.5