GEOSX
|
#include <initialization.hpp>
Public Attributes | |
std::string | inputFileName |
The path to the input xml. | |
bool | beginFromRestart = false |
True iff restarting from the middle of an existing run. | |
std::string | restartFileName |
The path to the restart file, if specified. | |
integer | xPartitionsOverride |
The number of partitions in the x direction. | |
integer | yPartitionsOverride |
The number of partitions in the y direction. | |
integer | zPartitionsOverride |
The number of partitions in the z direction. | |
integer | overridePartitionNumbers = false |
True if using the partition override. | |
integer | useNonblockingMPI = false |
integer | suppressPinned = false |
std::string | schemaName |
The name of the schema. | |
std::string | problemName |
The name of the problem being run. | |
std::string | outputDirectory = "." |
The directory to put all output. | |
std::string | timerOutput = "" |
The string used to initialize caliper. | |
integer | suppressMoveLogging = false |
Suppress logging of host-device data migration. | |
CommandLineOptions class containing the parsed command line options.
Definition at line 33 of file initialization.hpp.
integer geosx::CommandLineOptions::suppressPinned = false |
True iff supress the use of pinned memory buffers ( if available ) for MPI communication. Generally only used by the integration tests.
Definition at line 63 of file initialization.hpp.
integer geosx::CommandLineOptions::useNonblockingMPI = false |
True if processing mpi communications in any order. But leads to non-reproducible results.
Definition at line 58 of file initialization.hpp.