My Project
|
Public Member Functions | |
Main (int argc, char **argv, bool ownMPI=true) | |
Main (const std::string &filename, bool mpi_init=true, bool mpi_finalize=true) | |
Main (const std::string &filename, std::shared_ptr< EclipseState > eclipseState, std::shared_ptr< Schedule > schedule, std::shared_ptr< SummaryConfig > summaryConfig, bool mpi_init=true, bool mpi_finalize=true) | |
void | setArgvArgc_ (const std::string &filename) |
void | initMPI () |
int | runDynamic () |
template<class TypeTag > | |
int | runStatic () |
int | justInitialize () |
Used for test_outputdir. | |
Protected Member Functions | |
template<class TypeTagEarlyBird > | |
bool | initialize_ (int &exitCode, bool keepKeywords=false) |
Initialize. | |
void | setupVanguard () |
Protected Attributes | |
int | argc_ {0} |
char ** | argv_ {nullptr} |
bool | outputCout_ {false} |
bool | outputFiles_ {false} |
|
inlineprotected |
Initialize.
exitCode | The exitCode of the program. |
keepKeywords | Keep Schedule keywords even if there are no actions |