gnu: openmpi: Configure without vampirtrace.
VT is obsoleted by scorep (not currently packaged) and disabling it reduces the closure considerably. * mpi.scm (openmpi)[arguments]: Configure without vampirtrace. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
df981d8b36
commit
6c171ff47c
|
@ -137,6 +137,11 @@ bind processes, and much more.")
|
||||||
"--enable-mpi-ext=affinity" ;cr doesn't work
|
"--enable-mpi-ext=affinity" ;cr doesn't work
|
||||||
"--enable-memchecker"
|
"--enable-memchecker"
|
||||||
"--with-sge"
|
"--with-sge"
|
||||||
|
|
||||||
|
;; VampirTrace is obsoleted by scorep and disabling
|
||||||
|
;; it reduces the closure size considerably.
|
||||||
|
"--disable-vt"
|
||||||
|
|
||||||
,(string-append "--with-valgrind="
|
,(string-append "--with-valgrind="
|
||||||
(assoc-ref %build-inputs "valgrind"))
|
(assoc-ref %build-inputs "valgrind"))
|
||||||
,(string-append "--with-hwloc="
|
,(string-append "--with-hwloc="
|
||||||
|
|
Reference in New Issue