|
QUDA
v1.1.0
A library for QCD on GPUs
|
#include <qio.h>Go to the source code of this file.
Functions | |
| int | quda_setup_layout (int len[], int nd, int numnodes, int single_parity) |
| int | quda_node_number (const int x[]) |
| int | quda_node_index (const int x[]) |
| void | quda_get_coords (int x[], int node, int index) |
| int | quda_num_sites (int node) |
Variables | |
| int | quda_this_node |
| void quda_get_coords | ( | int | x[], |
| int | node, | ||
| int | index | ||
| ) |
Definition at line 201 of file layout_hyper.cpp.
| int quda_node_index | ( | const int | x[] | ) |
Definition at line 120 of file layout_hyper.cpp.
| int quda_node_number | ( | const int | x[] | ) |
Definition at line 79 of file layout_hyper.cpp.
| int quda_num_sites | ( | int | node | ) |
Definition at line 212 of file layout_hyper.cpp.
| int quda_setup_layout | ( | int | len[], |
| int | nd, | ||
| int | numnodes, | ||
| int | single_parity | ||
| ) |
Definition at line 32 of file layout_hyper.cpp.
|
extern |
Definition at line 12 of file qio_field.cpp.