CHROMA
Namespaces | Functions
chroma_init.cc File Reference

Initialization of Chroma. More...

#include "chroma_config.h"
#include "init/chroma_init.h"
#include "io/xmllog_io.h"
#include "qdp_init.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Functions

std::string Chroma::getXMLInputFileName ()
 Get input file name. More...
 
std::string Chroma::getXMLOutputFileName ()
 Get output file name. More...
 
std::string Chroma::getXMLLogFileName ()
 Get log file name. More...
 
std::string Chroma::getCWD ()
 Get current working directory. More...
 
void Chroma::setXMLInputFileName (const std::string &name)
 Set input file name. More...
 
void Chroma::setXMLOutputFileName (const std::string &name)
 Set output file name. More...
 
void Chroma::setXMLLogFileName (const std::string &name)
 Set output logfile name. More...
 
void Chroma::setCWD (const std::string &name)
 Set current working directory. More...
 
void Chroma::initialize (int *argc, char ***argv)
 Chroma initialisation routine. More...
 
void Chroma::finalize (void)
 Chroma finalization routine. More...
 
void Chroma::abort (int i)
 Chroma abort routine. More...
 
XMLFileWriter & Chroma::getXMLOutputInstance ()
 Get xml output instance. More...
 
XMLFileWriter & Chroma::getXMLLogInstance ()
 Get xml log instance. More...
 

Detailed Description

Initialization of Chroma.

Definition in file chroma_init.cc.