Classes | Variables

gmfork.h File Reference

Classes implementing GridMD Fork skeleton. More...

#include "gridmd.h"
Include dependency graph for gmfork.h:

Classes

class  gmFork< split_tt, branch_tt, merge_tt >
 Skeleton class for concurrent branching. More...

Variables

int fork_objcount [MAX_RECURSION]
 Counters of created objects for all fork templates.

Detailed Description

Classes implementing GridMD Fork skeleton.


Variable Documentation

int fork_objcount[MAX_RECURSION]

Counters of created objects for all fork templates.

Each array index is responsible for corresponding recursion level of gmManager;