NCAR / ccpp-physics

Collection of physics parameterizations compliant with the Common Community Physics Package (CCPP) framework
Other
60 stars 146 forks source link

Build error with PGI compiler (gcm_shoc) #175

Closed climbfuji closed 5 years ago

climbfuji commented 6 years ago

As of 2018/11/01, gmtb-scm and NEMSfv3gfs fail to build with the PGI compiler with the following message:

... gcm_shoc.F90: PGF90-S-0285-Source line too long

climbfuji commented 5 years ago

I just tested https://github.com/NCAR/NEMSfv3gfs/pull/95 and PRs listed in there, and there are still/more compile errors with PGI. I suggest to not care about them during the active development phase, PGI is not on our priority list. If needed, this can be fixed later. Intel and GNU need to compile and run, of course (which they do).

climbfuji commented 5 years ago

This is no longer the case, the code now builds on Cheyenne with the PGI compilers.