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:
@ -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