gnu: openmpi: Let configure enable PSM based on inputs.

This fixes OpenMPI builds on systems not supported by the PSM packages.

* gnu/packages/mpi.scm (openmpi)[arguments]: Remove '--enable-psm' and
'--enable-psm2' from #:configure-flags.
master
Eric Bavier 2019-02-20 16:05:03 -06:00
parent de6ad8c29a
commit 5cfed7efc8
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 0 additions and 2 deletions

View File

@ -196,8 +196,6 @@ bind processes, and much more.")
`(#:configure-flags `("--enable-mpi-ext=affinity" ;cr doesn't work
"--enable-memchecker"
"--with-sge"
"--with-psm"
"--with-psm2"
"--with-valgrind"
"--with-hwloc=external"
"--with-libevent"