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

building CCSM3 on Linux

wuxq

New Member
Hi,

I am trying to build CCSM3 on our local Linux Cluster. When I run
'ccsm3_ctl.generic_linux.build', the cpl, ice and lnd components are compiling smoothly. But the ocn compiling is so slow and basically hangs there for several hours. Here is the line in the ocn.buildexe file

mpif90 -I. -I/usr/local/netcdf/include -I/tera3/wuxq/CCSM3/ccsm3_ctl/lib/include -I/usr/local/mpi/include -I/tera3/wuxq/CCSM3/ccsm3_ctl/ocn/obj/source -c -r8 -i4 -Kieee -Mrecursive -Mdalign -Mextend -byteswapio -DLINUX -DPGF90 -DNO_SHR_VMATH -DLINUX -DPOSIX -Dimpvmix -Dcoupled -DNPROC_X=4 -DNPROC_Y=6 /tera3/wuxq/CCSM3/ccsm3_ctl
/ocn/obj/source/baroclinic.F

Any suggestion for solving this problem?

Thank you
 

gcarr@ucar_edu

New Member
I believe that you are using a version of the PGI compiler that is not supported or validated on any Linux cluster. Per the documentation available from the ccsm web and this bulletin board, the only PGI compilers that have been validated are 5.1-3 and 5.1-6. Version 5.2 and early 6.x versions are also known to be a problem. Work with 6.0-5 is underway but there is no committed completion date. Note that ALL CCSM Linux cluster validations to date have been Xeon clusters with Myrinet. Work on ethernet and InfiniBand are underway but at this point are not a high priority.
 
Top