Working isolated environment

This commit is contained in:
2020-10-05 19:13:02 +02:00
parent 2a01ee7f24
commit effcc2d20b
4 changed files with 26 additions and 8 deletions

View File

@@ -112,10 +112,6 @@ let
argv = {stage, conf, ...}: w.argv {
program = stageProgram stage;
env = ''
set -e
export I_MPI_THREAD_SPLIT=1
'';
argv = ''( -t ${toString conf.timesteps}
-p ${toString conf.particles} )'';
};