mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
added: command line option for zoltan customization
modeled after the linsolver support. a few built-in presets, as well as reading options from a json file
This commit is contained in:
@@ -218,6 +218,7 @@ public:
|
||||
bool ownersFirst() const
|
||||
{ return ownersFirst_; }
|
||||
|
||||
#if HAVE_MPI
|
||||
/*!
|
||||
* \brief Parameter that decides if partitioning for parallel runs
|
||||
* should be performed on a single process only.
|
||||
@@ -230,6 +231,7 @@ public:
|
||||
*/
|
||||
double zoltanImbalanceTol() const
|
||||
{ return zoltanImbalanceTol_; }
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* \brief Whether perforations of a well might be distributed.
|
||||
@@ -281,8 +283,11 @@ protected:
|
||||
#endif // HAVE_OPENCL
|
||||
|
||||
bool ownersFirst_;
|
||||
#if HAVE_MPI
|
||||
bool serialPartitioning_;
|
||||
double zoltanImbalanceTol_;
|
||||
std::string zoltanParams_;
|
||||
#endif
|
||||
bool enableDistributedWells_;
|
||||
std::string ignoredKeywords_;
|
||||
bool eclStrictParsing_;
|
||||
|
||||
Reference in New Issue
Block a user