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



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to