Skip to content

Two archlinux fixes: Skip MPI checks for MPI ver.4.1.5 - workaround #309; use builtins min/max

Janek Kozicki requested to merge workaround309 into master

Two fixes here:

  1. Don't run MPI scripts for Open MPI version 4.1.5. When higher version will become available it will be used.
  2. Also on archlinux appeared an error where numpy.max is called instead of builtins.max. So I call the latter explicitly.
Edited by Janek Kozicki

Merge request reports