EvolvingObjects
eo::mpi::EmptyJob Struct Reference

Job to run after a Multi Job, so as to indicate that every workers should terminate. More...

#include <eoTerminateJob.h>

Inheritance diagram for eo::mpi::EmptyJob:
eo::mpi::OneShotJob< void > eo::mpi::Job< void >

List of all members.

Public Member Functions

 EmptyJob (AssignmentAlgorithm &algo, int masterRank)
 Main EmptyJob ctor.

Detailed Description

Job to run after a Multi Job, so as to indicate that every workers should terminate.

Examples:
t-mpi-multipleRoles.cpp, t-mpi-parallelApply.cpp, and t-mpi-wrapper.cpp.

Definition at line 108 of file eoTerminateJob.h.


Constructor & Destructor Documentation

eo::mpi::EmptyJob::EmptyJob ( AssignmentAlgorithm algo,
int  masterRank 
) [inline]

Main EmptyJob ctor.

Parameters:
algoAssignment (scheduling) algorithm used.
masterRankThe rank of the master process.

Definition at line 116 of file eoTerminateJob.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends