Joachim

Results 34 comments of Joachim

@simoatze I just pushed my idea of the workflow to the RunningOnValgrind branch. I think, that the APPLE variants of the annotation functions should somehow detect and avoid endless recursion...

If there are issues, currently please use the release_60 tag of the OpenMP runtime, or just the release 6.0 binaries. Once release_70 will be out, we will update to that...

The final OpenMP 5.0 specification says ompt_frame_t and ompt_wait_id_t. Not that we would really use the frame_t in Archer. This is also the typedef delivered with llvm/8.0. Both https://reviews.llvm.org/D45890 and...

With latest OpenMP runtime, you cannot configure the OpenMP/runtime directory, but must configure the OpenMP directory. We will need to update the readme. Just create the build directory in the...

I pushed a fix to the archer repository. Please pull and try to build again

This code seems to work with upstream TSan. I think the error reffers to the versioning code for parallel regions. @simoatze do you think this can behandled with a general...

The other point, that is unclear to me is, whether the intent of the patterns is to match pairs of escaped brackets or stand alone escaped brackets.

Updating to Ubuntu 17/10 brought perl 5.26. This version of perl actually throws an error for the un-escaped {, glad that this is already fixed :D

If the comment changed, I have seen that in some cases the color-highlighting was added. With the first part of this replacement being in comment, the result would not compile....

For the restriction of lstinline to single line, I could not find something in the documentation. But my latex compiler complains with `Package Listings Error: lstinline ended by EOL` If...