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
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
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
mentioned in issue #160 (closed)
I've fixed a few, but these Allrun script with an extra '$1' parameter look pretty weird.
incompressible/pisoFoam/les/motorBike/lesFiles/Allrun
incompressible/pisoFoam/les/motorBike/motorBike/Allrun
Where is the parameter supposed be coming from? What does it do?
mentioned in commit 095be75f29701937f42d9b2a64d28371579ac812
$1 parameter is bug and should be removed. Fixed in OpenFOAM-dev but missed in transfer.
Status changed to closed