mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Disable relperm diagnosis for non-root processes
This commit is contained in:
@@ -656,6 +656,11 @@ namespace Opm
|
||||
// OpmLog singleton.
|
||||
void runDiagnostics()
|
||||
{
|
||||
if( ! output_cout_ )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// Run relperm diagnostics
|
||||
RelpermDiagnostics diagnostic;
|
||||
diagnostic.diagnosis(eclipse_state_, deck_, grid_init_->grid());
|
||||
|
||||
Reference in New Issue
Block a user