ENH: redistributePar: renamed redistributeMeshPar

This commit is contained in:
mattijs
2011-11-22 12:56:28 +00:00
parent fe2307d2f1
commit 0e11b5090e
5 changed files with 6 additions and 6 deletions

View File

@ -1,3 +0,0 @@
redistributeMeshPar.C
EXE = $(FOAM_APPBIN)/redistributeMeshPar

View File

@ -0,0 +1,3 @@
redistributePar.C
EXE = $(FOAM_APPBIN)/redistributePar

View File

@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Application Application
redistributeMeshPar redistributePar
Description Description
Redistributes existing decomposed mesh and fields according to the current Redistributes existing decomposed mesh and fields according to the current
@ -42,7 +42,7 @@ Description
cp -r constant processor0 cp -r constant processor0
# Distribute # Distribute
mpirun -np ddd redistributeMeshPar -parallel mpirun -np ddd redistributePar -parallel
\endverbatim \endverbatim
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -25,7 +25,7 @@ cp system/decomposeParDict-4proc system/decomposeParDict
# Unset floating point trapping since creating processor directories # Unset floating point trapping since creating processor directories
unset FOAM_SIGFPE unset FOAM_SIGFPE
unset FOAM_SETNAN unset FOAM_SETNAN
runParallel redistributeMeshPar 4 -overwrite runParallel redistributePar 4 -overwrite
runParallel renumberMesh 4 -overwrite runParallel renumberMesh 4 -overwrite
# Add wildcard entries for meshes patches since not preserved # Add wildcard entries for meshes patches since not preserved