====== Welcome to the GQueue Wiki! ====== The **gqueue** utility is used to simplify the task of submitting computational jobs to the Sun GridEngine (SGE) queue environment. SGE runs parallel jobs in a special context called a parallel environment. A parallel environment controls how a multi-node job is started and stopped. Serial jobs need not run inside a parallel environment. However, in all cases a job must be submitted to SGE as a queue script: an executable shell script that contains additional commands that influence how SGE will handle the job in addition to the actual commands associated with the computational task. **gqueue** removes the burden of writing an SGE submission script each time a user wishes to run a calculation: it writes the script for the user. ===== Links ===== * [[download|Download]] the GQueue package * [[documentation:start|General documentation]] of the GQueue package * Scientific software that I've integrated into GQueue * [[documentation:gaussian|Gaussian]] quantum chemistry suite * [[documentation:gamess|Gamess]] quantum chemistry suite ===== About this Wiki ===== This site makes use of [[http://wiki.splitbrain.org/|DokuWiki]] and the [[http://www.chimeric.de/projects/dokuwiki/template/simple|"Simple"]] template created by Michael Klier to present content. The [[http://wiki.splitbrain.org/plugin:discussion|"discussion"]] plugin is used to facilitate registered user comments on pages.