fwi: generate the input at runtime

This commit is contained in:
2021-04-12 17:46:07 +02:00
parent 419e7f95cc
commit 47b326c646
5 changed files with 61 additions and 33 deletions

View File

@@ -60,10 +60,6 @@ let
inherit (c) gitBranch blocksize;
inherit (c.n) nx ny nz;
fwiInput = bsc.apps.fwi.input.override {
inherit (c.n) nx ny nz;
};
# Repeat the execution of each unit several times
loops = 10;