QUDA
v1.1.0
A library for QCD on GPUs
|
#include <quda.h>
#include <comm_quda.h>
#include <communicator_quda.h>
#include <gauge_field.h>
#include <color_spinor_field.h>
#include <clover_field.h>
Go to the source code of this file.
Namespaces | |
quda | |
Functions | |
int | comm_rank_from_coords (const int *coords) |
template<class Field > | |
void | quda::split_field (Field &collect_field, std::vector< Field * > &v_base_field, const CommKey &comm_key, QudaPCType pc_type=QUDA_4D_PC) |
template<class Field > | |
void | quda::join_field (std::vector< Field * > &v_base_field, const Field &collect_field, const CommKey &comm_key, QudaPCType pc_type=QUDA_4D_PC) |
int comm_rank_from_coords | ( | const int * | coords | ) |
Definition at line 60 of file communicator_stack.cpp.