3 ! Test the task detach clause used together with dependencies.
9 integer (kind
=omp_event_handle_kind
) :: detach_event
10 integer :: x
= 0, y
= 0, z
= 0
15 !$omp task depend (out:dep) detach (detach_event)
21 call omp_fulfill_event (detach_event
)
24 !$omp task depend (in:dep)