mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-14 01:35:36 +00:00
Back off the inlined spin proj as not working
This commit is contained in:
parent
ff129d9ad9
commit
61413565d0
@ -305,8 +305,8 @@ void WilsonFermion5D<Impl>::DhopInternalCommsThenCompute(StencilImpl & st, Lebes
|
|||||||
int nwork = U._grid->oSites();
|
int nwork = U._grid->oSites();
|
||||||
|
|
||||||
commtime -=usecond();
|
commtime -=usecond();
|
||||||
auto handle = st.HaloExchangeOptBegin(in,compressor);
|
auto handle = st.HaloExchangeBegin(in,compressor);
|
||||||
st.HaloExchangeOptComplete(handle);
|
st.HaloExchangeComplete(handle);
|
||||||
commtime +=usecond();
|
commtime +=usecond();
|
||||||
|
|
||||||
jointime -=usecond();
|
jointime -=usecond();
|
||||||
|
Loading…
Reference in New Issue
Block a user