wrench::CustomParallelModel Class Reference

A class that defines a custom parallel task performance model. More...

#include <CustomParallelModel.h>

Inheritance diagram for wrench::CustomParallelModel:
wrench::ParallelModel

Additional Inherited Members

- Static Public Member Functions inherited from wrench::ParallelModel
static std::shared_ptr< ParallelModelAMDAHL (double alpha)
 Create an instance of an "Amdahl" parallel model. More...
 
static std::shared_ptr< ParallelModelCONSTANTEFFICIENCY (double efficiency)
 Create an instance of a "Constant Efficiency" parallel model. More...
 
static std::shared_ptr< ParallelModelCUSTOM (std::function< std::vector< double >(double, long)> lambda)
 Create an instance of a "Custom" parallel model. More...
 

Detailed Description

A class that defines a custom parallel task performance model.


The documentation for this class was generated from the following files: