From 7c4fcdd8a1756e37e227ec311fdf919ad66472e6 Mon Sep 17 00:00:00 2001 From: Michael Wild Date: Thu, 8 Dec 2011 11:30:43 +0100 Subject: [PATCH] DOC: Fix etc/controlDict.in::parRunTemplate variables doc Signed-off-by: Michael Wild --- etc/controlDict.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/controlDict.in b/etc/controlDict.in index 881441273..1b4024aa0 100644 --- a/etc/controlDict.in +++ b/etc/controlDict.in @@ -959,8 +959,8 @@ PstreamImplementation //- Tell foamJob how to run parallel jobs -// You can use ${NPROCS}, ${APPLICATION}, ${ARGS} -// and ${PAROPTS} as placeholders for the number +// You can use %(NPROCS)d, %(APPLICATION)s, %(ARGS)s +// and %(PAROPTS)s as placeholders for the number // of processors, the application to run, its arguments // and additional options you want to pass to parallel // runner (such as "-hostfile machines") -- 2.11.4.GIT