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:
@@ -48,6 +48,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)
|
||||
|
||||
Reference in New Issue
Block a user