HiRep
0.1
Loading...
Searching...
No Matches
communications_reduced.h
1
/***************************************************************************\
2
* Copyright (c) 2022, Claudio Pica, Sofie Martins *
3
* All rights reserved. *
4
\***************************************************************************/
5
9
15
#ifndef COMMUNICATIONS_REDUCED_H
16
#define COMMUNICATIONS_REDUCED_H
17
18
#include "
spinor_field.h
"
19
#include "
geometry.h
"
20
#include "Utils/generics.h"
21
22
#ifdef __cplusplus
23
extern
"C"
{
24
#endif
25
26
#define _FIELD_NAME_READABLE "Spinor field"
27
#define _FIELD_TYPE spinor_field
28
#include "TMPL/communications_reduced.h.tmpl"
29
30
#define _FIELD_NAME_READABLE "Single precision spinor field"
31
#define _FIELD_TYPE spinor_field_flt
32
#include "TMPL/communications_reduced.h.tmpl"
33
34
#ifdef __cplusplus
35
}
36
#endif
37
#endif
geometry.h
This file contains information on the geometry of the local lattice, block decomposed geometry,...
spinor_field.h
The elementary site structures defined in suN.h are used in this file to define field structures that...
Include
Geometry
communications_reduced.h
Generated by
1.12.0