|
276 | 276 | #define FTN_SET_TEAMS_THREAD_LIMIT omp_set_teams_thread_limit_
|
277 | 277 | #define FTN_GET_TEAMS_THREAD_LIMIT omp_get_teams_thread_limit_
|
278 | 278 |
|
| 279 | +#define FTN_GET_NUM_INTEROP_PROPERTIES omp_get_num_interop_properties_ |
| 280 | +#define FTN_GET_INTEROP_INT omp_get_interop_int_ |
| 281 | +#define FTN_GET_INTEROP_PTR omp_get_interop_ptr_ |
| 282 | +#define FTN_GET_INTEROP_STR omp_get_interop_str_ |
| 283 | +#define FTN_GET_INTEROP_NAME omp_get_interop_name_ |
| 284 | +#define FTN_GET_INTEROP_TYPE_DESC omp_get_interop_type_desc_ |
| 285 | +#define FTN_GET_INTEROP_RC_DESC omp_get_interop_rc_desc_ |
| 286 | + |
279 | 287 | #endif /* KMP_FTN_APPEND */
|
280 | 288 |
|
281 | 289 | /* ------------------------------------------------------------------------ */
|
|
402 | 410 | #define FTN_SET_TEAMS_THREAD_LIMIT OMP_SET_TEAMS_THREAD_LIMIT
|
403 | 411 | #define FTN_GET_TEAMS_THREAD_LIMIT OMP_GET_TEAMS_THREAD_LIMIT
|
404 | 412 |
|
| 413 | +#define FTN_GET_NUM_INTEROP_PROPERTIES OMP_GET_NUM_INTEROP_PROPERTIES |
| 414 | +#define FTN_GET_INTEROP_INT OMP_GET_INTEROP_INT |
| 415 | +#define FTN_GET_INTEROP_PTR OMP_GET_INTEROP_PTR |
| 416 | +#define FTN_GET_INTEROP_STR OMP_GET_INTEROP_STR |
| 417 | +#define FTN_GET_INTEROP_NAME OMP_GET_INTEROP_NAME |
| 418 | +#define FTN_GET_INTEROP_TYPE_DESC OMP_GET_INTEROP_TYPE_DESC |
| 419 | +#define FTN_GET_INTEROP_RC_DESC OMP_GET_INTEROP_RC_DESC |
| 420 | + |
405 | 421 | #endif /* KMP_FTN_UPPER */
|
406 | 422 |
|
407 | 423 | /* ------------------------------------------------------------------------ */
|
|
530 | 546 | #define FTN_SET_TEAMS_THREAD_LIMIT OMP_SET_TEAMS_THREAD_LIMIT_
|
531 | 547 | #define FTN_GET_TEAMS_THREAD_LIMIT OMP_GET_TEAMS_THREAD_LIMIT_
|
532 | 548 |
|
| 549 | +#define FTN_GET_NUM_INTEROP_PROPERTIES OMP_GET_NUM_INTEROP_PROPERTIES_ |
| 550 | +#define FTN_GET_INTEROP_INT OMP_GET_INTEROP_INT_ |
| 551 | +#define FTN_GET_INTEROP_PTR OMP_GET_INTEROP_PTR_ |
| 552 | +#define FTN_GET_INTEROP_STR OMP_GET_INTEROP_STR_ |
| 553 | +#define FTN_GET_INTEROP_NAME OMP_GET_INTEROP_NAME_ |
| 554 | +#define FTN_GET_INTEROP_TYPE_DESC OMP_GET_INTEROP_TYPE_DESC_ |
| 555 | +#define FTN_GET_INTEROP_RC_DESC OMP_GET_INTEROP_RC_DESC_ |
| 556 | + |
533 | 557 | #endif /* KMP_FTN_UAPPEND */
|
534 | 558 |
|
535 | 559 | /* -------------------------- GOMP API NAMES ------------------------ */
|
|
0 commit comments