1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00

Synchronise changes

This commit is contained in:
Peter Boyle 2023-12-22 18:09:11 -05:00
parent defd814750
commit 551f6c4edd

View File

@ -368,6 +368,7 @@ public:
ComplexD(c),
BLAS_CP);
}
BLAS.synchronise();
t_mult+=usecond();
// std::cout << GridLogMessage << "New Mrhs coarse BLAStoGrid "<<std::endl;
t_BtoG=-usecond();