nbody: use intel cc and mpi by default
This commit is contained in:
parent
27fbecf970
commit
cfa5187988
@ -20,7 +20,8 @@ let
|
||||
};
|
||||
|
||||
nbody = callPackage ./nbody {
|
||||
cc = pkgs.gcc7;
|
||||
cc = bsc.icc;
|
||||
mpi = bsc.impi;
|
||||
gitBranch = "garlic/seq";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user