[Pkg-openmpi-maintainers] Bug#625832: python-mpi4py: importing MPI fails

Michael Banck mbanck at debian.org
Wed May 2 11:16:18 UTC 2012


severity 625832 important
tags 625832 +unreproducible
thanks

Hi,

On Sun, May 08, 2011 at 12:22:35PM +0100, Juha Jäykkä wrote:
> That result is independent of number of ranks and whether I start the program 
> with or without orterun. The hello.c is very short:
> 
> #include <mpi.h>
> #include <stdio.h>
> int main(int argc, char **argv) {
>   int rc, id;  
>   rc=MPI_Init(&argc, &argv);
>   rc=MPI_Comm_rank(MPI_COMM_WORLD, &id);
>   printf("My id = %i\n", id);
>   MPI_Finalize();
> }

I cannot reproduce this with the version in stable, nor with the
unstable version built on stable or in an unstable chroot.  I am
downgrading this bug and mark it unreproducible for now.

How did you compile the above program, what architecture was this on and
was it on an update unstable system?  Can you try again with an updated
unstable system?


Cheers,

Michael






More information about the Pkg-openmpi-maintainers mailing list