QUDA
v0.7.0
A library for QCD on GPUs
|
Go to the source code of this file.
Functions | |
int | setup_layout (int len[], int nd, int numnodes) |
int | node_number (const int x[]) |
int | node_index (const int x[]) |
void | get_coords (int x[], int node, int index) |
int | num_sites (int node) |
Variables | |
int | this_node |
void get_coords | ( | int | x[], |
int | node, | ||
int | index | ||
) |
Definition at line 221 of file layout_hyper.c.
int node_index | ( | const int | x[] | ) |
Definition at line 204 of file layout_hyper.c.
int node_number | ( | const int | x[] | ) |
Definition at line 194 of file layout_hyper.c.
int num_sites | ( | int | node | ) |
Definition at line 272 of file layout_hyper.c.
int setup_layout | ( | int | len[], |
int | nd, | ||
int | numnodes | ||
) |
Definition at line 140 of file layout_hyper.c.
int this_node |
Definition at line 9 of file gauge_qio.cpp.