[ET Trac] [Einstein Toolkit] #744: Define API for finding out which MPI processes share a host

Einstein Toolkit trac-noreply at einsteintoolkit.org
Thu Feb 2 13:37:39 CST 2012


#744: Define API for finding out which MPI processes share a host
--------------------------+-------------------------------------------------
  Reporter:  eschnett     |       Owner:     
      Type:  enhancement  |      Status:  new
  Priority:  major        |   Milestone:     
 Component:  Cactus       |     Version:     
Resolution:               |    Keywords:     
--------------------------+-------------------------------------------------

Comment (by jtao):

 I didn't know that a ticket had been created already. :) Ian encouraged me
 to post to the list and create a ticket.

 Just for references:


 {{{
 // return a unique id for the local host;
  int CCTK_MyHost(cGH *cctkGH);

  // return total number of nodes;
  int CCTK_nHosts(cGH *cctkGH);

  // return number of mpi processes on a given host
  int CCTK_nProcsOnHost(const int host);

  // return a list of process on a given host
  void CCTK_ProcsOnHost(const int host, int *procs);

 }}}

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/744#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list