YAKL
|
This class is necessary for coordination of two-level parallelism. More...
#include <YAKL_LaunchConfig.h>
This class is necessary for coordination of two-level parallelism.
A yakl::InnerHandler object must be accepted as a parameter in the functor passed to parallel_outer
, and it must be passed as a parameter to parallel_inner
, fence_inner
, and single_inner
. An object of this class should never need to be explicitly created by the user.