Simone Atzeni
Simone Atzeni
Hi, thanks for reporting this problem. This is actually a known problem, our static analysis pass does not work well with C++ code, especially with third-party library (such as the...
As I said, Archer static analysis phase has troubles with C++, if you remove the pass from the archer commands it would only apply the dynamic analysis at runtime and...
@dongahn I was thinking to add an option in the archer drivers to disable the static analysis
@francescopt I haven't finished my fix yet, but you could give a try to the branch "update_to_60" which is based on Clang/LLVM 6.0 (but should work with clang 5.0.1. I...
Is the new version already in rzmanta? > On Jul 22, 2017, at 01:07, Dong H. Ahn wrote: > > FYI -- serban reported these issues have been fixed by...
@jprotze @dongahn I made a "coral" branch, and currently it fails only 4 tests: The following OMPT tests hang: - test/OMPT/tasks/explicit_task.c - test/OMPT/tasks/task_in_joinbarrier.c above we have a comment that "the...