Changeset 964 for palm/trunk/TUTORIAL
- Timestamp:
- Jul 26, 2012 9:14:24 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIAL/SOURCE/runs_with_mrun.tex
r954 r964 625 625 \node [green, below=0.2cm of second] (third) { 626 626 \textbf{if job is running, you may follow its progress by watching the job protocol:} \\ 627 \texttt{cd ~/job\underline{ }queue \\ tail lcmuk\underline{ }example\underline{ }cbl}627 \texttt{cd \~/job\underline{ }queue \\ tail lcmuk\underline{ }example\underline{ }cbl} 628 628 }; 629 629 } … … 637 637 \node [green, below=0.2cm of fourth] (fifth) { 638 638 \textbf{when the job is finished, watch, if the job protocol is transferred to the local host without errors:}\\ 639 \texttt{cd ~/job\underline{ }queue \\ cat last\underline{ }job\underline{ }transfer\underline{ }protocol}639 \texttt{cd \~/job\underline{ }queue \\ cat last\underline{ }job\underline{ }transfer\underline{ }protocol} 640 640 }; 641 641 } … … 650 650 \node [yellow, left=3.5cm of fifth] (sixth) { 651 651 \textbf{check, if the job protocol and all output files have successfully been transferred to the local machine:}\\ 652 \texttt{cd ~/job\underline{ }queue \\ ls -al \\ cd ~/palm/current\underline{ }version/JOBS/example \\ ls -al *}652 \texttt{cd \~/job\underline{ }queue \\ ls -al \\ cd ~/palm/current\underline{ }version/JOBS/example \\ ls -al *} 653 653 }; 654 654 }
Note: See TracChangeset
for help on using the changeset viewer.