Changes between Version 8 and Version 9 of ComputeResources/UMCGCluster


Ignore:
Timestamp:
Aug 26, 2011 8:22:11 PM (13 years ago)
Author:
laurent
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputeResources/UMCGCluster

    v8 v9  
    2626 * '''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.
    2727== Scheduler ==
    28 Application30 uses the [http://doesciencegrid.org/public/pbs/ Portable Bash 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:
     28Application30 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:
    2929
    3030 * qstat -u username
     
    3939   * Removes a job from the queue, killing the process if it was already started
    4040   * "qdel all" can be used to purge all of your jobs
    41 
    4241=== qsub options ===
    4342Jobs 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.