diff options
author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-02-19 18:51:11 +0000 |
---|---|---|
committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2019-02-19 18:51:11 +0000 |
commit | 154ac075cd04520a2b84c3503dd4590d90e233db (patch) | |
tree | 485ac817b58f9aaf3f5096c9e829971f778a3ce0 /openmp/runtime/src/include/50/omp_lib.f.var | |
parent | 4fe5271fa0d2a88333773e5d75b5fb34442e9f80 (diff) | |
download | bcm5719-llvm-154ac075cd04520a2b84c3503dd4590d90e233db.tar.gz bcm5719-llvm-154ac075cd04520a2b84c3503dd4590d90e233db.zip |
[OpenMP 5.0] Add omp_get_supported_active_levels()
This patch adds the new 5.0 API function omp_get_supported_active_levels().
Patch by Terry Wilmarth
Differential Revision: https://reviews.llvm.org/D58211
llvm-svn: 354368
Diffstat (limited to 'openmp/runtime/src/include/50/omp_lib.f.var')
-rw-r--r-- | openmp/runtime/src/include/50/omp_lib.f.var | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/openmp/runtime/src/include/50/omp_lib.f.var b/openmp/runtime/src/include/50/omp_lib.f.var index 892e98e90a7..87669a82afc 100644 --- a/openmp/runtime/src/include/50/omp_lib.f.var +++ b/openmp/runtime/src/include/50/omp_lib.f.var @@ -301,6 +301,11 @@ integer (kind=omp_integer_kind) omp_pause_resource_all end function omp_pause_resource_all + function omp_get_supported_active_levels() + use omp_lib_kinds + integer (kind=omp_integer_kind) omp_get_supported_active_levels + end function omp_get_supported_active_levels + subroutine omp_init_lock(svar) !DIR$ IF(__INTEL_COMPILER.GE.1400) !DIR$ attributes known_intrinsic :: omp_init_lock @@ -641,6 +646,7 @@ !dec$ attributes alias:'OMP_GET_DEVICE_NUM' :: omp_get_device_num !dec$ attributes alias:'OMP_PAUSE_RESOURCE' :: omp_pause_resource !dec$ attributes alias:'OMP_PAUSE_RESOURCE_ALL' :: omp_pause_resource_all +!dec$ attributes alias:'OMP_GET_SUPPORTED_ACTIVE_LEVELS' :: omp_get_supported_active_levels !dec$ attributes alias:'OMP_CONTROL_TOOL' :: omp_control_tool !dec$ attributes alias:'OMP_SET_AFFINITY_FORMAT' :: omp_set_affinity_format @@ -731,6 +737,7 @@ !dec$ attributes alias:'_OMP_GET_DEVICE_NUM' :: omp_get_device_num !dec$ attributes alias:'_OMP_PAUSE_RESOURCE' :: omp_pause_resource !dec$ attributes alias:'_OMP_PAUSE_RESOURCE_ALL' :: omp_pause_resource_all +!dec$ attributes alias:'_OMP_GET_SUPPORTED_ACTIVE_LEVELS' :: omp_get_supported_active_levels !dec$ attributes alias:'_OMP_CONTROL_TOOL' :: omp_control_tool !dec$ attributes alias:'_OMP_SET_AFFINITY_FORMAT' :: omp_set_affinity_format @@ -824,6 +831,7 @@ !dec$ attributes alias:'omp_get_device_num_'::omp_get_device_num !dec$ attributes alias:'omp_pause_resource_' :: omp_pause_resource !dec$ attributes alias:'omp_pause_resource_all_' :: omp_pause_resource_all +!dec$ attributes alias:'omp_get_supported_active_levels_' :: omp_get_supported_active_levels !dec$ attributes alias:'omp_set_affinity_format_' :: omp_set_affinity_format !dec$ attributes alias:'omp_get_affinity_format_' :: omp_get_affinity_format @@ -916,6 +924,7 @@ !dec$ attributes alias:'_omp_get_device_num_'::omp_get_device_num !dec$ attributes alias:'_omp_pause_resource_' :: omp_pause_resource !dec$ attributes alias:'_omp_pause_resource_all_' :: omp_pause_resource_all +!dec$ attributes alias:'_omp_get_supported_active_levels_' :: omp_get_supported_active_levels !dec$ attributes alias:'_omp_init_lock_'::omp_init_lock !dec$ attributes alias:'_omp_init_lock_with_hint_'::omp_init_lock_with_hint |