HowTo
- qsub to submit a job,
- qstat to inspect the status of the queues,
- qdel to delete a previously submitted job.
Refer to manual pages for details (e.g. man qsub).
Software resources are organized in modules: for a list of available modules, type:
module avail.
For loading a module, type:module load [modulename].
To unload a module, type: module clear [modulename].
The list fo the currently laded modules can be obtained by typing: module list.
To clean the environment, type: module purge.
In the following, you will find examples for serial, parallel and cuda projects.