mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-21 09:12:03 +01:00
Interface to reduced precision comms
This commit is contained in:
@ -204,7 +204,14 @@ public:
|
||||
DoubledGaugeField Umu;
|
||||
DoubledGaugeField UmuEven;
|
||||
DoubledGaugeField UmuOdd;
|
||||
|
||||
|
||||
|
||||
void SloppyComms(int sloppy)
|
||||
{
|
||||
Stencil.SetSloppyComms(sloppy);
|
||||
StencilEven.SetSloppyComms(sloppy);
|
||||
StencilOdd.SetSloppyComms(sloppy);
|
||||
}
|
||||
// Comms buffer
|
||||
// std::vector<SiteHalfSpinor,alignedAllocator<SiteHalfSpinor> > comm_buf;
|
||||
|
||||
|
Reference in New Issue
Block a user