tests/slurm: use getDev for mpi test

This commit is contained in:
Markus Kowalewski 2024-01-17 16:45:23 +01:00
parent 629ff6a954
commit 5b64cf6fc6

View File

@ -45,7 +45,7 @@ let
'';
in pkgs.runCommand "mpitest" {} ''
mkdir -p $out/bin
${pkgs.openmpi}/bin/mpicc ${mpitestC} -o $out/bin/mpitest
${lib.getDev pkgs.mpi}/bin/mpicc ${mpitestC} -o $out/bin/mpitest
'';
in {
name = "slurm";