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 as the number of my processor and I do not understand why. Thanks in advance to everyone Diego