tests/slurm: use getDev for mpi test
This commit is contained in:
parent
629ff6a954
commit
5b64cf6fc6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue