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
 
Back
Top