QUDA v0.4.0
A library for QCD on GPUs
quda/tests/gauge_qio.h
Go to the documentation of this file.
00001 #ifndef _GAUGE_QIO_H
00002 #define _GAUGE_QIO_H
00003 
00004 #ifdef HAVE_QIO
00005 void read_gauge_field(char *filename, void *gauge[], QudaPrecision prec, int *X, int argc, char *argv[]);
00006 #else
00007 void read_gauge_field(char *filename, void *gauge[], QudaPrecision prec, int *X, int argc, char *argv[]) {
00008   printf("QIO support has not been enabled\n");
00009   exit(-1);
00010 }
00011 #endif
00012 
00013 #endif // _GAUGE_QIO_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines