GEOSX
Public Attributes | List of all members
geos::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 traceDataMigration = false
 Trace host-device data migration.
 
real64 printMemoryUsage = -1.0
 Print memory usage in data repository.
 

Detailed Description

CommandLineOptions class containing the parsed command line options.

Definition at line 42 of file initializeEnvironment.hpp.

Member Data Documentation

◆ suppressPinned

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

◆ useNonblockingMPI

integer geos::CommandLineOptions::useNonblockingMPI = false

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

Definition at line 67 of file initializeEnvironment.hpp.


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