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