QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gauge_qio.h
Go to the documentation of this file.
1 #ifndef _GAUGE_QIO_H
2 #define _GAUGE_QIO_H
3 
4 #ifdef HAVE_QIO
5 void read_gauge_field(char *filename, void *gauge[], QudaPrecision prec, int *X, int argc, char *argv[]);
6 #else
7 void read_gauge_field(char *filename, void *gauge[], QudaPrecision prec, int *X, int argc, char *argv[]) {
8  printf("QIO support has not been enabled\n");
9  exit(-1);
10 }
11 #endif
12 
13 #endif // _GAUGE_QIO_H
enum QudaPrecision_s QudaPrecision
void read_gauge_field(char *filename, void *gauge[], QudaPrecision prec, int *X, int argc, char *argv[])
Definition: gauge_qio.h:7
QudaPrecision prec
Definition: test_util.cpp:1551
void * gauge[4]
Definition: su3_test.cpp:15