machine_def.tex

来自「CCSM Research Tools: Community Atmospher」· TEX 代码 · 共 28 行

TEX
28
字号
% $Id: Machine_def.tex,v 1.1.6.1 2002/04/24 03:25:40 erik Exp $\subsection{Specification}\subsubsection{Routines}\begin{itemize}\item{MFM\_MachineInit}Initializes the machine model.\begin{verbatim}        subroutine MFM_MachineInit()\end{verbatim}\item{\bf MFM\_MachinePinfo}This routine returns information about what process the caller is in.\begin{verbatim}        subroutine MFM_MachinePinfo(node, process, thread)        integer :: node             ! The node being used.              integer :: process          ! The process number.        integer :: thread           ! The thread number.\end{verbatim}\end{itemize}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?