Changeset 1232


Ignore:
Timestamp:
Sep 20, 2013 11:56:41 AM (11 years ago)
Author:
kanani
Message:

some changes for more generic version of tutorial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIAL/SOURCE/debugging.tex

    r973 r1232  
    115115            \par\medskip 
    116116            {\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 bei used with mrun-call
     117      \item<4->{The default {\tt .mrun.config.default} file contains an additional block with debug options. It can be used with mrun-call
    118118            \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 ...}}
    120120   \end{itemize}
    121121\end{frame}
     
    127127   \tikzstyle{box} = [rectangle, draw, text width=0.9\textwidth, font=\scriptsize]
    128128   \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:}
    130130   \end{itemize}
    131131   \uncover<2->{
     
    139139         \textbf{\# This is the block for the optimized version}
    140140         . \\
    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 \\
    143143         . \\
    144144         . \\
    145145         \textbf{\# This is the block for the debug version}
    146146         . \\
    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} \\
    149149         . \\
    150150        \end{tabbing}};
Note: See TracChangeset for help on using the changeset viewer.