AMReX-Codes / amrex

AMReX: Software Framework for Block Structured AMR
https://amrex-codes.github.io/amrex
Other
503 stars 336 forks source link

which function calls the ParallelCopy_nowait() , it consumes 58.44 % of cose in my program #4001

Open ztdepztdep opened 1 week ago

ztdepztdep commented 1 week ago

in My program, it consumes about 58% of my cost. how to improeve it. image

WeiqunZhang commented 3 days ago

What does your code do besides FillPatchSingleLevel? If the floating point calculation is really cheap, the cost will be dominated by communication.