creams: use gitTable for all branches

This commit is contained in:
2021-04-19 13:17:24 +02:00
parent 53c098d921
commit 20e99f122f
4 changed files with 69 additions and 65 deletions

View File

@@ -20,12 +20,9 @@
creams = callPackage ./creams/default.nix {
gnuDef = self.gfortran10 ; # Default GNU compiler version
intelDef = bsc.icc ; # Default Intel compiler version
gitBranch = "garlic/mpi+send+seq";
};
creamsInput = callPackage ./creams/input.nix {
gitBranch = "garlic/mpi+send+seq";
};
creamsInput = callPackage ./creams/input.nix { };
hpcg = callPackage ./hpcg/default.nix {
gitBranch = "garlic/tampi+isend+oss+task";