schedule_openmp_test


schedule_openmp_test, a C code which calls schedule_openmp(), which demonstrates the use of default, static and dynamic scheduling of loop iterations in OpenMP.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

schedule_openmp, a C code which demonstrates the default, static, and dynamic methods of scheduling loop iterations in OpenMP to avoid work imbalance.

Source Code:


Last revised on 03 August 2020.