Bug#873450: MPI_Init in C also fails [Re: Bug#873450: openmpi: MPI_init in fortran fails on kfreebsd-amd64]

2017-08-31 Thread Boud Roukema
This is not a pure fortran bug: the same error occurs for a C even-less-than-hello-world program. These tests are on a different machine, again on a physical partition. The fortran error is unchanged. ++ cat /etc/debian_version buster/sid ++ uname -vorsmpi GNU/kFreeBSD 10.3-0-amd64 #0

Bug#873450: openmpi: MPI_init in fortran fails on kfreebsd-amd64

2017-08-30 Thread Boud Roukema
hi Alastair On Wed, 30 Aug 2017, Alastair McKinstry wrote: I suspect this is due to the libgfortran4 transition that is currently in progress. 2.1.1-6 was built against libgfortran3; 2.1.1-6+b1 against libgfortran4 and should not have this issue. Can you please retest ? I aptitude

Bug#873450: openmpi: MPI_init in fortran fails on kfreebsd-amd64

2017-08-30 Thread Alastair McKinstry
Dear Boud, I suspect this is due to the libgfortran4 transition that is currently in progress. 2.1.1-6 was built against libgfortran3; 2.1.1-6+b1 against libgfortran4 and should not have this issue. Can you please retest ? If you still see the same problem, can you do "ldd" on the binary

Bug#873450: openmpi: MPI_init in fortran fails on kfreebsd-amd64

2017-08-27 Thread Boud Roukema
Source: openmpi Version: 2.1.1-6 Severity: important Dear Maintainer, DESCRIPTION: Running a minimal mpi fortran program with openmpi-2.1.1-6 on kfreebsd-amd64 gives a libgfortran.so.3 vs .so.4 warning and fails with PMIX ERROR: UNREACHABLE and PMIX ERROR: NOT-SUPPORTED. CONTEXT: I found