|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <test_util.h>#include <dslash_util.h>#include <gauge_qio.h>Go to the source code of this file.
Macros | |
| #define | MAX(a, b) ((a)>(b)?(a):(b)) |
Functions | |
| void | init () |
| void | end () |
| void | usage (char **) |
| void | SU3Test (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| QudaGaugeParam | param |
| void * | gauge [4] |
| void * | new_gauge [4] |
| int | device |
| int | xdim |
| int | ydim |
| int | zdim |
| int | tdim |
| int | gridsize_from_cmdline [] |
| QudaReconstructType | link_recon |
| QudaPrecision | prec |
| char | latfile [] |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a)>(b)?(a):(b)) |
Definition at line 27 of file su3_test.cpp.
| void end | ( | void | ) |
Definition at line 74 of file su3_test.cpp.
| void init | ( | ) |
Definition at line 29 of file su3_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 121 of file su3_test.cpp.
| void SU3Test | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 88 of file su3_test.cpp.
| void usage | ( | char ** | ) |
Definition at line 1584 of file test_util.cpp.
| int device |
Definition at line 1546 of file test_util.cpp.
| void* gauge[4] |
Definition at line 15 of file su3_test.cpp.
| int gridsize_from_cmdline[] |
Definition at line 1559 of file test_util.cpp.
| char latfile[] |
Definition at line 1561 of file test_util.cpp.
| QudaReconstructType link_recon |
Definition at line 1549 of file test_util.cpp.
| void * new_gauge[4] |
Definition at line 15 of file su3_test.cpp.
| QudaGaugeParam param |
Definition at line 14 of file su3_test.cpp.
| QudaPrecision prec |
Definition at line 1551 of file test_util.cpp.
| int tdim |
Definition at line 1556 of file test_util.cpp.
| int xdim |
Definition at line 1553 of file test_util.cpp.
| int ydim |
Definition at line 1554 of file test_util.cpp.
| int zdim |
Definition at line 1555 of file test_util.cpp.
1.8.6