hecate Tutorial

Compiling parallel MPI programs



Submitting a Job

Once the executable is compiled, a job script will need to be created for PBS. Here is a sample command script, parallel.cmd, which uses 8 CPUs.

To submit the job to the batch system, use:
qsub parallel.cmd

Please note: There is only 4G of memory per CPU. If you need memory greater than this you'll need to modify the number of CPUs (ncpus) to reflect exactly what you need.



Useful Tools

showbf - shows how many nodes are available and for how long
diagnose -p - shows the priority assigned to queued jobs
showq - shows jobs in the queues
xpbs - a graphical display of the queues


Last change Mar-02-2007 wgw