-
### Steps to reproduce the issue
```console
$ spack install openmpi@3.1.5 %gcc@8.4.0 fabrics=verbs
==> Error: ProcessError: Command exited with status 2:
'make' '-j16'
4 errors found in b…
-
Linux distributions are using [environment modules](https://modules.readthedocs.io) to provide dynamic environment variables. For example Fedora supports multiple implementations of MPI. It uses envir…
tiran updated
1 month ago
-
**Describe the bug**
Building the devel branch of the _jedi-ufs-env_ stack and _nco_ (as of 10/28/2024) with Intel results in a "Package with matching name is incompatible" error when it tries to cre…
-
TODO:
* Add apt and pacman installs options
* Tut 3, open firewall ports for openmpi
* Add tcl for arch lmod dependencies
* More detailed explanation on WireGuard
-
## Description
Running any OAS script with Numpy 2.1.3(or any version >=2.0) will not work.
### Steps to reproduce issue
1. Run most existing OAS scripts
### Current behavior
Script fails…
-
Current build use the MPICH flag `-compile_info` and `-link_info` which doesn't work for openmpi
```
mpi_compile_info = os.popen("mpicc -compile_info").read().strip().split(" ")
mpi_link_info = os.…
-
At some point my local preferences got reset from
```toml
[DFTK]
DFTK_threads = 1
[HDF5]
libhdf5 = "/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so"
libhdf5_hl = "/usr/lib/x86_64-linux-gnu/h…
-
Am trying to build `OpenMPI-4.1.5-GCC-12.3.0` on CentOS 7.9.
There's an error which appears to show a clash between the OS PMIx and the EB PMIx:
```
--- MCA component pmix:pmix3x (m4 configurat…
-
-
### Describe the bug
When using UCX as OpenMPI's pml component, UCX fails in the assertion
```c
ucs_assert(dummy_pid == getpid());
```
in `uct_posix_mem_free` if the calling thread is in …