SPMD via OpenMP
Useful if developing from scratch
Implement to run on any number of threads
Query number of threads
omp_get_num_threads()
Find my thread number
omp_get_thread_num()
Calculate extents
All subdomain data is PRIVATE
Previous slide
Next slide
Back to first slide
View graphic version