1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Moving the check outside the inner product function

This commit is contained in:
Guido Cossu
2016-12-09 05:08:56 +00:00
parent 6e57bdb6b3
commit 6ceee102e8
3 changed files with 66 additions and 51 deletions

View File

@ -100,7 +100,7 @@ void Grid_quiesce_nodes(void) {
me = shmem_my_pe();
#endif
if (me) {
std::cout.setstate(std::ios::badbit);
std::cout.setstate(std::ios::badbit);// mute all nodes except 0
}
}