flow: print the startup-banner only on the first rank

thanks to [at]atgeirr for catching this.
This commit is contained in:
Andreas Lauser 2018-10-24 12:20:54 +02:00
parent 7d30a8408a
commit d26fe45d52
2 changed files with 2 additions and 2 deletions

View File

@ -138,6 +138,7 @@ int main(int argc, char** argv)
return 1;
}
if (outputCout)
Opm::FlowMainEbos<PreTypeTag>::printBanner();
// Create Deck and EclipseState.

View File

@ -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