CHROMA
Classes | Functions
t_mgproto.cc File Reference
#include "chroma.h"
#include <iostream>
#include <sstream>
#include <iomanip>
#include <string>
#include <cstdio>
#include <stdlib.h>
#include <sys/time.h>
#include <math.h>
#include "io/xml_group_reader.h"
#include "actions/ferm/fermstates/ferm_createstate_reader_w.h"
#include "actions/ferm/invert/syssolver_linop_factory.h"
#include "actions/ferm/invert/minvcg2.h"
#include "actions/ferm/fermacts/clover_fermact_params_w.h"
#include "actions/ferm/linop/eoprec_clover_dumb_linop_w.h"
#include "actions/ferm/invert/mg_proto/mgproto_solver_params.h"
#include "actions/ferm/invert/mg_proto/syssolver_linop_clover_mg_proto.h"
#include "actions/ferm/invert/mg_proto/mg_proto_helpers.h"
#include "lattice/fine_qdpxx/wilson_clover_linear_operator.h"

Go to the source code of this file.

Classes

struct  AppParams
 

Functions

void checkInverter (const AppParams &p, multi1d< LatticeColorMatrix > &u)
 
void read (XMLReader &r, const std::string path, AppParams &p)
 
bool linkageHack (void)
 
int main (int argc, char **argv)
 

Function Documentation

◆ checkInverter()

void checkInverter ( const AppParams p,
multi1d< LatticeColorMatrix > &  u 
)

◆ linkageHack()

bool linkageHack ( void  )

◆ main()

int main ( int  argc,
char **  argv 
)

◆ read()

void read ( XMLReader &  r,
const std::string  path,
AppParams p 
)

Definition at line 146 of file t_mgproto.cc.

References Chroma::p, Chroma::r, Chroma::read(), and Chroma::readXMLGroup().