Used to determine if dynamic thread adjustment is enabled or not.
LOGICAL FUNCTION OMP_GET_DYNAMIC()
#include <omp.h>
int omp_get_dynamic(void)
For Fortran, this function returns .TRUE. if dynamic thread adjustment is enabled, and .FALSE. otherwise.
For C/C++, non-zero will be returned if dynamic thread adjustment is enabled, and zero otherwise.