Skip to content

MPI wait

Christian Witzler requested to merge vis/jumonc:errors into main

Depending on the MPI implementation waiting in a bcast is done with 100% CPU load. To reduce the CPU load a slep in between each check can be added. This introduces additional latency, so it is a parameter that trades latency and CPU load while JuMonC has no requests

Merge request reports