Skip to content

BUG: Profiling adds zero directory

As mentioned in OpenFOAM-plus@a7ef6c2e (comment 1532) Allrun script needs update

ls -d processor* | xargs -I {} cp -r 0.org/* ./{}/0 $1

instead of


ls -d processor* | xargs -I {} cp -r 0.org ./{}/0 $1

@andy @Mattijs