Gregory Lee
Gregory Lee
It looks like Archer fails to build with LLVM 9: ``` [ 26%] Building CXX object lib/CMakeFiles/LLVMArcher.dir/Transforms/Instrumentation/InstrumentParallel.cpp.o /usr/workspace/lee218/delete/spack-ulna-openmpi/ArcherBuild/archer/lib/Transforms/Instrumentation/InstrumentParallel.cpp:188:45: error: no matching function for call to 'cast' Function* __tsan_default_suppressions = cast(M->getOrInsertFunction("__tsan_default_suppressions",...
I am the main developer of STAT and STAT is a consumer of local_var.h. I noticed that this header was removed in DynInst 12. Would it be possible to make...
I got a few compiler errors of the form: `./wasserstein/internal/EMDUtils.hh:135:14: error: enumerator value -1 is outside the range of underlying type 'char'` I believe enum types are supposed to be...
A user of mine has a small test program the seg faults when compiling with the Intel classic compiler (icpc) and linking with mold. It runs OK when compiled with...
When I do a `flux alloc` and then within the allocation do a `flux run MyApp` I can then `flux attach --debug ` and attach STAT to the application. However,...
I initially thought this was a bug in https://github.com/spack/spack/issues/42153, but I think this may be an hdfview issue. When using the "# Default invocation when using modules" execution line in...
When I run the test, I get a bunch of error messages. This is on a fresh git checkout, with commit e17d93b5436bfbcee6397ce28c145f0f9ae19b67. Here's some of the error messages, which keep...
Just a suggestion since I had a lot of trouble getting arcsim and all the dependencies to build, but would it be possible to package this up so it installs...
https://github.com/benfred/py-spy#dump
From #48 I will also note here that distutils is deprecated and is removed in python 3.12, so the [sysconfig](https://docs.python.org/3.11/library/sysconfig.html) module (available from python 3.2) should be loaded directly in...