Fix deadlocks during initialization (#167)
- More to come in later commit, below is just tidying some stuff up
- clang-tidy
- mpi_gotcha quiet about not finding funcs
- update to new papi config
- sampling block_samples / unblock_samples
- disable calling component's sample functions within sampler
- release doesn't strip library
- remove HSA and ROCP env variables from modulefile / setup-env
- preliminary support for LD_PRELOAD usage
- default sampling rate is 300 interrupts / second
- fixes various deadlock issues at startup
Αυτή η υποβολή περιλαμβάνεται σε:
υποβλήθηκε από
GitHub
γονέας
90ff7188f8
υποβολή
8f36620e29
@@ -8,7 +8,7 @@
|
||||
: ${NJOBS:=12}
|
||||
: ${DISTRO:=""}
|
||||
: ${LTO:="OFF"}
|
||||
: ${STRIP:="ON"}
|
||||
: ${STRIP:="OFF"}
|
||||
: ${LIBGCC:="ON"}
|
||||
: ${LIBSTDCXX:="ON"}
|
||||
: ${MAX_THREADS:=2048}
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user