From d069739d17db2d2a97c89302c779a2c73c6aecb9 Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 21 Jul 2009 16:50:15 +0100 Subject: [PATCH] changed comment --- .../redistributeMeshPar/redistributeMeshPar.C | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C b/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C index c0859573e0..40db19f4b3 100644 --- a/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C +++ b/applications/utilities/parallelProcessing/redistributeMeshPar/redistributeMeshPar.C @@ -26,7 +26,14 @@ Application redistributeMeshPar Description - Parallel redecomposition of mesh. + Parallel redecomposition of mesh. Start with maximum number of processors. + Balances mesh and writes new mesh to new timedirectory. + + Can also work like decomposePar: + + mkdir processor0 + cp -r constant processor0 + mpirun -np ddd redistributeMeshPar -parallel \*---------------------------------------------------------------------------*/