Use MPICH to run tests with MPI

OpenMPI doesn't work on jungle machines unless it is properly
configured. We should eventually move to the same configuration that we
use for packages in jungle.
This commit is contained in:
Rodrigo Arias 2025-04-15 16:04:43 +02:00 committed by Rodrigo Arias
parent 9dec20d461
commit 57028f1f5b

View File

@ -32,6 +32,7 @@
gitBranch = "master";
gitCommit = "403fcf764e908b793cb8015d41dec119a2374a69";
};
mpi = prev.mpich;
bench6 = prev.bench6.overrideAttrs (old: rec {
src = builtins.fetchGit {
url = "ssh://git@bscpm04.bsc.es/rarias/bench6.git";