Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Error during running CAM5

hi,
I am trying to run CAM5 in serial mode with configuration :./configure -dyn fv -hgrid 10x15 -fc ifort -cc icc -nospmd -nosmp -debug -fflags '-check noarg_temp_created' -testgmake -j6./buildnamelist -test -config config_cache.xmland during cam execution i am getting the below error and it goes on endlessly......
forrtl: warning (402): fort: (1): In call to NUCLEATI, an array temporary was created for argument #8

forrtl: warning (402): fort: (1): In call to NUCLEATI, an array temporary was created for argument #9

forrtl: warning (402): fort: (1): In call to NUCLEATI, an array temporary was created for argument #8

forrtl: warning (402): fort: (1): In call to NUCLEATI, an array temporary was created for argument #9

forrtl: error (69): process interrupted (SIGINT)
Image              PC                Routine            Line        Source            
cam                0000000000F9D521  cldwat2m_micro_mp        2323  cldwat2m_micro.F90
cam                0000000004CCF1C3  stratiform_mp_str        1833  stratiform.F90
cam                0000000004FE5E2A  tphysbc_                  350  tphysbc.F90
cam                00000000034BB9CC  physpkg_mp_phys_r         635  physpkg.F90
cam                0000000000B8A7B8  cam_comp_mp_cam_r         240  cam_comp.F90
cam                0000000000ACF29E  atm_comp_mct_mp_a         358  atm_comp_mct.F90
cam                0000000000D49198  MAIN__                   1259  ccsm_driver.F90
cam                00000000004044A2  Unknown               Unknown  Unknown
libc.so.6          0000003BF8A1D974  Unknown               Unknown  Unknown
cam                00000000004043E9  Unknown               Unknown  Unknown

if any body have any suggestion, please tell me
Thank you
 

santos

Member
Hi,It is strange that "-check noarg_temp_created" does not get rid of this warning, because in later versions of the code, that was exactly how we fixed this. I wonder what version of the source code you are using, and what version of ifort? You may have to edit the Makefile and remove or edit the "-check all" flag there.However, this warning is probably not why the model is crashing. The issue is "process interrupted (SIGINT)". This means that some other process on the machine, outside of CAM, is forcing CAM to quit.-Sean
 
Top