[ET Trac] [Einstein Toolkit] #1196: Improve performance of Multipole interpolation
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Wed Dec 12 09:17:13 CST 2012
#1196: Improve performance of Multipole interpolation
--------------------------+-------------------------------------------------
Reporter: hinder | Owner:
Type: enhancement | Status: new
Priority: major | Milestone:
Component: Other | Version:
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment (by eschnett):
I do not think that CarpetInterp2 is faster per se. It may be faster (does
anybody have numbers?) since it pre-calculates the stencil coefficients
and the communication schedule. That is, if we offered a Cactus
interpolator compatible implementation, then (by default) there would not
be any speedup. The largest complication is to restructure to code to
allow precalculation; this usually requires scheduling another routine,
duplicating a loop, using a static variable, etc. This would still be
required even if the Cactus interpolator interface was used.
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1196#comment:1>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list