getting out of the insurance business :-)

This commit is contained in:
Axel Kohlmeyer
2023-01-23 16:45:41 -05:00
parent 6148ee7ba4
commit 27da716852
312 changed files with 426 additions and 426 deletions

View File

@ -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) {