#include <gofmm_mpi.hpp>
|
NODE * | arg |
|
class Worker * | worker = NULL |
|
string | name |
|
string | label |
|
int | taskid |
|
float | cost = 0 |
|
bool | priority = false |
|
Event | event |
|
void(* | function )(Task *) |
|
void * | arg |
|
volatile int | n_dependencies_remaining = 0 |
|
deque< Task * > | in |
|
deque< Task * > | out |
|
Lock * | task_lock = NULL |
|
Task * | next = NULL |
|
volatile bool | stealable = true |
|
volatile int | created_by = 0 |
|
template<typename NODE, typename T>
class hmlp::mpigofmm::DistSkeletonizeTask< NODE, T >
end class SkeletonTask
template<typename NODE, typename T>
Bcast isskel to every MPI processes in the same comm
Bcast skels and proj to every MPI processes in the same comm
Implements hmlp::Task.
template<typename NODE, typename T>
All virtual functions.
GEQP3
Reimplemented from hmlp::Task.
template<typename NODE, typename T>
We don't know the exact cost here
"High" priority
The documentation for this class was generated from the following file: