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

dice crashes with Segmentation fault

Dear all,

I'm testing with ccsm3_0_1_beta14 source code in beowulf cluster.
PGI Fortran compiler version 7.2
Linux CentOS 4.6

I successfully configured & compiled the code.
But when I running the dice binary:

[sangwan@nova01 ~/test1205/ice]$ ./dice
(shr_msg_chdir) read ice_stdio.nml, changed cwd to /home/sangwan/test1205/ice
Segmentation fault


ice_stdio.nml is as follow:

[sangwan@nova01 ~/test1205/ice]$ more ice_stdio.nml
&stdio
dir = "/home/sangwan/test1205/ice "
stdin = "ice.stdin "
stdout = "ice.log.081208-162413 "
/


Can you give me any hint?


Thanks,
 
Top