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

I must change the FFLAGS_OPT := -O1 to build and run CESM

Linux cluster
Intel ifort and icc 10.1.022
mpich2 1.3a2
CESM 1_0_5

If I leave FFLAGS_OPT := -O2, the model fails at build stage.(build the land component)

I change it to FFLAGS_OPT := -O1, then cesm can build and run successfully.

My question is ,
How much the FFLAGS_OPT := -O1 will slow down the model?
Will it affect the scientific result? (I guess no?)

Thanks
 
Top