Changeset 1232 for palm/trunk
- Timestamp:
- Sep 20, 2013 11:56:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIAL/SOURCE/debugging.tex
r973 r1232 115 115 \par\medskip 116 116 {\tt ifort -fpe0 -debug -traceback -O0 ...}} 117 \item<4->{The default {\tt .mrun.config. imuk\_hlrn} file contains an additional block with debug options. It can beiused with mrun-call117 \item<4->{The default {\tt .mrun.config.default} file contains an additional block with debug options. It can be used with mrun-call 118 118 \par\medskip 119 {\tt mrun ... -h lcsgih-K \dq parallel trace\dq ...}}119 {\tt mrun ... -h \textless host\_identifier\textgreater \;-K \dq parallel trace\dq ...}} 120 120 \end{itemize} 121 121 \end{frame} … … 127 127 \tikzstyle{box} = [rectangle, draw, text width=0.9\textwidth, font=\scriptsize] 128 128 \begin{itemize} 129 \item{The configuration file {\tt .mrun.config. imuk\_hlrn} looks like this:}129 \item{The configuration file {\tt .mrun.config.default} looks like this:} 130 130 \end{itemize} 131 131 \uncover<2->{ … … 139 139 \textbf{\# This is the block for the optimized version} 140 140 . \\ 141 \%fopts \qquad \= - openmp:-xS:-fpe0:-O3:-cpp:-r8:... \qquad \textless hi\textgreater parallel \\142 \%lopts \> - openmp:-xS:-fpe0:-O3:-cpp:-r8:... \qquad \textless hi\textgreater parallel \\141 \%fopts \qquad \= -xS:-fpe0:-O3:-r8:... \qquad \textless hi\textgreater parallel \\ 142 \%lopts \> -xS:-fpe0:-O3:-r8:... \qquad \textless hi\textgreater parallel \\ 143 143 . \\ 144 144 . \\ 145 145 \textbf{\# This is the block for the debug version} 146 146 . \\ 147 \%fopts \qquad \= - openmp:-C:-ftrapuv:-xS:-debug:extended:... \qquad \textless hi\textgreater parallel \textbf{trace} \\148 \%lopts \qquad \> - openmp:-C:-ftrapuv:-xS:-debug:extended:... \qquad \textless hi\textgreater parallel \textbf{trace} \\147 \%fopts \qquad \= -C:-fpe0:-debug:-traceback:-O0:... \qquad \textless hi\textgreater parallel \textbf{trace} \\ 148 \%lopts \qquad \> -C:-fpe0:-debug:-traceback:-O0:... \qquad \textless hi\textgreater parallel \textbf{trace} \\ 149 149 . \\ 150 150 \end{tabbing}};
Note: See TracChangeset
for help on using the changeset viewer.