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

Support Intel ifx compiler #9

Open
rouson opened this issue Jun 17, 2024 · 1 comment
Open

Support Intel ifx compiler #9

rouson opened this issue Jun 17, 2024 · 1 comment

Comments

@rouson
Copy link
Member

rouson commented Jun 17, 2024

The command

fpm test --compiler ifx

yields the following trailing output:

julienne_test_description_s.f90        failed.
[ 59%] Compiling...
././src/julienne/julienne_test_description_s.f90(25): error #7137: Any procedure referenced in a PURE procedure, including one referenced via a defined operation or assignment, must have an explicit interface and be declared PURE.   [TEST_FUNCTION_]
      lhs_eq_rhs = (lhs%description_ == rhs%description_) .and. associated(lhs%test_function_, rhs%test_function_)
-------------------------------------------------------------------------------^
././src/julienne/julienne_test_description_s.f90(28): catastrophic error: Too many errors, exiting
compilation aborted for ././src/julienne/julienne_test_description_s.f90 (code 1)
<ERROR> Compilation failed for object " src_julienne_julienne_test_description_s.f90.o "
<ERROR> stopping due to failed compilation
STOP 1
@rouson
Copy link
Member Author

rouson commented Jun 28, 2024

This has been reported to Intel as a compiler bug.

rouson added a commit that referenced this issue Aug 12, 2024
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

1 participant