|
90 | 90 | omp_atv_blocked = 17, &
|
91 | 91 | omp_atv_interleaved = 18
|
92 | 92 |
|
93 |
| - type, bind(c) :: omp_alloctrait |
| 93 | + type :: omp_alloctrait |
94 | 94 | integer(kind=omp_alloctrait_key_kind) :: key, value
|
95 | 95 | end type omp_alloctrait
|
96 | 96 |
|
|
264 | 264 | integer(kind=omp_integer_kind), intent(out) :: place_nums(*)
|
265 | 265 | end subroutine omp_get_partition_place_nums
|
266 | 266 |
|
267 |
| - subroutine omp_set_affinity_format(format) bind(c) |
| 267 | + subroutine omp_set_affinity_format(format) |
268 | 268 | import
|
269 | 269 | character(len=*), intent(in) :: format
|
270 | 270 | end subroutine omp_set_affinity_format
|
271 | 271 |
|
272 |
| - function omp_get_affinity_format(buffer) bind(c) |
| 272 | + function omp_get_affinity_format(buffer) |
273 | 273 | import
|
274 | 274 | character(len=*), intent(out) :: buffer
|
275 | 275 | integer(kind=omp_integer_kind) :: omp_get_affinity_format
|
276 | 276 | end function omp_get_affinity_format
|
277 | 277 |
|
278 |
| - subroutine omp_display_affinity(format) bind(c) |
| 278 | + subroutine omp_display_affinity(format) |
279 | 279 | import
|
280 | 280 | character(len=*), intent(in) :: format
|
281 | 281 | end subroutine omp_display_affinity
|
282 | 282 |
|
283 |
| - function omp_capture_affinity(buffer, format) bind(c) |
| 283 | + function omp_capture_affinity(buffer, format) |
284 | 284 | import
|
285 | 285 | character(len=*), intent(out) :: buffer
|
286 | 286 | character(len=*), intent(in) :: format
|
|
339 | 339 | integer(kind=omp_integer_kind) :: omp_pause_resource
|
340 | 340 | end function omp_pause_resource
|
341 | 341 |
|
342 |
| - function omp_pause_resource_all(kind) bind(c) |
| 342 | + function omp_pause_resource_all(kind) |
343 | 343 | import
|
344 | 344 | integer(kind=omp_pause_resource_kind), value :: kind
|
345 | 345 | integer(kind=omp_integer_kind) :: omp_pause_resource_all
|
|
428 | 428 | ! Device Memory Routines
|
429 | 429 |
|
430 | 430 | ! Memory Management Routines
|
431 |
| - function omp_init_allocator(memspace, ntraits, traits) bind(c) |
| 431 | + function omp_init_allocator(memspace, ntraits, traits) |
432 | 432 | import
|
433 | 433 | integer(kind=omp_memspace_handle_kind), value :: memspace
|
434 | 434 | integer, value :: ntraits
|
|
446 | 446 | integer(kind=omp_allocator_handle_kind), value :: allocator
|
447 | 447 | end subroutine omp_set_default_allocator
|
448 | 448 |
|
449 |
| - function omp_get_default_allocator() bind(c) |
| 449 | + function omp_get_default_allocator() |
450 | 450 | import
|
451 | 451 | integer(kind=omp_allocator_handle_kind) :: omp_get_default_allocator
|
452 | 452 | end function omp_get_default_allocator
|
|
0 commit comments