📄 machine_def.tex
字号:
% $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -