Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module won't compile with pgi compilers #7

Open
favba opened this issue Feb 28, 2022 · 1 comment
Open

Module won't compile with pgi compilers #7

favba opened this issue Feb 28, 2022 · 1 comment

Comments

@favba
Copy link

favba commented Feb 28, 2022

I can build the module with GNU and Intel compilers but using PGI v 20.4 doesn't work.
I get the following errors (I renamed the module to mod_npy for consistency in our project).

PGF90-S-0155-IGNORE_TKR may not be specified for str (mod_npy.F90)
  0 inform,   0 warnings,   1 severes, 0 fatal for dict_str
PGF90-S-0155-IGNORE_TKR may not be specified for str (mod_npy.F90)
PGF90-S-0155-IGNORE_TKR may not be specified for fin_str (mod_npy.F90)
  0 inform,   0 warnings,   2 severes, 0 fatal for shape_str

Thanks for the module, BTW!

@MRedies
Copy link
Owner

MRedies commented Feb 28, 2022

Hey @favba,
Thanks for using my library! I don't have have any possibility to try compiling the library with PGI, but I know that PGI has trouble compiling some fortran features depending on its version. Maybe you can help me come up with a patch.

What is this IGNORE_TKR ? Is that a flag you set? It seems this flag isn't happy about my allocatable strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants