[mpich-discuss] Freeing not needed MPI processes

Yauheni Zelenko zelenko at cadence.com
Thu Dec 16 14:02:29 CST 2010


Hi!

I have a question about correct way of freeing not needed MPI processes.

Our application may decide distributed of regular mode based on input data. But MPI processes started before such decision could be made. In regular mode it need only one master process, so all other may exit. Current implementation wait for exit message from master process before calling MPI_Finalize() on slaves.

Is there other methods to exit from not needed processes to not waste resources?

Thank you,
Eugene.


More information about the mpich-discuss mailing list