[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: openmpi: Pass explicit "--with-*" configure flags.
From: |
guix-commits |
Subject: |
03/06: gnu: openmpi: Pass explicit "--with-*" configure flags. |
Date: |
Fri, 8 Nov 2019 12:25:07 -0500 (EST) |
civodul pushed a commit to branch wip-mpi
in repository guix.
commit 37532fee456d25d0c85982ef5b5bb1f3f640ca2b
Author: Ludovic Courtès <address@hidden>
Date: Fri Nov 8 17:51:31 2019 +0100
gnu: openmpi: Pass explicit "--with-*" configure flags.
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-ucx",
"--with-psm", and "--with-psm2".
---
gnu/packages/mpi.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 914f8e9..39ec076 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -204,6 +204,12 @@ bind processes, and much more.")
"--with-hwloc=external"
"--with-libevent"
+ ;; Make sure ./configure fails if one of these is
+ ;; missing.
+ "--with-ucx"
+ "--with-psm"
+ "--with-psm2"
+
;; InfiniBand support
"--enable-openib-control-hdr-padding"
"--enable-openib-dynamic-sl"
- branch wip-mpi created (now 6227cec), guix-commits, 2019/11/08
- 01/06: gnu: ucx: Enable InfiniBand support through Verbs., guix-commits, 2019/11/08
- 02/06: gnu: ucx: Do not install static libraries., guix-commits, 2019/11/08
- 03/06: gnu: openmpi: Pass explicit "--with-*" configure flags.,
guix-commits <=
- 04/06: gnu: rdma-core: Use the "write" ioctl mode., guix-commits, 2019/11/08
- 06/06: gnu: Add Intel MPI Benchmarks., guix-commits, 2019/11/08
- 05/06: gnu: rdma-core: Update to 26.0., guix-commits, 2019/11/08