fwi: use enableIO instead of ioFreq

This commit is contained in:
2021-04-12 20:09:17 +02:00
parent e49e3b087f
commit dd75a840ce
5 changed files with 15 additions and 16 deletions

View File

@@ -42,9 +42,7 @@ let
blocksize = [ 1 2 4 8 ];
n = [
{nx=300; ny=2000; nz=300;} # / half node
];
n = [ {nx=300; ny=2000; nz=300;} ]; # / half node
};
machineConfig = targetMachine.config;
@@ -60,6 +58,9 @@ let
inherit (c) gitBranch blocksize;
inherit (c.n) nx ny nz;
enableCTF = false;
enableIO = true;
# Repeat the execution of each unit several times
loops = 10;
@@ -71,9 +72,6 @@ let
time = "02:00:00";
jobName = unitName;
enableCTF = false;
ioFreq = -1;
# Enable permissions to write in the local storage
extraMounts = [ fs.local.temp ];
tempDir = fs.local.temp;