You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the result like we do in integration test: "if (abs(result - 55.47) > eps) error stop"
Make sure to print the result too with full double precision accuracy, it should differ as you run it with different MPI ranks within good (machine) accuracy.
And in a test like this one: https://github.com/gxyd/c_mpi/blob/main/tests/allreduce.f90, we need to check the result to ensure that:
The text was updated successfully, but these errors were encountered: