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.
This commit is contained in:
parent
de6ad8c29a
commit
5cfed7efc8
|
@ -196,8 +196,6 @@ bind processes, and much more.")
|
||||||
`(#:configure-flags `("--enable-mpi-ext=affinity" ;cr doesn't work
|
`(#:configure-flags `("--enable-mpi-ext=affinity" ;cr doesn't work
|
||||||
"--enable-memchecker"
|
"--enable-memchecker"
|
||||||
"--with-sge"
|
"--with-sge"
|
||||||
"--with-psm"
|
|
||||||
"--with-psm2"
|
|
||||||
"--with-valgrind"
|
"--with-valgrind"
|
||||||
"--with-hwloc=external"
|
"--with-hwloc=external"
|
||||||
"--with-libevent"
|
"--with-libevent"
|
||||||
|
|
Loading…
Reference in New Issue