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

Unable to use default 8-byte integer #68

Open
mennodeij opened this issue Sep 28, 2023 · 0 comments
Open

Unable to use default 8-byte integer #68

mennodeij opened this issue Sep 28, 2023 · 0 comments
Assignees

Comments

@mennodeij
Copy link

mennodeij commented Sep 28, 2023

When compiling with -i8 (Intel) | -fdefault-integer-8 (Gnu) [using fix described in #67] many subroutines are ambiguous. It would be nice if the gFTL-shared library worked with the default 64-bit integer, because using the library compiled with default 4-byte integers, in a project where the default integer is 8 bytes leads to the following error on the USE statements with gfortran (Intel does not complain, but I think it should have):

DTIO dummy argument at (1) must be of KIND = 8

which I ascribe to gFTL-shared having been compiled with default 4-byte integers, and the program that uses gFTL-shared being compiled with default 8-byte integers.

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