mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Omit "well converge" on non-root process
This commit is contained in:
@@ -1082,7 +1082,11 @@ namespace detail {
|
||||
} while (it < 15);
|
||||
|
||||
if (converged) {
|
||||
OpmLog::note("well converged iter: " + std::to_string(it));
|
||||
if (terminalOutputEnabled())
|
||||
{
|
||||
OpmLog::note("well converged iter: " + std::to_string(it));
|
||||
}
|
||||
|
||||
const int nw = wells().number_of_wells;
|
||||
{
|
||||
// We will set the bhp primary variable to the new ones,
|
||||
|
||||
Reference in New Issue
Block a user