Gromacs  2026.0-dev-20251119-5f0a571d
 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 (size_t parallelizationFactor)
 Constructs options for parallel execution with given number of concurrent frames. More...
 
size_t parallelizationFactor () const
 Returns the number of frames that may be constructed concurrently.
 

Constructor & Destructor Documentation

gmx::AnalysisDataParallelOptions::AnalysisDataParallelOptions ( size_t  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: