From 56d77d98bcaebb74dd45b7ded3df71af39d60138 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 3 May 2022 10:48:39 +0200 Subject: [PATCH] Add post-process to run script --- olaflow/run_ola.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/olaflow/run_ola.sh b/olaflow/run_ola.sh index 32d35b9..8a10c8b 100755 --- a/olaflow/run_ola.sh +++ b/olaflow/run_ola.sh @@ -31,6 +31,9 @@ reconstructPar > log/reconstructPar.log #echo Removing parallel cases #rm -r processor* +echo Running Openfoam post-process +postProcess -func graphUniform > log/postProcess.log + popd echo Pickling Olaflow output python -m processing.pickle -o $out