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 information on this web page is 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.