1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-04-02 18:16:10 +01:00

Making running on Aurora more debuggable

This commit is contained in:
2025-05-23 20:58:16 +00:00
parent 25163998a0
commit d418f78352
8 changed files with 37 additions and 16 deletions

View File

@@ -269,7 +269,9 @@ public:
RealD xscale = 2.0/(hi-lo);
RealD mscale = -(hi+lo)/(hi-lo);
Linop.HermOp(T0,y);
grid->Barrier();
axpby(T1,xscale,mscale,y,in);
grid->Barrier();
// sum = .5 c[0] T0 + c[1] T1
// out = ()*T0 + Coeffs[1]*T1;