Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 579482 Details for
Bug 685780
dev-python/mpi4py-3.0.0 with sys-cluster/openmpi-4.0.1 - src/mpi4py.MPI.c:15086:36: error: ‘MPI_UB’ undeclared (first use in this function); did you mean ‘MPI_IO’?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to handle openmpi-4.0.1
mpi4py-42f5e35a6a90454516c11131549a08cd766edbb0.diff (text/plain), 719 bytes, created by
Juergen Rose
on 2019-06-10 13:20:15 UTC
(
hide
)
Description:
Patch to handle openmpi-4.0.1
Filename:
MIME Type:
Creator:
Juergen Rose
Created:
2019-06-10 13:20:15 UTC
Size:
719 bytes
patch
obsolete
>From 42f5e35a6a90454516c11131549a08cd766edbb0 Mon Sep 17 00:00:00 2001 >From: Lisandro Dalcin <dalcinl@gmail.com> >Date: Sun, 7 Apr 2019 18:14:06 +0300 >Subject: [PATCH] Open MPI: Do not use MPI_LB/MPI_UB ever again (Issue #121) > >--- > src/lib-mpi/config/openmpi.h | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/src/lib-mpi/config/openmpi.h b/src/lib-mpi/config/openmpi.h >index 22f1ace..3e7871b 100644 >--- a/src/lib-mpi/config/openmpi.h >+++ b/src/lib-mpi/config/openmpi.h >@@ -142,12 +142,8 @@ > #endif > > #if OMPI_NUMVERSION >= 40000 >-#ifndef MPI_LB > #undef PyMPI_HAVE_MPI_LB >-#endif >-#ifndef MPI_UB > #undef PyMPI_HAVE_MPI_UB >-#endif > #endif /* OMPI >= 4.0.0 */ > > #endif /* !PyMPI_CONFIG_OPENMPI_H */ >-- >2.10.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 685780
:
576262
| 579482 |
579484