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

cesm1_2_2 cray-pointer error

Hi, I'm having issues building a case on Ubuntu. It throws a cray-pointer error, says it needs flags. I added: FFLAGS+= -ff2 -fcray-pointer   ... but it didn't help. Any ideas? /Users/Dana/cesm1_2_2/models/atm/cam/src/dynamics/fv/geopk.F90:259:14:        pointer (ptr_inbuf8, inbuf8)              1Error: Cray pointer declaration at (1) requires -fcray-pointer flag/Users/Dana/cesm1_2_2/models/atm/cam/src/dynamics/fv/geopk.F90:260:14:        pointer (ptr_outbuf8, outbuf8)              1Error: Cray pointer declaration at (1) requires -fcray-pointer flag/Users/Dana/cesm1_2_2/models/atm/cam/src/dynamics/fv/geopk.F90:430:16:        ptr_inbuf8 = locinbuf                1Error: Symbol 'ptr_inbuf8' at (1) has no IMPLICIT type/Users/Dana/cesm1_2_2/models/atm/cam/src/dynamics/fv/geopk.F90:431:17:        ptr_outbuf8 = locoutbuf                 1Error: Symbol 'ptr_outbuf8' at (1) has no IMPLICIT type make: *** [geopk.o] Error 1
 
Top