You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't checked what other compilers support. I'm certain Intel Fortran doesn't support openacc, whereas Cray (HPE) fc and nvfortran do. In any case it's probably best to leave the compiler raise an error about an unsupported intrinsic module.
The text was updated successfully, but these errors were encountered:
ivan-pi
changed the title
Additional intrinsic modules
Additional intrinsic modules omp_lib_kinds and openacc
Dec 21, 2023
fpm/src/fpm_source_parsing.f90
Line 644 in 4c1a93f
gfortran supports two more intrinsic modules,
omp_lib_kinds
, andopenacc
, which could be added here. See gfortran docs for a description: https://gcc.gnu.org/onlinedocs/gfortran/Intrinsic-Modules.htmlI haven't checked what other compilers support. I'm certain Intel Fortran doesn't support
openacc
, whereas Cray (HPE)fc
andnvfortran
do. In any case it's probably best to leave the compiler raise an error about an unsupported intrinsic module.The text was updated successfully, but these errors were encountered: