Job Queues
A job queue is a collection of jobs that are running or waiting for resource allocation. Each partition corresponds to a logical queue. You can set independent scheduling policies and resource limits for each partition.
Partition
For details about partitions, see Partition Management.
Managing Job Queues
Job Templates
Create a job template to set the CPU and memory for jobs.
QoS
QoS is used to limit the resource usages (such as the number of concurrent jobs and maximum CPU and memory) for users or groups. It is used together with partitions for fine-grained control.
Job Functions
- Job Dependencies
sbatch --dependency=afterok:<job_id> job2.sh # Run job2 after job1 is successfully executed.
- Job Array
sbatch --array=0-4 job_array.sh # Submit 100 similar jobs.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot