mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-18 11:44:41 +00:00
Moving the check outside the inner product function
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user