https://bugs.kde.org/show_bug.cgi?id=401416
Julian Seward changed:
What|Removed |Added
Resolution|--- |FIXED
Status|CONFIRMED
https://bugs.kde.org/show_bug.cgi?id=401416
--- Comment #7 from Mark Wielaard ---
Created attachment 136756
--> https://bugs.kde.org/attachment.cgi?id=136756&action=edit
Only use MPI1 symbols when properly defined
Julian came up with a slightly better fix that works for me on both fedora 33
an
https://bugs.kde.org/show_bug.cgi?id=401416
--- Comment #6 from Mark Wielaard ---
Looking at https://www.open-mpi.org/faq/?category=mpi-removed I would suggest
the following patch:
diff --git a/mpi/libmpiwrap.c b/mpi/libmpiwrap.c
index 488bb13fd..25eb66480 100644
--- a/mpi/libmpiwrap.c
+++ b/mpi
https://bugs.kde.org/show_bug.cgi?id=401416
--- Comment #5 from Julian Seward ---
(In reply to Mark Wielaard from comment #4)
> Is there a reason to remove them completely instead of keep using the if
> defined (...) constructs?
I had wondered that too. I'm trying the if-defined scheme right
https://bugs.kde.org/show_bug.cgi?id=401416
Mark Wielaard changed:
What|Removed |Added
Status|REPORTED|CONFIRMED
Ever confirmed|0
https://bugs.kde.org/show_bug.cgi?id=401416
Balint Reczey changed:
What|Removed |Added
CC||bal...@balintreczey.hu
--- Comment #3 from Bali
https://bugs.kde.org/show_bug.cgi?id=401416
--- Comment #2 from Orion Poplawski ---
Well, not really. By default, OpenMPI 4.0 does not support MPI1. It is
possible to enable it (for now) with a compile time flag, and this is probably
what we'll do in Fedora for now. But support is going away.
https://bugs.kde.org/show_bug.cgi?id=401416
--- Comment #1 from Julian Seward ---
Do you mean that OpenMPI no longer supports MPI1 at all?
--
You are receiving this mail because:
You are watching all bug changes.