Skip to content

Fix walltimer test in parallel

Micael Oliveira requested to merge fix_parallel_walltimer into develop

Description

Move the mpi allreduce for the walltimer alarm to be inside the walltimer_alarm function and before we print the message that the walltimer was triggered. Otherwise a non-root MPI process might trigger the alarm and then no message is printed (and the corresponding test will be marked as failed!)

Closes #387 (closed)

Edited by Micael Oliveira

Merge request reports