Skip to content

Tool: Fix subvolume arguments - #11

Merged
Thyre merged 1 commit into
FZJ-JSC:mainfrom
Thyre:openmp-60-fix-subvolume
Jul 6, 2026
Merged

Tool: Fix subvolume arguments#11
Thyre merged 1 commit into
FZJ-JSC:mainfrom
Thyre:openmp-60-fix-subvolume

Conversation

@Thyre

@Thyre Thyre commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

ompt-printf still uses pre-6.0 variable names for callbacks, but subvolume implementation used OpenMP v6.0 names. As such, building with Clang trunk failed, since LLVM 23.dev implements the OpenMP v6.0 changes in the omp-tools.h header.

Use the old names to be able to compile the tool again.

Fixes failing LLVM trunk CI job.

ompt-printf still uses pre-6.0 variable names for callbacks, but subvolume
implementation used OpenMP v6.0 names. As such, building with Clang trunk
failed, since LLVM 23.dev implements the OpenMP v6.0 changes in the
`omp-tools.h` header.

Use the old names to be able to compile the tool again.

Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>
@Thyre
Thyre merged commit fb29be9 into FZJ-JSC:main Jul 6, 2026
22 checks passed
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.

1 participant