schedule_openmp_test, a FORTRAN90 code which calls schedule_openmp(), which demonstrates the use of default, static and dynamic scheduling of loop iterations in OpenMP.
The computer code and data files described and made available on this web page are distributed under the MIT license
schedule_openmp, a FORTRAN90 code which demonstrates the default, static, and dynamic methods of scheduling loop iterations in OpenMP to avoid work imbalance.