Joachim

Results 26 issues of Joachim

CMake older than 2.8.12 is deprecated in CMake 3.20. This patch fixes deprecation warnings in latest CMake versions

When compiling dash with clang compiler and cmake version 2.8.12.2, the compilation results in errors like: ``` DASH-SRC/dash/test/meta/ConstexprTest.cc:15:19: error: constexpr variable 'acc' must be initialized by a constant expression constexpr...

bug

For copyprivate-orig-no.c, threadprivate-orig-no.c, threadprivate2-orig-no.c, static-data-member-orig-yes.cpp and static-data-member2-orig-yes.cpp. Code: https://github.com/LLNL/dataracebench/blob/develop/micro-benchmarks/

Related to: https://github.com/OpenMPToolsInterface/LLVM-openmp/issues/44 For https://github.com/LLNL/dataracebench/blob/develop/micro-benchmarks/target-teams-distribute-orig-no.c the tool is called with an uninitialized value for a barrier. Accessing an element in the expected datastructure leeds to a segmentation fault. The Archer...

Can we detect in the initialization of the OMPT-tool, whether the application is built with TSan or not? If that would be possible, we could avoid to register the callbacks...

The following commands create a binary, that is instrumented with TSan, has the Clang-TSan, LLVM-openmp and archer runtime library linked: ``` gfortran -fopenmp -sanitize=thread -c code.f clang -fopenmp -sanitize=thread -lgfortran...

enhancement

Identifying duplicates in data race reports is quite expensive regarding time. It should be possible to reduce this cost by applying only logging, but no analysis for memory accesses, that...

enhancement

https://linux.die.net/man/1/time All tests currently fail, because time aborts for unknown flag.

to account for width of the variable access This alignes the annotation to annotations in other codes