
Go to the source code of this file.
Data Structures | |
| class | taskGraphSolver |
| class | callbackMsg |
| class | taskGraphArray |
Functions | |
| CkArrayID | taskGraphInit () |
| template<class T> | |
| void | taskGraphAdd (CkArrayID id, T taskID, CkVec< T > deps, taskGraphSolver *self, CkCallback returnResults=CkCallback::ignore) |
| void | taskGraphDelete (CkArrayID id, CkArrayIndex taskID) |
| CkArrayID taskGraphInit | ( | ) |
Definition at line 9 of file taskGraph.C.
| void taskGraphAdd | ( | CkArrayID | id, | |
| T | taskID, | |||
| CkVec< T > | deps, | |||
| taskGraphSolver * | self, | |||
| CkCallback | returnResults = CkCallback::ignore | |||
| ) | [inline] |
Definition at line 86 of file taskGraph.h.
References array, CkVec< T >::length(), and CkVec< T >::push_back().

| void taskGraphDelete | ( | CkArrayID | id, | |
| CkArrayIndex | taskID | |||
| ) |
1.5.5