Gromacs  2018.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
gmx::AnalysisDataParallelOptions Class Reference

#include <gromacs/analysisdata/paralleloptions.h>

Description

Parallelization options for analysis data objects.

Methods in this class do not throw.

Public Member Functions

 AnalysisDataParallelOptions ()
 Constructs options for serial execution.
 
 AnalysisDataParallelOptions (int parallelizationFactor)
 Constructs options for parallel execution with given number of concurrent frames. More...
 
int parallelizationFactor () const
 Returns the number of frames that may be constructed concurrently.
 

Constructor & Destructor Documentation

gmx::AnalysisDataParallelOptions::AnalysisDataParallelOptions ( int  parallelizationFactor)
explicit

Constructs options for parallel execution with given number of concurrent frames.

Parameters
[in]parallelizationFactorNumber of frames that may be constructed concurrently. Must be >= 1.

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