lappen7@gmail_com
New Member
Hi
I am running CAM4. In these runs, I am reading in a netcdf file of my own in the routine physpkg.F90. This file contains
heating values which I subsequently apply to the model. I have recently switched the machine I run CAM4 on FROM an
IBM p5-575 cluster running AIX 5.3 TO an IBM iDataplex cluster running RedHat Linux. On the old machine, the file could
be read in without problem. On the current machine, I get the following error (see below) when I try to read this file. The
error occurs in the function PIO_openfile in the module piolib_mod.F90. It chokes on the line that says:
file%iosystem => iosystem
Here is the error that Im getting:
***********************************************************************
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
ccsm.exe 0000000000D9E35E Unknown Unknown Unknown
ccsm.exe 0000000000521249 cam_pio_utils_mp_ 602 cam_pio_utils.F90
ccsm.exe 0000000000582C9E physpkg_mp_phys_i 568 physpkg.F90
ccsm.exe 00000000004EF80F cam_comp_mp_cam_i 164 cam_comp.F90
ccsm.exe 00000000004EC14B atm_comp_mct_mp_a 271 atm_comp_mct.F90
ccsm.exe 000000000049580B MAIN__ 630 ccsm_driver.F90
ccsm.exe 000000000048D46C Unknown Unknown Unknown
libc.so.6 0000003568E1D994 Unknown Unknown Unknown
ccsm.exe 000000000048D379 Unknown Unknown Unknown
--------------------------------------------------------------------------
mpiexec has exited due to process rank 2 with PID 15456 on
node login002 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpiexec (as reported here).
--------------------------------------------------------------------------
***********************************************************************
I have no idea what is causing this error and I have spent a lot of time trying to figure it out. Any help you could offer would
be much appreciated, Thanks
Cara-Lyn
I am running CAM4. In these runs, I am reading in a netcdf file of my own in the routine physpkg.F90. This file contains
heating values which I subsequently apply to the model. I have recently switched the machine I run CAM4 on FROM an
IBM p5-575 cluster running AIX 5.3 TO an IBM iDataplex cluster running RedHat Linux. On the old machine, the file could
be read in without problem. On the current machine, I get the following error (see below) when I try to read this file. The
error occurs in the function PIO_openfile in the module piolib_mod.F90. It chokes on the line that says:
file%iosystem => iosystem
Here is the error that Im getting:
***********************************************************************
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
ccsm.exe 0000000000D9E35E Unknown Unknown Unknown
ccsm.exe 0000000000521249 cam_pio_utils_mp_ 602 cam_pio_utils.F90
ccsm.exe 0000000000582C9E physpkg_mp_phys_i 568 physpkg.F90
ccsm.exe 00000000004EF80F cam_comp_mp_cam_i 164 cam_comp.F90
ccsm.exe 00000000004EC14B atm_comp_mct_mp_a 271 atm_comp_mct.F90
ccsm.exe 000000000049580B MAIN__ 630 ccsm_driver.F90
ccsm.exe 000000000048D46C Unknown Unknown Unknown
libc.so.6 0000003568E1D994 Unknown Unknown Unknown
ccsm.exe 000000000048D379 Unknown Unknown Unknown
--------------------------------------------------------------------------
mpiexec has exited due to process rank 2 with PID 15456 on
node login002 exiting without calling "finalize". This may
have caused other processes in the application to be
terminated by signals sent by mpiexec (as reported here).
--------------------------------------------------------------------------
***********************************************************************
I have no idea what is causing this error and I have spent a lot of time trying to figure it out. Any help you could offer would
be much appreciated, Thanks
Cara-Lyn