From 663a5a772a4be99acf5ae877871a4aec132ee457 Mon Sep 17 00:00:00 2001 From: jthorn Date: Wed, 31 May 2006 12:47:32 +0000 Subject: move CCTK_MyProc entry to its proper place for alphabetical order git-svn-id: http://svn.cactuscode.org/flesh/trunk@4308 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/ReferenceManual/CCTKReference.tex | 43 ++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 21 deletions(-) (limited to 'doc') diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex index 2d21748a..15b0cdc3 100644 --- a/doc/ReferenceManual/CCTKReference.tex +++ b/doc/ReferenceManual/CCTKReference.tex @@ -6923,27 +6923,6 @@ and not the active thorn list. \end{errorcodes} \end{CCTKFunc} -% CommOverloadables.c -\begin{CCTKFunc}{CCTK\_MyProc}{Returns the number of the local processor for a parallel run} -\label{CCTK-MyProc} -\function{int}{integer}{myproc} -\argument{const cGH *}{CCTK\_POINTER}{cctkGH} -\showargs -\begin{params} -\parameter{cctkGH}{pointer to CCTK grid hierarchy} -\end{params} -\begin{discussion} -For a single processor run this call will return zero. For multiprocessor -runs, this call will return 0 $\leq$ myproc $<$ \code{CCTK\_nProcs(cctkGH)}. -\end{discussion} -\begin{examples} -\begin{tabular}{@{}p{3cm}cp{11cm}} -\end{tabular} -\end{examples} -\begin{errorcodes} -\end{errorcodes} -\end{CCTKFunc} - \begin{CCTKFunc}{CCTK\_MaxTimeLevels}{Gives the number of timelevels for a group} @@ -7073,6 +7052,28 @@ This function and its relatives return the maximum number of timelevels that the \end{CCTKFunc} +% CommOverloadables.c +\begin{CCTKFunc}{CCTK\_MyProc}{Returns the number of the local processor for a parallel run} +\label{CCTK-MyProc} +\function{int}{integer}{myproc} +\argument{const cGH *}{CCTK\_POINTER}{cctkGH} +\showargs +\begin{params} +\parameter{cctkGH}{pointer to CCTK grid hierarchy} +\end{params} +\begin{discussion} +For a single processor run this call will return zero. For multiprocessor +runs, this call will return 0 $\leq$ myproc $<$ \code{CCTK\_nProcs(cctkGH)}. +\end{discussion} +\begin{examples} +\begin{tabular}{@{}p{3cm}cp{11cm}} +\end{tabular} +\end{examples} +\begin{errorcodes} +\end{errorcodes} +\end{CCTKFunc} + + %%%%% % NNN -- cgit v1.2.3