Changes between Version 8 and Version 9 of ComputeResources/UMCGCluster
- Timestamp:
- Aug 26, 2011 8:22:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ComputeResources/UMCGCluster
v8 v9 26 26 * '''Data Management''': Please read thoroughly the [wiki:DataManagement Data Management] section of this wiki and respect the structure and conventions described there when using data outside your home directory. 27 27 == Scheduler == 28 Application30 uses the [http://doesciencegrid.org/public/pbs/ Portable Ba sh System (PBS)] scheduling system. You can find the full documentation in this [http://doesciencegrid.org/public/pbs/ PBS guide]. However, here are a few basic commands and tips:28 Application30 uses the [http://doesciencegrid.org/public/pbs/ Portable Batch System (PBS)] scheduling system. You can find the full documentation in this [http://doesciencegrid.org/public/pbs/ PBS guide]. However, here are a few basic commands and tips: 29 29 30 30 * qstat -u username … … 39 39 * Removes a job from the queue, killing the process if it was already started 40 40 * "qdel all" can be used to purge all of your jobs 41 42 41 === qsub options === 43 42 Jobs to be submitted via PBS qsub can specify a number of options to claim resources, report status, etc. These options can either be specified in the qsub command or in your job script. The latter is usually preferred as all information about the job including memory requirements, etc. stay with the script, below is an example header with some commonly used options, followed by a list of some commonly used flags and their meaning.