--- trunk/doc/user/execute.tex 2009/03/30 01:34:45 2343 +++ trunk/doc/user/execute.tex 2009/03/30 04:44:06 2345 @@ -44,6 +44,10 @@ \section{Options} The general form of the \program{escript} launcher is as follows: +%%%% +% If you are thinking about changing this please remember to update the man page as well +%%%% + \program{escript} \optional{\programopt{-n \var{nn}}} \optional{\programopt{-p \var{np}}} @@ -70,9 +74,9 @@ \begin{itemize} \item[\programopt{-n} \var{nn}] the number of compute nodes \var{nn} to be used. The total number of process being used is -$\var{nn} \cdot \var{ns}$. This option overwrites the value of the \env{ESCRIPT_NUM_NODES} environment variable. If $\var{nn}>1$ but {\it escript} is not compiled for \MPI a warning is pronted but execution is continued with $\var{nn}=1$. The default value is 1. +$\var{nn} \cdot \var{ns}$. This option overwrites the value of the \env{ESCRIPT_NUM_NODES} environment variable. If $\var{nn}>1$ but {\it escript} is not compiled for \MPI a warning is printed but execution is continued with $\var{nn}=1$. The default value is 1. -\item[\programopt{-p} \var{np}] the number of processor slots per node. This options specifies how many \MPI processes are used on each node. The total number of process being used is +\item[\programopt{-p} \var{np}] the number of MPI processes per node. The total number of processes to be used is $\var{nn} \cdot \var{np}$. This option overwrites the value of the \env{ESCRIPT_NUM_PROC} environment variable. If $\var{np}>1$ but {\it escript} is not compiled for \MPI a warning is printed but execution is continued with $\var{np}=1$. The default value is 1. \item[\programopt{-t} \var{nt}] the number of threads used per processes.