get the current threading mode for the array routines Usage: mode = get_threading_mode()
function get_threading_mode() result(mode) !! get the current threading mode for the array routines !! Usage: mode = get_threading_mode() logical :: mode mode = use_threaded_default end function get_threading_mode