Compiler Version | ifort (IFORT) 2021.8.0 20221119 |
CMAQ Version | BLD_CCTM_v54_ISAM_intel_debug/CCTM_v54_ISAM.exe |
Run Script | run_cctm_Bench_2018_12NE3.csh |
Hello,
I have successfully run the ISAM benchmark with tag classes SULFATE
and OZONE
. However, when I simply add PM_TOT
to isam_control.2018_12NE3.txt
, it throws the following error:
================================
|>--- TIME INTEGRATION ---<|
================================
Processing Day/Time [YYYYDDD:HHMMSS]: 2018182:000000
Which is Equivalent to (UTC): 0:00:00 Sunday, July 1, 2018
Time-Step Length (HHMMSS): 000500
VDIFF completed... 14.7 seconds
COUPLE completed... 1.2 seconds
HADV completed... 35.1 seconds
ZADV completed... 3.8 seconds
HDIFF completed... 2.5 seconds
DECOUPLE completed... 0.6 seconds
PHOT completed... 2.6 seconds
CLDPROC completed... 4.1 seconds
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
libpthread-2.26.s 00007F7587E908E0 Unknown Unknown Unknown
CCTM_v54_ISAM.exe 000000000191E02B sa_wrap_ae_ 136 SA_WRAP_AE.F
CCTM_v54_ISAM.exe 00000000010DE032 sciproc_ 304 sciproc.F
CCTM_v54_ISAM.exe 00000000010C0279 cmaq_driver_ 731 driver.F
CCTM_v54_ISAM.exe 00000000010B593E MAIN__ 97 cmaq_main.F
CCTM_v54_ISAM.exe 0000000000407FFD Unknown Unknown Unknown
libc-2.26.so 00007F75877B313A __libc_start_main Unknown Unknown
CCTM_v54_ISAM.exe 0000000000407F29 Unknown Unknown Unknown
Then I set tag classes to ALL
, and another error appears:
================================
|>--- TIME INTEGRATION ---<|
================================
Processing Day/Time [YYYYDDD:HHMMSS]: 2018182:000000
Which is Equivalent to (UTC): 0:00:00 Sunday, July 1, 2018
Time-Step Length (HHMMSS): 000500
VDIFF completed... 16.2 seconds
COUPLE completed... 1.3 seconds
HADV completed... 44.6 seconds
ZADV completed... 4.8 seconds
HDIFF completed... 2.8 seconds
DECOUPLE completed... 0.7 seconds
forrtl: severe (408): fort: (3): Subscript #1 of the array AE_MOLWT has value 0 which is less than the lower bound of 1
Image PC Routine Line Source
CCTM_v54_ISAM.exe 00000000017991DE cldproc_ 586 cldproc_acm.F
CCTM_v54_ISAM.exe 00000000010DD66C sciproc_ 279 sciproc.F
CCTM_v54_ISAM.exe 00000000010C0279 cmaq_driver_ 731 driver.F
CCTM_v54_ISAM.exe 00000000010B593E MAIN__ 97 cmaq_main.F
CCTM_v54_ISAM.exe 0000000000407FFD Unknown Unknown Unknown
libc-2.26.so 00007F51E54A913A __libc_start_main Unknown Unknown
CCTM_v54_ISAM.exe 0000000000407F29 Unknown Unknown Unknown
The same errors are found in CMAQ versions 5.4 and 5.4.0.1.
I have used ioapi-3.2-large, and the total free memory on my machine is ~135 GB. Just before the program crash, there is still ~90 GB left.
Any instructions and reproductions are welcome.
Thanks,
Liu