: mpiexec
{
  $path($mpiexec) --version >! 2>! == 0
}

# Disabled: impi_info links to libmpi.so.12 and the pre-built binary has a
# hardcoded RPATH pointing to the Intel installation layout. Without patchelf
# (or equivalent) there is no portable way to rewrite it, so the binary
# cannot locate libmpi at test time in the build tree.
#
#: impi_info
#{
#  $path($impi_info) >! 2>! == 0
#}
