Module | Source File | Description |
---|---|---|
dag_m | dag_m.f90 | A directed acyclic graph (DAG) abstraction. |
payload_m | payload_m.f90 | |
runner_m | runner_m.f90 | Compute-image/Scheduler-image abstraction |
task_m | task_m.f90 | Define an abstract interface to tasks that the scheduler image assigns and that a compute image executes. |
vertex_m | vertex_m.f90 | Represent one node in a directed acyclic graph. |