Skip to content

Unable to use default 8-byte integer #68

@mennodeij

Description

@mennodeij

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions