mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Better unquiesce MPI coverage
This commit is contained in:
parent
b4967f0231
commit
f27b9347ff
@ -109,7 +109,7 @@ void Grid_quiesce_nodes(void) {
|
||||
}
|
||||
|
||||
void Grid_unquiesce_nodes(void) {
|
||||
#ifdef GRID_COMMS_MPI
|
||||
#if defined(GRID_COMMS_MPI) || defined(GRID_COMMS_MPI3) || defined(GRID_COMMS_MPIT)
|
||||
std::cout.clear();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user