Skip to content

SIR with OpenMP

Runs multiple independent SIR simulations in parallel using OpenMP, demonstrating thread-level parallelism for large-scale studies.

View this example on GitHub.

Note

This example requires OpenMP support (-fopenmp). The interactive playground is not available for this example.