Re: [OMPI users] after mpi_finalize(Err)

2014-07-20 Thread Ralph Castain
On Jul 20, 2014, at 7:11 AM, Diego Avesani 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 execu

[OMPI users] after mpi_finalize(Err)

2014-07-20 Thread Diego Avesani
Dear all, I have a question about mpi_finalize. After mpi_finalize the program returs single core, Have I understand correctly? 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