ecmwf-ifs / loki

Freely programmable source-to-source translation for Fortran
https://sites.ecmwf.int/docs/loki/
Apache License 2.0
22 stars 11 forks source link

Fix tests for NVHPC #301

Open reuterbal opened 2 months ago

reuterbal commented 2 months ago

With https://github.com/ecmwf-ifs/loki/pull/294 we are now able to run Loki's tests using NVHPC. However, not all tests are compiling with nvfortran - partially due to missing F2008 features. This needs to be fixed by rewriting the relevant tests in a compatible fashion.