mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-11 08:51:55 -06:00
flow: print the startup-banner only on the first rank
thanks to [at]atgeirr for catching this.
This commit is contained in:
parent
7d30a8408a
commit
d26fe45d52
@ -138,6 +138,7 @@ int main(int argc, char** argv)
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (outputCout)
|
||||
Opm::FlowMainEbos<PreTypeTag>::printBanner();
|
||||
|
||||
// Create Deck and EclipseState.
|
||||
|
@ -19,7 +19,6 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef OPM_FLOW_MAIN_EBOS_HEADER_INCLUDED
|
||||
#define OPM_FLOW_MAIN_EBOS_HEADER_INCLUDED
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user