[IPython-dev] MPI on Windows HPC

Aron Ahmadia aron at ahmadia.net
Wed Sep 25 11:51:46 EDT 2013


> My understanding is that I really want these to be recognised as part of
> the
> same group - is this possible?
>

This is an MPI question, not an IPython question.

That said, the answer depends on your MPI implementation.  MPI_COMM_WORLD
(which is the communicator you're using here), is populated at process
launch.  There are ways to form groups of processes after process launch,
see intracommunicators in the MPI-2 documentation, but you should
understand that this is not a very commonly used technique in the HPC
world.

Cheers,
Aron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130925/8a245f32/attachment-0001.html>


More information about the IPython-dev mailing list