[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2021-03-17 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=401416 Julian Seward changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2021-03-16 Thread Mark Wielaard
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

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2021-03-16 Thread Mark Wielaard
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

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2021-03-16 Thread Julian Seward
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

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2021-03-16 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=401416 Mark Wielaard changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2019-11-29 Thread Balint Reczey
https://bugs.kde.org/show_bug.cgi?id=401416 Balint Reczey changed: What|Removed |Added CC||bal...@balintreczey.hu --- Comment #3 from Bali

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2019-03-10 Thread Orion Poplawski
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.

[valgrind] [Bug 401416] Compile failure with openmpi 4.0

2019-03-10 Thread Julian Seward
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.