SUBROUTINE AP_COPY_FREE(dest, src, count)
<anytype> dest
INTEGER src, count
After receiving a message using the Fortran binding of AP_recv(), call this function to copy the message into Fortran memory space. After copying, this function will free the message descriptor so there is no need to call AP_free().