Since I can't upgrade the system packages anyway (due to dependencies),
I installed version 1.8.3. The bug is fixed in this version.
Thank you
Sebastian
On 29.10.2014 16:03, Jeff Squyres (jsquyres) wrote:
Can you at least upgrade to 1.4.5? That's the last release in the 1.4.x series.
Note th
Can you at least upgrade to 1.4.5? That's the last release in the 1.4.x series.
Note that you can always install Open MPI as a normal/non-root user (e.g.,
install it into your $HOME, or some such).
On Oct 28, 2014, at 12:08 PM, Sebastian Rettenberger wrote:
> Hi,
>
> I know 1.4.3 is really
Hi,
I know 1.4.3 is really old but I am currently stuck with it. However,
there seems to be a bug in Allgather.
I have attached the source of an example program.
The output I would expect is:
rettenbs@hpcsccs4:/tmp$ mpiexec -np 5 ./a.out
0 0 1 2
1 0 1 2
2 0 1 2
3 0 1 2
4 0 1 2
But what I g