SIR with OpenMP¶
Runs multiple independent SIR simulations in parallel using OpenMP, demonstrating thread-level parallelism for large-scale studies.
Note
This example requires OpenMP support (-fopenmp). The interactive playground is not available for this example.