Open penguinpee opened 9 months ago
Thanks for reporting this. Could you try whether the problem persists using the development branch? We fixed this two weeks ago, but it's still in testing phase.
Could you try whether the problem persists using the development branch? We fixed this two weeks ago, but it's still in testing phase.
Sure. Would that be develop
or dev-syncbuffer
?
Yes, using develop
branch works. I'll apply 687725a as a patch to 0.8.3.
Thanks for the quick reply!
When updating auryn for Fedora from 0.8.2m to 0.8.3, I ran into the following error compiling auryn with OpenMPI:
Above is from a local build using OpenMPI 4.1.5. Yet, the same happens compiling against version 5.0.1, which is currently in the development branch (rawhide).
I had no issues compiling with MPICH 4.1.2. The same setup works for both OpenMPI and MPICH compiling auryn 0.8.2m.
Bisecting higlighted commit 03da36a as introducing the issue. That's when
MPI::COMM_WORLD.Abort(-1)
was added toSyncBuffer.cpp
. I'm none the wiser, though, since the same code does compile with MPICH and the#include
statements appear to be correct.This could be a bug in OpenMPI or in Fedora's package. But I wanted to run this by upstream first. I'm happy to provide more details on request.