[ET Trac] [Einstein Toolkit] #374: CactusNumeric/Slab: Improve performance

Einstein Toolkit trac-noreply at einsteintoolkit.org
Sat Apr 2 18:14:56 CDT 2011


#374: CactusNumeric/Slab: Improve performance
-------------------------+--------------------------------------------------
 Reporter:  eschnett     |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  major        |   Milestone:     
Component:  Cactus       |     Version:     
 Keywords:               |  
-------------------------+--------------------------------------------------
 The attached patch does the following, prompted by performance problems
 reported by Christian Ott:

 Reorganise some of the internals of thorn Slab:

 Use LoopControl to parallelise loops via OpenMP.

 Refactor the "work horse" routines that perform the actual copy routines.
 These routines are specialised for common cases that need to execute
 efficiently, in particular for the cases encountered in RotatingSymmetry90
 and RotatingSymmetry180 when handling CCTK_REAL variables.

 Offer an additional API (Slab_MultiTransfer_Init,
 Slab_MultiTransfer_Apply, Slab_MultiTransfer_Finalize) that calculates the
 communication schedule only once, and then re-uses it in further calls.
 This avoids some communication overhead.

 Remove old CVS header comments.

-- 
Ticket URL: <https://trac.einsteintoolkit.org/ticket/374>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit


More information about the Trac mailing list