CHROMA
printgeom.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Print out machine geometry and problem size info
4  */
5 
6 #ifndef __printgeom_h__
7 #define __printgeom_h__
8 
9 namespace Chroma {
10 
11 //! Print out machine geometry and problem size info
12 /*!
13  * \ingroup info
14  *
15  * Arguments:
16  *
17  * \param xml The xml stream to write the info
18  */
19 
20 void printgeom(XMLWriter& xml);
21 
22 } // end namespace Chroma
23 
24 #endif
void printgeom(XMLWriter &xml)
Print out machine geometry and problem size info.
Definition: printgeom.cc:20
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10