Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| habrok:job_management:scheduling_system [2024/11/18 12:14] – Remove html pedro | habrok:job_management:scheduling_system [2026/06/29 12:40] (current) – [Resource allocation: Jobs and jobscripts] pedro | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| When resources are available jobs will start immediately. If the requested resources are not available jobs will be put in a queue. The ordering of this queue is based on priority. High resource usage will lower your priority for new jobs. A period of low activity will cause your priority for new jobs to increase again. | When resources are available jobs will start immediately. If the requested resources are not available jobs will be put in a queue. The ordering of this queue is based on priority. High resource usage will lower your priority for new jobs. A period of low activity will cause your priority for new jobs to increase again. | ||
| - | **IMPORTANT** | + | <wrap important> |
| ===== SLURM ===== | ===== SLURM ===== | ||
| Line 64: | Line 64: | ||
| ==== Nodes and cores ==== | ==== Nodes and cores ==== | ||
| - | The requirements for nodes (full computers) and cores can be given using the parameters '' | + | The requirements for nodes (full computers) and cores can be given using the parameters '' |
| '' | '' | ||
| Line 73: | Line 73: | ||
| |'' | |'' | ||
| - | **IMPORTANT** | + | <wrap important> |
| - | **VERY IMPORTANT! If you don't know if your program is capable of running in parallel, do not request multiple cores, or nodes! In most cases this is useless and a waste of resources.** | + | <WRAP important round center>**VERY IMPORTANT! If you don't know if your program is capable of running in parallel, do not request multiple cores, or nodes! In most cases this is useless and a waste of resources.**</ |
| The precise requirements are determined by both the software and its scalability and by the user who has to decide himself how to balance runtime, waiting time in the queue and the number of jobs that he or she wants to run. | The precise requirements are determined by both the software and its scalability and by the user who has to decide himself how to balance runtime, waiting time in the queue and the number of jobs that he or she wants to run. | ||
| Line 182: | Line 182: | ||
| The following table gives an overview and description of other useful parameters that can be used: | The following table gives an overview and description of other useful parameters that can be used: | ||
| - | ^Parameter ^Description | + | ^Parameter ^Description ^ |
| - | |%%--%%job-name |Specify a name for the job, which will be shown in the job overview | + | |%%--%%job-name |Specify a name for the job, which will be shown in the job overview |
| | | | | ||
| |%%--%%output | |%%--%%output | ||