osu: add mtu and eager experiments

This commit is contained in:
2021-04-07 12:59:05 +02:00
parent 26e3a86c78
commit 0cf35decc5
6 changed files with 297 additions and 0 deletions

View File

@@ -116,6 +116,8 @@
bw = callPackage ./osu/bw.nix { };
impi = callPackage ./osu/impi.nix { };
bwShm = bw.override { interNode = false; };
mtu = callPackage ./osu/mtu.nix { };
eager = callPackage ./osu/eager.nix { };
};
examples = {