First attempt to create an experiment with CREAMS: strong scaling from 1 to 16 nodes using the pure MPI version
This commit is contained in:
33
overlay.nix
33
overlay.nix
@@ -143,14 +143,21 @@ let
|
||||
# tampi = tampi;
|
||||
# };
|
||||
#
|
||||
# creams = callPackage ./garlic/creams {
|
||||
# stdenv = pkgs.gcc9Stdenv;
|
||||
# mpi = intel-mpi;
|
||||
# tampi = tampi.override {
|
||||
# mpi = intel-mpi;
|
||||
# };
|
||||
# };
|
||||
#
|
||||
creams = callPackage ./garlic/creams {
|
||||
gitBranch = "garlic/mpi+send+seq";
|
||||
|
||||
#cc = self.gcc10; # Does not work
|
||||
#mpi = self.bsc.openmpi-mn4; # Does not work
|
||||
|
||||
cc = self.bsc.icc;
|
||||
mpi = self.bsc.mpi;
|
||||
};
|
||||
|
||||
creamsInput = callPackage ./garlic/creams/input.nix {
|
||||
gitBranch = "garlic/mpi+send+seq";
|
||||
nodes = 1;
|
||||
};
|
||||
|
||||
# lulesh = callPackage ./garlic/lulesh {
|
||||
# mpi = intel-mpi;
|
||||
# };
|
||||
@@ -231,6 +238,16 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
creams = {
|
||||
SS_mpi_send_seq = callPackage ./garlic/exp/creams/SS+mpi+send+seq.nix {
|
||||
pkgs = self // self.bsc.garlic;
|
||||
nixpkgs = import <nixpkgs>;
|
||||
genApp = self.bsc.garlic.genApp;
|
||||
genConfigs = self.bsc.garlic.genConfigs;
|
||||
runWrappers = self.bsc.garlic.runWrappers;
|
||||
};
|
||||
};
|
||||
|
||||
osu = rec {
|
||||
latency-internode = callPackage ./garlic/exp/osu/latency.nix { };
|
||||
latency-intranode = callPackage ./garlic/exp/osu/latency.nix {
|
||||
|
||||
Reference in New Issue
Block a user