Howard Pritchard
Howard Pritchard
We should make sure this table - https://docs.open-mpi.org/en/v5.0.x/installing-open-mpi/required-support-libraries.html?highlight=prrte before releasing 5.0.0. We should also add a section about how to support native launch (esp. via srun) with the 5.0.x release...
in the package. The Intel OneAPI compilers are based on LLVM 14. A recent enhancement to LLVM - https://reviews.llvm.org/D122983 results in superlu-dist not compiling because of some non ISO C99...
I'm observing that some of the string literals defined as part of the OpenPMIx configure can lead to string literals exceeding ISO C99 limit of 4095 bytes which leads to...
The json tarball included in libhio is too old to recognize the system type - ppc64le, so the build fails when it tries to build the json lib. The json...
Per discussions with @hjelmn, it would be useful to have a HIO trace file analyzer to enable reproduction of an applications usage of HIO with a simple application. This would...
not sure how we would like to handle this but see MPI Forum issue https://github.com/mpi-forum/mpi-issues/issues/561 item 6 in Section B1.2 of the MPI 4.1 standard
In the course of work done in #12226 it was discovered that, unlike the PML API, the COLL API is not ready for big count. One option would be to...
Turns out the way MPI_Comm_create_from_group is using the PMIx_Group_construct method doesn't correctly handle the case where multiple MPI processes are invoking MPI_Comm_create_group using different, non-overlapping MPI groups, but the same...
for various reasons had to advance dependency of 5.0.2 to at least pmix 4.2.4. 5.0.1 and 5.0.0 can also build with 4.2.4 pmix or newer. related to #42651
HI All, I'm helping some users with getting going with DFT FE version 1.0.2. I'm noticing an issue with DEALII's DoFTtools, in particular DFT FE is using a ```make_hanging_node_constraints_from_serial``` method...