[Yt-svn] [yt] #270: Derived Quantities should not use _mpi_catlist

yt hg at enzotools.org
Fri Sep 24 15:20:58 PDT 2010


#270: Derived Quantities should not use _mpi_catlist
---------------------+------------------------------------------------------
 Reporter:  mturk    |       Owner:  mturk
     Type:  defect   |      Status:  new  
 Priority:  blocker  |   Milestone:  2.0  
Component:  yt       |     Version:       
 Keywords:           |  
---------------------+------------------------------------------------------
 Derived Quantities are too slow because they rely on non-collective
 communications mechanisms.  The original implementation of the parallel
 tools required this round-robin approach where everyone took turns talking
 to the root processor; this occurs in _mpi_catlist, but it should no
 longer be necessary to do this.

 Derived Quantities use _mpi_catlist, which should be converted to use
 either non-blocking or collective operations.

-- 
Ticket URL: <http://yt.enzotools.org/ticket/270>
yt <http://yt.enzotools.org/>
AMR (enzo-specific) data analysis tool


More information about the yt-svn mailing list