- Infos im HLRS Wiki sind nicht rechtsverbindlich und ohne Gewähr -
- Information contained in the HLRS Wiki is not legally binding and HLRS is not responsible for any damages that might result from its use -

CRAY XE6 Batch System Layout and Limits

From HLRS Platforms
Revision as of 19:15, 13 December 2010 by Hpcbk (talk | contribs)
Jump to navigationJump to search

There are different type of queues configured on this System. These will be used to set proper priorities for different jobs, adjust user permissions and resource allocations/reservations. The configuration is laid out so that in default all you need to do is request the number of processes you need (along with the number of processes per node) and the time for your job. The scheduling system will then place the job in the appropriate queue.


At the moment there are only two different type of queues defined:

  • mpp, the default job queue for Massive Parallel Processing jobs
  • ccm, the job queue for the Cluster Compatibility Mode (CCM)

If you don't specify any queue on your qsub command, then your job will be routed in the mpp queues.

Using the qsub option "-q ccm", then your job will be prepared for the Cluster Compatibility Mode (CCM). The CCM is a software solution that provides the services needed to run most cluster-based independent software vendor (ISV) applications out-of-the-box with some configuration adjustments.

Note:

  • CCM will only be available for some users, not for default!
  • At the moment In the phase 0 of this CRAY XE6 installation, there are no Queue Limits configured. This will be changed in future!