mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Removed spurious $1
This commit is contained in:
@ -17,8 +17,8 @@ runParallel snappyHexMesh 6 -overwrite
|
|||||||
#cp -r 0.org 0 > /dev/null 2>&1
|
#cp -r 0.org 0 > /dev/null 2>&1
|
||||||
|
|
||||||
#- For parallel running
|
#- For parallel running
|
||||||
ls -d processor* | xargs -i rm -rf ./{}/0 $1
|
ls -d processor* | xargs -i rm -rf ./{}/0
|
||||||
ls -d processor* | xargs -i cp -r 0.org ./{}/0 $1
|
ls -d processor* | xargs -i cp -r 0.org ./{}/0
|
||||||
|
|
||||||
runParallel patchSummary 6
|
runParallel patchSummary 6
|
||||||
runParallel potentialFoam 6 -noFunctionObjects
|
runParallel potentialFoam 6 -noFunctionObjects
|
||||||
|
|||||||
Reference in New Issue
Block a user