Hi,
I am trying to copy an array of the following structure to Xeon Phi (offload model in KNC)
type phys integer , dimension(:), allocatable :: arr1 end type phys
I found out in the following article -
https://software.intel.com/en-us/articles/asynchronous-data-transfer-and-computation (para 2 last statement)
that this is not supported. Is there some recent support? What are the alternatives except fixing the dimension of arr1.
Thanks,
Amlesh