42 #ifndef TEUCHOS_YAML_PARAMETER_LIST_HELPERS_HPP 
   43 #define TEUCHOS_YAML_PARAMETER_LIST_HELPERS_HPP 
   52 #include "Teuchos_Comm.hpp" 
   78 TEUCHOSCOMM_LIB_DLL_EXPORT
 
   79 void updateParametersFromYamlFileAndBroadcast(
 
   80   const std::string &yamlFileName, 
 
   83   bool overwrite = 
true);
 
   88 #endif // TEUCHOS_Yaml_PARAMETER_LIST_HELPERS_HPP 
Abstract interface for distributed-memory communication. 
 
Simple helper functions that make it easy to read and write Yaml to and from a parameterlist. 
 
Simple wrapper class for raw pointers to single objects where no persisting relationship exists...