Make MPI work #55
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-mpi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #16
For now we only add MPICH, as I need to start launching MPI tests for ovni.
Although, we still need to copy the closures to each node manually:
We should have a shared nix store in the compute machines.
added 8 commits
master
684d5e41
- Add coments in slurm configab048553
- Add mpich overlay5b41670f
- Replace mpi inside bsc attribute17245354
- Use explicit order in overlays6402605b
- Add missing parameter to extend6c10933e
- Set mpi to mpich by default in bscpkgsCompare with previous version
added 1 commit
c76bfa7f
- flake.lock: UpdateCompare with previous version
marked this merge request as ready
changed the description
changed the description
requested review from @arocanon
added 1 commit
60077948
- Add osumb to the system packagesCompare with previous version
mentioned in merge request !12
Is this benchmark that essential as to make it available in all nodes by default?
Looks good to me! Thanks for keeping me up to date!
approved this merge request
I would say yes, as we want to have a trusted MPI program available to test the nodes at all times. Is very convenient to run
srun -N2 osu_bw
and know it will just work. It is 5.5MB in size, so space is not problematic.resolved all threads