Nvfortran `iso_fortran_env` support

I am having trouble compiling a Fortran module that contains the following line,

use, intrinsic :: iso_fortran_env   , only: character_kinds

Is character_kinds supported by the most recent nvfortran compiler? Is there a Fortran standard conformance table for nvfortran compiler somewhere?

Hi HubertFarnsworth,

Is character_kinds supported by the most recent nvfortran compiler?

No. While we have a few F2008 and F2018 features in nvfortran, most have been deferred as part of our development effort on the community Flang F18 compiler.

Once this project is complete, our current plan would be to replace the current nvfortran with a build of flang.

-Mat

1 Like

The link is incorrect. But thanks for the clarification.

Sorry about that, copy and paste error. I fixed the link to Flang project. I’m not sure they have character_kinds in yet either, but if not, it’s coming.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.