getting out of the insurance business :-)
This commit is contained in:
@ -184,7 +184,7 @@ void Timer::print_timeout(FILE *fp)
|
||||
bool Timer::_check_timeout()
|
||||
{
|
||||
double walltime = platform::walltime() - timeout_start;
|
||||
// broadcast time to insure all ranks act the same.
|
||||
// broadcast time to ensure all ranks act the same.
|
||||
MPI_Bcast(&walltime, 1, MPI_DOUBLE, 0, world);
|
||||
|
||||
if (walltime < _timeout) {
|
||||
|
||||
Reference in New Issue
Block a user