Changeset View
Changeset View
Standalone View
Standalone View
runtime/src/kmp_ftn_os.h
Show First 20 Lines • Show All 133 Lines • ▼ Show 20 Lines | |||||
#endif | #endif | ||||
#if OMP_50_ENABLED | #if OMP_50_ENABLED | ||||
#define FTN_CONTROL_TOOL omp_control_tool | #define FTN_CONTROL_TOOL omp_control_tool | ||||
#define FTN_SET_DEFAULT_ALLOCATOR omp_set_default_allocator | #define FTN_SET_DEFAULT_ALLOCATOR omp_set_default_allocator | ||||
#define FTN_GET_DEFAULT_ALLOCATOR omp_get_default_allocator | #define FTN_GET_DEFAULT_ALLOCATOR omp_get_default_allocator | ||||
#define FTN_ALLOC omp_alloc | #define FTN_ALLOC omp_alloc | ||||
#define FTN_FREE omp_free | #define FTN_FREE omp_free | ||||
#define FTN_SET_AFFINITY_FORMAT omp_set_affinity_format | |||||
#define FTN_GET_AFFINITY_FORMAT omp_get_affinity_format | |||||
#define FTN_DISPLAY_AFFINITY omp_display_affinity | |||||
#define FTN_CAPTURE_AFFINITY omp_capture_affinity | |||||
#endif | #endif | ||||
#endif /* KMP_FTN_PLAIN */ | #endif /* KMP_FTN_PLAIN */ | ||||
/* ------------------------------------------------------------------------ */ | /* ------------------------------------------------------------------------ */ | ||||
#if KMP_FTN_ENTRIES == KMP_FTN_APPEND | #if KMP_FTN_ENTRIES == KMP_FTN_APPEND | ||||
▲ Show 20 Lines • Show All 110 Lines • ▼ Show 20 Lines | |||||
#endif | #endif | ||||
#if OMP_50_ENABLED | #if OMP_50_ENABLED | ||||
#define FTN_CONTROL_TOOL omp_control_tool_ | #define FTN_CONTROL_TOOL omp_control_tool_ | ||||
#define FTN_SET_DEFAULT_ALLOCATOR omp_set_default_allocator_ | #define FTN_SET_DEFAULT_ALLOCATOR omp_set_default_allocator_ | ||||
#define FTN_GET_DEFAULT_ALLOCATOR omp_get_default_allocator_ | #define FTN_GET_DEFAULT_ALLOCATOR omp_get_default_allocator_ | ||||
#define FTN_ALLOC omp_alloc_ | #define FTN_ALLOC omp_alloc_ | ||||
#define FTN_FREE omp_free_ | #define FTN_FREE omp_free_ | ||||
#define FTN_SET_AFFINITY_FORMAT omp_set_affinity_format_ | |||||
#define FTN_GET_AFFINITY_FORMAT omp_get_affinity_format_ | |||||
#define FTN_DISPLAY_AFFINITY omp_display_affinity_ | |||||
#define FTN_CAPTURE_AFFINITY omp_capture_affinity_ | |||||
#endif | #endif | ||||
#endif /* KMP_FTN_APPEND */ | #endif /* KMP_FTN_APPEND */ | ||||
/* ------------------------------------------------------------------------ */ | /* ------------------------------------------------------------------------ */ | ||||
#if KMP_FTN_ENTRIES == KMP_FTN_UPPER | #if KMP_FTN_ENTRIES == KMP_FTN_UPPER | ||||
▲ Show 20 Lines • Show All 110 Lines • ▼ Show 20 Lines | |||||
#endif | #endif | ||||
#if OMP_50_ENABLED | #if OMP_50_ENABLED | ||||
#define FTN_CONTROL_TOOL OMP_CONTROL_TOOL | #define FTN_CONTROL_TOOL OMP_CONTROL_TOOL | ||||
#define FTN_SET_DEFAULT_ALLOCATOR OMP_SET_DEFAULT_ALLOCATOR | #define FTN_SET_DEFAULT_ALLOCATOR OMP_SET_DEFAULT_ALLOCATOR | ||||
#define FTN_GET_DEFAULT_ALLOCATOR OMP_GET_DEFAULT_ALLOCATOR | #define FTN_GET_DEFAULT_ALLOCATOR OMP_GET_DEFAULT_ALLOCATOR | ||||
#define FTN_ALLOC OMP_ALLOC | #define FTN_ALLOC OMP_ALLOC | ||||
#define FTN_FREE OMP_FREE | #define FTN_FREE OMP_FREE | ||||
#define FTN_SET_AFFINITY_FORMAT OMP_SET_AFFINITY_FORMAT | |||||
#define FTN_GET_AFFINITY_FORMAT OMP_GET_AFFINITY_FORMAT | |||||
#define FTN_DISPLAY_AFFINITY OMP_DISPLAY_AFFINITY | |||||
#define FTN_CAPTURE_AFFINITY OMP_CAPTURE_AFFINITY | |||||
#endif | #endif | ||||
#endif /* KMP_FTN_UPPER */ | #endif /* KMP_FTN_UPPER */ | ||||
/* ------------------------------------------------------------------------ */ | /* ------------------------------------------------------------------------ */ | ||||
#if KMP_FTN_ENTRIES == KMP_FTN_UAPPEND | #if KMP_FTN_ENTRIES == KMP_FTN_UAPPEND | ||||
▲ Show 20 Lines • Show All 110 Lines • ▼ Show 20 Lines | |||||
#endif | #endif | ||||
#if OMP_50_ENABLED | #if OMP_50_ENABLED | ||||
#define FTN_CONTROL_TOOL OMP_CONTROL_TOOL_ | #define FTN_CONTROL_TOOL OMP_CONTROL_TOOL_ | ||||
#define FTN_SET_DEFAULT_ALLOCATOR OMP_SET_DEFAULT_ALLOCATOR_ | #define FTN_SET_DEFAULT_ALLOCATOR OMP_SET_DEFAULT_ALLOCATOR_ | ||||
#define FTN_GET_DEFAULT_ALLOCATOR OMP_GET_DEFAULT_ALLOCATOR_ | #define FTN_GET_DEFAULT_ALLOCATOR OMP_GET_DEFAULT_ALLOCATOR_ | ||||
#define FTN_ALLOC OMP_ALLOC_ | #define FTN_ALLOC OMP_ALLOC_ | ||||
#define FTN_FREE OMP_FREE_ | #define FTN_FREE OMP_FREE_ | ||||
#define FTN_SET_AFFINITY_FORMAT OMP_SET_AFFINITY_FORMAT_ | |||||
#define FTN_GET_AFFINITY_FORMAT OMP_GET_AFFINITY_FORMAT_ | |||||
#define FTN_DISPLAY_AFFINITY OMP_DISPLAY_AFFINITY_ | |||||
#define FTN_CAPTURE_AFFINITY OMP_CAPTURE_AFFINITY_ | |||||
#endif | #endif | ||||
#endif /* KMP_FTN_UAPPEND */ | #endif /* KMP_FTN_UAPPEND */ | ||||
/* -------------------------- GOMP API NAMES ------------------------ */ | /* -------------------------- GOMP API NAMES ------------------------ */ | ||||
// All GOMP_1.0 symbols | // All GOMP_1.0 symbols | ||||
#define KMP_API_NAME_GOMP_ATOMIC_END GOMP_atomic_end | #define KMP_API_NAME_GOMP_ATOMIC_END GOMP_atomic_end | ||||
#define KMP_API_NAME_GOMP_ATOMIC_START GOMP_atomic_start | #define KMP_API_NAME_GOMP_ATOMIC_START GOMP_atomic_start | ||||
▲ Show 20 Lines • Show All 129 Lines • Show Last 20 Lines |