mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rebased, and fixed command line parsing
Create one log file for each slave subprocess. Redirect both stdout and stderr to this file
This commit is contained in:
parent
09aa0be11c
commit
9ad5b8a7f2
@ -52,6 +52,10 @@
|
||||
#include <fcntl.h> // for open()
|
||||
#include <unistd.h> // for dup2(), close()
|
||||
|
||||
#include <iostream>
|
||||
#include <fcntl.h> // for open()
|
||||
#include <unistd.h> // for dup2(), close()
|
||||
|
||||
namespace Opm {
|
||||
|
||||
Main::Main(int argc, char** argv, bool ownMPI)
|
||||
|
Loading…
Reference in New Issue
Block a user