specfem::runtime_configuration::run_setup

class run_setup

Run setup defines run configuration for the simulation.

Note

This object is not used in the current version

Public Functions

inline run_setup(int nproc, int nruns)

Construct a new run setup object.

Note

This object is not used in the current version

Parameters:
  • nproc – Number of processors used in the simulation

  • nruns – Number of simulation runs

run_setup(const YAML::Node &Node)

Construct a new run setup object.

Parameters:

Node – YAML node describing the run configuration

Private Members

int nproc

number of processors used in the simulation

int nruns

Number of simulation runs.