<spanstyle="font-size: 10.0pt;line-height: 13.0pt;">Then load both the
compiler and the MPI (Message Passing Interface) for parallel
applications.</span>
Then load both the compiler and the MPI (Message Passing Interface) for parallel applications.
``` syntaxhighlighter-pre
$ module load compiler/intel/12
...
...
@@ -172,13 +164,7 @@ Useful Commands
| $ cd <directory> | Change Directory - Change the working directory to another. |
| $ cd .. | Change Directory to the one above the current. |
| $ cat <filename> | Print the contents of a file |
| $ showq -u <username> | Show the status of jobs for user <username>. (<ahref="/pages/createpage.action?spaceKey=HCCDOC&title=Job+Control&linkCreation=true&fromPageId=1246451"class="createlink">reference</a>) |
| $ showq -u <username> | Show the status of jobs for user <username>. |
| $ qdel <jobid> | Remove the job <jobid> from the queue. Stop job if it is running. |