Skip to content

Silence OpenMPI warning about InfiniBand

OpenMPI detects the InfiniBand kernel device on the nodes in Heidelberg and immediately wants to use - but Docker won't let it, so it dumps a really verbose warning to stderr. As we really don't need InfiniBand support in our tests, just shut up the warning.

Merge request reports