-
Notifications
You must be signed in to change notification settings - Fork 14
LLVM 13 #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM 13 #285
Conversation
| REDIS_STATE_HOST: redis | ||
| ASAN_OPTIONS: "verbosity=1:halt_on_error=1" | ||
| TSAN_OPTIONS: "verbosity=1:halt_on_error=1:suppressions=/code/faabric/thread-sanitizer-ignorelist.txt:history_size=7" | ||
| TSAN_OPTIONS: "verbosity=1 halt_on_error=1 suppressions=./thread-sanitizer-ignorelist.txt history_size=4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need this path to be relative to the working directory, to allow the tests to run on any checked-out path (i.e. GHA with actions/checkout).
| # TODO: Remove: There's something weird going on with MPI code I don't understand | ||
| race:faabric::scheduler::MpiWorld::* | ||
|
|
||
| # Race in ReaderWriterQueue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appeared as I fixed the TSAN_FLAGS.
With the upgrade to LLVM 13, we don't need to install
clang-*10packages. This PR updates thefaabric-baseimages and bumps the code to version0.4.0.See faasm/faasm#705 for the big picture.