Waccmx runtime error

dengchuangwu

chuangwu deng
New Member
My environment:
  1. Linux 3.10.0-693.el7.x86_64(CentOS distribution)
  2. intel 2019.0.117
  3. intel mpi, it's same as intel compiler
  4. Python 2.7.5
  5. Perl 5.16.3
  6. NetCDF 4.7.4
  7. PNetCDF 1.12.1
  8. ESMF 8.1.0
When I run the waccmx case, it's been automatically canceled. So I check the log, the key error information show blow:
Abort(469989892) on node 132 (rank 132 in comm 0): Fatal error in PMPI_Ibsend: Invalid tag, error stack:
PMPI_Ibsend(207): Invalid tag, value is 1080132
forrtl: error (78): process killed (SIGTERM)
Image PC Routine Line Source
libpnetcdf.so.4.0 00002B51DBD5DD64 for__signal_handl Unknown Unknown
libpthread-2.17.s 00002B51EA8745E0 Unknown Unknown Unknown
libpthread-2.17.s 00002B51EA871483 pthread_spin_lock Unknown Unknown

My cesm version is 2.1.3, and you can see the detail in the file named version_info.txt.
And you can see the change which I made to the XML files in the bash file(cesm_2.1.3_intel_2019.0.117_impi.sh), which is my script to run the case.

I have reproduced the problems to make sure it still exists.
finally, you can see the log files in attach files, thank you!

I have tried the suggestion in https://bb.cgd.ucar.edu/cesm/threads/mpi-tag-exceeds-limit-when-using-240-mpi-tasks.4659/ , but it makes the case building error.
./xmlchange --file env_build.xml --id USE_ESMF_LIB --val 'FALSE'

Some error information I listed below
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(4): error #6580: Name in only-list does not exist or is not accessible. [ESMF_FIELD]
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(4): error #6580: Name in only-list does not exist or is not accessible. [ESMF_ROUTEHANDLE]
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(6): error #6580: Name in only-list does not exist or is not accessible. [ESMF_FIELDGET]
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(6): error #6580: Name in only-list does not exist or is not accessible. [ESMF_STAGGERLOC_CENTER]
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(6): error #6580: Name in only-list does not exist or is not accessible. [ESMF_FIELDREGRIDSTORE]
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(7): error #6580: Name in only-list does not exist or is not accessible. [ESMF_REGRIDMETHOD_BILINEAR]
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(7): error #6580: Name in only-list does not exist or is not accessible. [ESMF_POLEMETHOD_ALLAVG]
/public/home/sjchang/CESM/source_code/2.1.3_intel_2019.0.117_impi/components/cam/src/ionosphere/waccmx/edyn_esmf.F90(7): error #6580: Name in only-list does not exist or is not accessible. [ESMF_FIELDSMMSTORE]
 

Attachments

jackma

jack
New Member
My environment:

When I run the waccmx case, it's been automatically canceled. So I check the log, the key error information show blow:


My cesm version is 2.1.3, and you can see the detail in the file named version_info.txt.
And you can see the change which I made to the XML files in the bash file(cesm_2.1.3_intel_2019.0.117_impi.sh), which is my script to run the case.

I have reproduced the problems to make sure it still exists.
finally, you can see the log files in attach files, thank you!

I have tried the suggestion in MPI tag exceeds limit when using >240 MPI tasks , but it makes the case building error.
./xmlchange --file env_build.xml --id USE_ESMF_LIB --val 'FALSE'

Some error information I listed below
Hello
I also encounter some problems in building the waccmx case. If you build success, can I see your correctconfig_compilers.xml. Thank you very much.
 

geo_gs

虢盛 guo sheng
New Member
Hello
I also encounter the same problems in building the waccmx case. If you build success, can you let me know how you did it? My environment:
  1. Linux 3.10.0-693.el7.x86_64(CentOS distribution)
  2. intel 2020.4.3
  3. intel mpi, it's same as intel compiler
  4. Python 2.7.5
  5. Perl 5.16.3
  6. NetCDF 4.8.1
  7. PNetCDF 1.12.1
  8. ESMF 7.1.0
 
Back
Top