From d8ef2cddfde8ad45fb9762b2203a5dca8afc38bd Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Tue, 3 May 2022 12:24:30 +0200 Subject: [PATCH] Remove bypass in run_ola --- olaflow/run_ola.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/olaflow/run_ola.sh b/olaflow/run_ola.sh index 44e3f38..cede37d 100755 --- a/olaflow/run_ola.sh +++ b/olaflow/run_ola.sh @@ -1,5 +1,4 @@ #!/usr/bin/env sh -echo START export cas="$1" export inp_of="of_$cas" export out_of="out_of_$cas" @@ -10,9 +9,7 @@ then echo $inp_of not found exit 1 fi -echo 0 -exit 0 - +echo START cp -r --reflink $inp_of $out_of pushd $out_of source /opt/OpenFOAM/OpenFOAM-9/etc/bashrc