RSAPIAIN_DMC
New member
Hello.
I would like some help with a mem.alloc error:
I built MPAS v8.2.2 with
PTS file content (used with the create_region script, from here GitHub - MPAS-Dev/MPAS-Limited-Area: Python tool to create a regional subset of a global MPAS Mesh ):
The .nc file had no issue when partitioning it with gpmetis for 4 mpi tasks, 64 and 128 (built with the same stack gnu-13), and also even tried to run it with a single process (without mpirun), and it still crashes with the mem.alloc. error.
I'm getting the following error when running init_atmosphere
There is no .err file created from running.
The mpas_static files were downloaded from the MPAS-website
EDIT:
- Tried running in machines with AMD EPYC 7313 w/128GB and AMD EPYC 7543 w/512GB RAM, .
Thank you in advance for the ideas.
I would like some help with a mem.alloc error:
- should I create a single-precision build?
- or maybe the issue is that MPAS requires GNU 12.x ?
- or the extraction of the regional domain has to be done from the "non-static" mesh file ?
I built MPAS v8.2.2 with
- GOMPI 2024a + OpenMPI 4.1.6 (gnu: gcc, g++, gfortran 13.3.0)
- SMIOL
- OpenMP: on
- Double Precision
- NetCDF 4.9.2 , and NetCDF-Fortran 4.6.1 with GOMPI 2024a + OpenMPI 4.1.6
PTS file content (used with the create_region script, from here GitHub - MPAS-Dev/MPAS-Limited-Area: Python tool to create a regional subset of a global MPAS Mesh ):
name: Sinoptico-15km
Type: Custom
Point: -33.5, -71.0
-55.0, -45.0
-55.0, -135.0
-15.0, -115.0
-15.0, -65.0
The .nc file had no issue when partitioning it with gpmetis for 4 mpi tasks, 64 and 128 (built with the same stack gnu-13), and also even tried to run it with a single process (without mpirun), and it still crashes with the mem.alloc. error.
I'm getting the following error when running init_atmosphere
[rsapiain@roddel run]$ time mpirun -n 4 ./init_atmosphere_model
In file 'mpas_init_atm_gwd.F', around line 562: Error allocating 13112510515200 bytes: Cannot allocate memory
Error termination. Backtrace:
In file 'mpas_init_atm_gwd.F', around line 562: Error allocating 18030996576000 bytes: Cannot allocate memory
Error termination. Backtrace:
In file 'mpas_init_atm_gwd.F', around line 562: Error allocating 18030996576000 bytes: Cannot allocate memory
Error termination. Backtrace:
In file 'mpas_init_atm_gwd.F', around line 562: Error allocating 17672006822400 bytes: Cannot allocate memory
There is no .err file created from running.
The mpas_static files were downloaded from the MPAS-website
EDIT:
- Tried running in machines with AMD EPYC 7313 w/128GB and AMD EPYC 7543 w/512GB RAM, .
Thank you in advance for the ideas.
Attachments
Last edited: