CHROMA
|
Read a NERSC config. More...
#include "util/gauge/gauge_init_factory.h"
#include "util/gauge/gauge_init_aggregate.h"
#include "util/gauge/nersc_gauge_init.h"
#include "qdp_iogauge.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Chroma::NERSCGaugeInitEnv | |
Hooks to register the class. | |
Functions | |
void | Chroma::read (XMLReader &xml, const std::string &path, NERSCGaugeInitEnv::Params ¶m) |
Reader. More... | |
void | Chroma::write (XMLWriter &xml, const std::string &path, const NERSCGaugeInitEnv::Params ¶m) |
Parameters for running code. More... | |
GaugeInit * | Chroma::NERSCGaugeInitEnv::createSource (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | Chroma::NERSCGaugeInitEnv::registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | Chroma::NERSCGaugeInitEnv::name = "NERSC" |
Name to be used. More... | |
static bool | Chroma::NERSCGaugeInitEnv::registered = false |
Local registration flag. More... | |
Read a NERSC config.
Definition in file nersc_gauge_init.cc.