42#ifndef TEUCHOS_YAML_PARAMETER_LIST_HELPERS_HPP
43#define TEUCHOS_YAML_PARAMETER_LIST_HELPERS_HPP
52#include "Teuchos_Comm.hpp"
78TEUCHOSCOMM_LIB_DLL_EXPORT
80 const std::string &yamlFileName,
83 bool overwrite =
true);
Simple helper functions that make it easy to read and write Yaml to and from a parameterlist.
Abstract interface for distributed-memory communication.
TEUCHOSCOMM_LIB_DLL_EXPORT void updateParametersFromYamlFileAndBroadcast(const std::string &yamlFileName, const Teuchos::Ptr< Teuchos::ParameterList > ¶mList, const Teuchos::Comm< int > &comm, bool overwrite=true)
On processor rank = 0, reads Yaml parameters from a file and broadcasts them to all other processors....
Simple wrapper class for raw pointers to single objects where no persisting relationship exists.
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...