* --parallelize-prefix parameter description
This commit is contained in:
parent
2013d57fe8
commit
6ecfab0802
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Authors:
|
||||||
eoParallel::eoParallel()
|
eoParallel::eoParallel()
|
||||||
: _isEnabled( false, "parallelize-loop", "Enable memory shared parallelization into evaluation's loops", '\0' ),
|
: _isEnabled( false, "parallelize-loop", "Enable memory shared parallelization into evaluation's loops", '\0' ),
|
||||||
_isDynamic( false, "parallelize-dynamic", "Enable dynamic memory shared parallelization", '\0' ),
|
_isDynamic( false, "parallelize-dynamic", "Enable dynamic memory shared parallelization", '\0' ),
|
||||||
_prefix( "results", "parallelize-prefix", "Enable dynamic memory shared parallelization", '\0' )
|
_prefix( "results", "parallelize-prefix", "Here's the prefix filename where the results are going to be stored", '\0' )
|
||||||
{}
|
{}
|
||||||
|
|
||||||
std::string eoParallel::className() const
|
std::string eoParallel::className() const
|
||||||
|
|
|
||||||
Reference in a new issue