forked from rarias/bscpkgs
fwi: split into input and solver
All branches compile with several hacks.
This commit is contained in:
@@ -97,6 +97,10 @@
|
||||
test = callPackage ./lulesh/test.nix { };
|
||||
};
|
||||
|
||||
fwi = {
|
||||
test = callPackage ./fwi/test.nix { };
|
||||
};
|
||||
|
||||
osu = rec {
|
||||
latency = callPackage ./osu/latency.nix { };
|
||||
latencyShm = latency.override { interNode = false; };
|
||||
|
||||
Reference in New Issue
Block a user