Jim Galarowicz
Jim Galarowicz
### Discussed in https://github.com/spack/spack/discussions/42433 Originally posted by **jgalarowicz** February 1, 2024 I tried to use spack releases instead of the development branch to build survey in hopes of figuring out...
Newer openmpi 5.0.* introduced a new handle MPI_Session which was not recognized by wrap.py. The code diff below adds the new definition to the handles list. The change addresses the...
Allow llvm openmp library to be built as a standalone library without building all of LLVM. Our survey tool uses llvm-openmp library, but the newer versions of the library build...