CFMIP / COSPv2.0

COSP - The CFMIP (Cloud Feedbacks Model Intercomparison Project) Observation Simulator Package
41 stars 38 forks source link

CI: ifort fix, nvfortran support (not enabled) #56

Closed alejandrobodas closed 3 years ago

alejandrobodas commented 3 years ago

The Intel oneAPI (ifort) is still evolving rapidly, so our CI test breaks when they release a new beta version. Here we upgrade to Beta09. This change also implements support for Nvidia compiler (nvfortran), but the COSP driver fails at runtime with an out of bounds error. It all points to a compiler bug, so for the moment nvfortran is not enabled.

alejandrobodas commented 3 years ago

@RobertPincus , thanks for your help getting this working!