Translations:Best practices for job submission/9/en
Jump to navigation
Jump to search
- For jobs which are not tests, the duration should be at least one hour.
- If your computation requires less than an hour, you should consider using tools like GLOST, META or GNU Parallel to regroup several of your computations into a single Slurm job with a duration of at least an hour. Hundreds or thousands of very short jobs place undue stress on the scheduler.
- It is equally important that your estimate of the job duration be relatively accurate.
- Asking for five days when the computation in reality finishes after just sixteen hours leads to your job spending much more time waiting to start than it would had you given a more accurate estimate of the duration.
- Use monitoring tools to see how long completed jobs took.
- For example, the
Job Wall-clock time
field in the output of theseff
command:
- For example, the