A job queuing system is necessary in order to effectively utilize all available resources in a cluster. Among the available job queuing systems, the Sun Grid Engine (SGE) will be described briefly in this page.
The basic functions of job queuing systems are
| -f : | Display status of the queue in more detail |
| -u {userID} : | Display status of jobs owned by a user userID |
| -j {jobID} : | Display status of a job with a job ID# jobID |
| -cwd : | Execute the jobs in the script in the current working directory |
| -S {shell} : | Specify the shell to be used |
| -u {userID} : | Kills any jobs owned by a user userID |
| -j {jobID} : | Kills a job with a job ID# jobID |
| Created by Bowon Lee | March 10, 2006 |