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
Αυτή η υποβολή περιλαμβάνεται σε:
Jonathan R. Madsen
2022-09-26 07:52:14 -05:00
υποβλήθηκε από GitHub
γονέας 90ff7188f8
υποβολή 8f36620e29
49 αρχεία άλλαξαν με 866 προσθήκες και 342 διαγραφές
+1 -1
Προβολή Αρχείου
@@ -8,7 +8,7 @@
: ${NJOBS:=12}
: ${DISTRO:=""}
: ${LTO:="OFF"}
: ${STRIP:="ON"}
: ${STRIP:="OFF"}
: ${LIBGCC:="ON"}
: ${LIBSTDCXX:="ON"}
: ${MAX_THREADS:=2048}