GEOSX
Public Attributes | List of all members
geosx::CommandLineOptions Struct Reference

#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.
 
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 suppressMoveLogging = false
 Suppress logging of host-device data migration.
 

Detailed Description

CommandLineOptions class containing the parsed command line options.

Definition at line 39 of file initializeEnvironment.hpp.

Member Data Documentation

◆ suppressPinned

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 69 of file initializeEnvironment.hpp.

◆ useNonblockingMPI

integer geosx::CommandLineOptions::useNonblockingMPI = false

True if processing mpi communications in any order. But leads to non-reproducible results.

Definition at line 64 of file initializeEnvironment.hpp.


The documentation for this struct was generated from the following file: