I am currently using pgf90.
In my Fortran 2008 code, I am defining a structure that includes pointers to functions.
This works fine on a CPU node.
However, when I enable GPU computing with OpenACC, it seems that such a construct is not supported.
Should I move to nvfortran ?
If this feature is not supported with the current version of nvfortran as well, will it
be the case in a future version and (approximately) when ?
Many thanks in advance.