Explicitly specify schedule everywhere OpenMP is used
Explicitly specify schedule everywhere OpenMP is used since GNU OpenMP (as opposed to any sane implementation of OpenMP) defaults to schedule(dynamic, 1).
Explicitly specify schedule everywhere OpenMP is used since GNU OpenMP (as opposed to any sane implementation of OpenMP) defaults to schedule(dynamic, 1).