Regridding performance with no MPI #278
Unanswered
AbhiHampiholi
asked this question in
Performance / Parallelization
Replies: 1 comment 4 replies
-
That does sound longer than I would expect. Was the ESMF library compiled in optimized mode (i.e. with ESMF_BOPT set to O)? What machine is this on? Thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Requirements
Affiliation(s)
No response
ESMF Version
8.6.0
Issue
Hello,
I am trying to use ESMC to regrid a 2 dimensional grid of floating point numbers from a source grid size of 1440 x 720 to a destination grid of size 360 × 240. I am using the
ESMF_COMM=mpiuni
option and the regridding algorithm is bilinear. This takes about 3 minutes with almost all of that time in theESMC_FieldRegridStore
method. The output grid looks correct.I am running this on a machine with 32 GB of RAM and 3 minutes seems like too long for bilinear interpolation on a rectilinear grid. Is this expected? And any way to find if I am doing something wrong would be helpful.
Thanks!
Autotag
@oehmke
Beta Was this translation helpful? Give feedback.
All reactions