|
QUDA
v0.7.0
A library for QCD on GPUs
|
#include <stdlib.h>#include <stdio.h>#include <time.h>#include <math.h>#include <string.h>#include <util_quda.h>#include <test_util.h>#include <dslash_util.h>#include <blas_reference.h>#include <wilson_dslash_reference.h>#include <domain_wall_dslash_reference.h>#include "misc.h"#include "face_quda.h"#include <gauge_qio.h>#include <quda.h>Go to the source code of this file.
Macros | |
| #define | MAX(a, b) ((a)>(b)?(a):(b)) |
Functions | |
| void | usage (char **) |
| void | display_test_info () |
| int | main (int argc, char **argv) |
Variables | |
| QudaDslashType | dslash_type |
| QudaTwistFlavorType | twist_flavor |
| bool | tune |
| int | device |
| int | xdim |
| int | ydim |
| int | zdim |
| int | tdim |
| int | Lsdim |
| int | gridsize_from_cmdline [] |
| QudaReconstructType | link_recon |
| QudaPrecision | prec |
| QudaReconstructType | link_recon_sloppy |
| QudaPrecision | prec_sloppy |
| QudaInverterType | inv_type |
| QudaInverterType | precon_type |
| int | multishift |
| double | mass |
| QudaMassNormalization | normalization |
| QudaMatPCType | matpc_type |
| char | latfile [] |
| #define MAX | ( | a, | |
| b | |||
| ) | ((a)>(b)?(a):(b)) |
Definition at line 25 of file invert_test.cpp.
| void display_test_info | ( | ) |
Definition at line 60 of file invert_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 84 of file invert_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.
| QudaDslashType dslash_type |
Definition at line 1560 of file test_util.cpp.
| int gridsize_from_cmdline[] |
Definition at line 1559 of file test_util.cpp.
| QudaInverterType inv_type |
Definition at line 1565 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.
| QudaReconstructType link_recon_sloppy |
Definition at line 1550 of file test_util.cpp.
| int Lsdim |
Definition at line 1557 of file test_util.cpp.
| double mass |
Definition at line 1569 of file test_util.cpp.
| QudaMatPCType matpc_type |
Definition at line 1573 of file test_util.cpp.
| int multishift |
Definition at line 1567 of file test_util.cpp.
| QudaMassNormalization normalization |
Definition at line 1572 of file test_util.cpp.
| QudaPrecision prec |
Definition at line 1551 of file test_util.cpp.
| QudaPrecision prec_sloppy |
Definition at line 1552 of file test_util.cpp.
| QudaInverterType precon_type |
Definition at line 1566 of file test_util.cpp.
| int tdim |
Definition at line 1556 of file test_util.cpp.
| bool tune |
Definition at line 1562 of file test_util.cpp.
| QudaTwistFlavorType twist_flavor |
Definition at line 1570 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