I am trying to create a communicator over a group of ranks. In the newer versions of OpenMPI (after 1.7) this can be done using MPI_Comm_create_group.
Is there a method to do this same task in OpenMPI before 1.6?
Note: I cannot use MPI_Comm_create as all the ranks may not be able to call the function MPI_Comm_Create.