Software Archive
Read-only legacy content

Polling the Xeon Phi

Amlesh_K_
Beginner
259 Views
Hi, Is there any function to check if the last asynchronous offload on Xeon Phi has finished or not, so that a new routine can be offloaded? (Fortran) Thanks.
0 Kudos
1 Reply
jimdempseyatthecove
Honored Contributor III
259 Views

Use

    OFFLOAD_SIGNALED(target_number, signal)

Use Search for OFFLOAD_SIGNALED. The 2017 document does not list this in the index.

Jim Dempsey

0 Kudos
Reply