Hi,
Sorry for bothering you again, but I have just encountered another error.
I would like to send a coarray which is on a device to another coarray which is also on another device.
Reading the document;
I think the following should work:
real(8),dimension(:,:),allocatable:: send[:],recv[:]
!$acc host_data use_device(send, recv)
recv[1]=send
!$acc end host_data
but, I get the following error message at the compilation time;
PGF90-S-0155-Could not resolve generic procedure xmpf_coarray_put_generic (setValue.F90: 19)
If you can tell me how I can avoid this, please let this me know.
I am using PGI 20.04 and OMNI compiler nightly.
The compilation command is;
xmpf90 -c -O3 -xacc=pgi -Minfo=all -ta=tesla:managed,cc70
Best regards,
Noriyuki Kushida