Skip to content

Commit 4408121

Browse files
Merge pull request #127305 from changeworld/patch-27
Fix typo: configration -> configuration
2 parents 877cd93 + 05d384e commit 4408121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/high-performance-computing/lift-and-shift-step-2-job-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: hpc
1212

1313
# Job scheduler configuration
1414

15-
A key aspect of your high performance computing migration is the configration of job schedulers. Job schedulers are responsible for scheduling user jobs, that is, determining where and when jobs should be executed. In the context of the cloud, job schedulers interact with resource orchestrators to acquire/release resources on-demand, which is different from an on-premises environment where resources are fixed and fully available all the time. This part of the guide covers the needs, tools, services, and best practices associated with your job schedulers.
15+
A key aspect of your high performance computing migration is the configuration of job schedulers. Job schedulers are responsible for scheduling user jobs, that is, determining where and when jobs should be executed. In the context of the cloud, job schedulers interact with resource orchestrators to acquire/release resources on-demand, which is different from an on-premises environment where resources are fixed and fully available all the time. This part of the guide covers the needs, tools, services, and best practices associated with your job schedulers.
1616

1717
The most common HPC job schedulers are Slurm, OpenPBS, PBSPro, and LSF.
1818

0 commit comments

Comments
 (0)