Message ID | 873625m09f.fsf@gnu.org |
---|---|
State | Accepted |
Headers | show |
Series | [bug#39588] gnu: Add mpich, scalapack-mpich, mumps-mpich, pt-scotch-mpich, python-mpi4py-mpich | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | View Laminar job |
>If that’s fine with you I’ll go ahead and commit it; let me know!
It's ok for me and what I do with it.
Bon week-end!
Salut, Maurice Brémond <Maurice.Bremond@inria.fr> skribis: >>If that’s fine with you I’ll go ahead and commit it; let me know! > It's ok for me and what I do with it. > > Bon week-end! Finally pushed as c73496f433044a76003b33c3855bb35ecd0df87f, thanks! I’m closing this bug, let’s open a new one if we need to further discuss MPI support in Guix. Ludo’.
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm index 06a82cce95..9035147441 100644 --- a/gnu/packages/mpi.scm +++ b/gnu/packages/mpi.scm @@ -436,7 +436,12 @@ arrays) that expose a buffer interface.") `(#:configure-flags (list "--disable-silent-rules" ;let's see what's happening "--enable-debuginfo" - ;; "--with-device=ch4:ucx" ; --with-device=ch4:ofi segfaults in tests + + ;; Default to "ch4", as will be the case in 3.4. It also works + ;; around issues when running test suites of packages that use + ;; MPICH: <https://issues.guix.gnu.org/39588#15>. + "--with-device=ch4:ucx" ; --with-device=ch4:ofi segfaults in tests + (string-append "--with-hwloc-prefix=" (assoc-ref %build-inputs "hwloc"))