Open gthyagi opened 4 weeks ago
You said you also had the same issue with loading the mesh with UWGeo but it worked with UW? Did you try the mesh deform in UW?
yes, in UW things are working fine. The issue is only in UWGeo.
These are the UW numbers and everything working fine.
Global element size: 128x128x48
Local offset of rank 0: 0x0x0
Local range of rank 0: 12x11x12
starting mesh deformation
ending mesh deformation
======================================================================================
Resource Usage on 2024-10-25 12:34:00:
Job Id: 127653244.gadi-pbs
Project: n69
Exit Status: 0
Service Units: 3.23
NCPUs Requested: 528 NCPUs Used: 528
CPU Time Used: 00:52:13
Memory Requested: 2.06TB Memory Used: 36.97GB
Walltime requested: 03:00:00 Walltime Used: 00:00:11
JobFS requested: 1024.0MB JobFS used: 0B
======================================================================================
Hi,
I'm encountering an out-of-RAM issue while performing mesh deformation in UWGeo in parallel. The code works fine with a resolution of 64x64x48 on 128 CPUs, but when I increase the resolution to 128x128x48 with 528 CPUs, I run into the out-of-RAM problem at the
Model.mesh.deform_mesh
step. Below is the code to replicate the issue.Thanks for the help.