|
GEOS
|
#include <initializeEnvironment.hpp>
Public Attributes | |
| string_array | inputFileNames |
| The paths to the input xml files. | |
| bool | beginFromRestart = false |
| True iff restarting from the middle of an existing run. | |
| bool | onlyValidateInput = false |
| 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 |
| string | schemaName |
| The name of the schema. | |
| string | problemName |
| The name of the problem being run. | |
| string | outputDirectory = "." |
| The directory to put all output. | |
| string | timerOutput = "" |
| The string used to initialize caliper. | |
| integer | traceDataMigration = false |
| Trace host-device data migration. | |
| real64 | printMemoryUsage = -1.0 |
| Print memory usage in data repository. | |
CommandLineOptions class containing the parsed command line options.
Definition at line 43 of file initializeEnvironment.hpp.
| bool geos::CommandLineOptions::onlyValidateInput = false |
If true, GEOS will only do the loading phase, and not actual simulation. Useful to validate GEOS inputs.
Definition at line 53 of file initializeEnvironment.hpp.
| integer geos::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 77 of file initializeEnvironment.hpp.
| integer geos::CommandLineOptions::useNonblockingMPI = false |
True if processing mpi communications in any order. But leads to non-reproducible results.
Definition at line 72 of file initializeEnvironment.hpp.