nbody: use intel cc and mpi by default

This commit is contained in:
Rodrigo Arias 2020-08-25 18:38:31 +02:00
parent 27fbecf970
commit cfa5187988

View File

@ -20,7 +20,8 @@ let
};
nbody = callPackage ./nbody {
cc = pkgs.gcc7;
cc = bsc.icc;
mpi = bsc.impi;
gitBranch = "garlic/seq";
};