Quiz time!
Let’s review what we have learned in this chapter by answering a few questions. First, try to answer these questions without consulting the material.
Note
The answers to all these questions are available at https://github.com/PacktPublishing/Accelerate-Model-Training-with-PyTorch-2.X/blob/main/quiz/chapter11-answers.md.
Before starting the quiz, remember that it is not a test at all! This section aims to complement your learning process by revising and consolidating the content covered in this chapter.
Choose the correct option for the following questions:
- What is a task submitted to a computing cluster called?
- Thread.
- Process.
- Job.
- Work.
- What are the main tasks executed by a workload manager?
- Resource management and job scheduling.
- Memory allocation and thread scheduling.
- GPU management and node scheduling.
- Resource management and node scheduling.
- Which of the following is an open source, fault-tolerant, and highly scalable workload manager for...