QUDA
v0.7.0
A library for QCD on GPUs
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
quda
tests
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
QudaPrecision
enum QudaPrecision_s QudaPrecision
X
int X
Definition:
asym_wilson_clover_dslash_dagger_fermi_core.h:394
read_gauge_field
void read_gauge_field(char *filename, void *gauge[], QudaPrecision prec, int *X, int argc, char *argv[])
Definition:
gauge_qio.h:7
prec
QudaPrecision prec
Definition:
test_util.cpp:1551
gauge
void * gauge[4]
Definition:
su3_test.cpp:15
Generated on Wed Feb 4 2015 17:00:12 for QUDA by
1.8.6