177 |
The rank and size relative to a particular domain object (which may be limited to run on a subset of the |
The rank and size relative to a particular domain object (which may be limited to run on a subset of the |
178 |
total list of MPI processes in future versions of Escript) are available through |
total list of MPI processes in future versions of Escript) are available through |
179 |
\begin{verbatim} |
\begin{verbatim} |
180 |
iam = domain.getMPIRankWorld() |
iam = domain.getMPIRank() |
181 |
nPE = domain.getMPISizeWorld() |
nPE = domain.getMPISize() |
182 |
\end{verbatim} |
\end{verbatim} |
183 |
|
|
184 |
\section{Getting Help} |
\section{Getting Help} |