Skip to content

Comments

Enable unit and integration tests for intel#2302

Open
timofeymukha wants to merge 28 commits intoExtremeFLOW:developfrom
timofeymukha:tests/intel_tests
Open

Enable unit and integration tests for intel#2302
timofeymukha wants to merge 28 commits intoExtremeFLOW:developfrom
timofeymukha:tests/intel_tests

Conversation

@timofeymukha
Copy link
Collaborator

I will regret getting into this again :D. But would be nice to put in place.

@timofeymukha
Copy link
Collaborator Author

timofeymukha commented Feb 5, 2026

The tests start running but hang for infinity, perfect :D

@timofeymukha timofeymukha changed the title Try to enable integration tests for intel Enable unit and integration tests for intel Feb 11, 2026
@timfelle
Copy link
Collaborator

timfelle commented Feb 17, 2026

Current progress:

dofmap.f90: Dofmap is not constructed correctly. Incorrect values are returned from function dofmap_facetidx.

We need to investigate contents of inputs to make sure tuple4_i4_t behaves correctly.

@njansson
Copy link
Collaborator

Current progress:

dofmap.f90: Dofmap is not constructed correctly. Incorrect values are returned from function dofmap_facetidx.

We need to investigate contents of inputs to make sure tuple4_i4_t behaves correctly.

This is the typical issue for Intel, and now also the issue that is shown in #2324 for llvm based CCE. I wonder if this is related to the assignment of these tuples in the hash table.

Also in the past there were some issues with the select type for tuple4_i4_t and tuple_i4_t. even with both types present in own select clauses, some compilers (incorrectly?) matched them to the same clause since they were derived from tuple_t (hence the current obfuscated construct in htable)

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

Successfully merging this pull request may close these issues.

3 participants