On Jul 20, 2014, at 7:11 AM, Diego Avesani <diego.aves...@gmail.com> wrote:

> Dear all,
> I have a question about mpi_finalize.
> 
> After mpi_finalize the program returs single core, Have I understand 
> correctly?

No - we don't kill any processes. We just tear down the MPI system. All your 
processes continue to execute.

> In this case I do not understand something:
> 
> In my program I have something like:
> 
> call MPI_FINALIZE(rc)
> write(*,*) "hello world"
> 
> However, my program write it many times as the number of my processor and I 
> do not understand why.
> 
> Thanks in advance to everyone
> 
> Diego
> 
> _______________________________________________
> users mailing list
> us...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/users
> Link to this post: 
> http://www.open-mpi.org/community/lists/users/2014/07/24820.php

Reply via email to