✏️ Project Exercise 3 ✏️#
⏳ Exercise will be ready by March 13, 2026 ⏳
Intra Node Parallelization
Recall:
Parallelized Workflow
Focus on separating Orchestration, Initiation, individual Jobs and Aggregation in your implementations.
Multiple-levels of parallelization
Intra-Node - Inter-Node
⚠️ Avoid Over-subscription
Avoid parallelizing a Python loop on the same level as any internally parallelized processes.
Head over to the ParallelProcessing repository and have a look at Project - Exo 1.