Fix non-hybrid strong scalability experiments

This commit is contained in:
Pedro Martinez
2020-10-02 16:27:22 +02:00
parent 6ae71cc5e9
commit c85b2976ef
3 changed files with 13 additions and 183 deletions

View File

@@ -237,8 +237,8 @@ let
};
};
creams = {
SS_mpi_send_seq = callPackage ./garlic/exp/creams/SS+mpi+send+seq.nix {
creamsSS = {
nohybrid = callPackage ./garlic/exp/creams/SS+nohybrid.nix {
pkgs = self // self.bsc.garlic;
nixpkgs = import <nixpkgs>;
genApp = self.bsc.garlic.genApp;