Does OpenMP 5.x support classes/type bound procedures in Fortran?

76 Views Asked by At

It looks like OpenACC supports Fortran Type Bound Procedures. So I took that code and translated the directives to OpenMP Offloading directives and that code bombs out (memory error, using nvhpc 22.x). So does the current version of OpenMP support Fortran Type Bound Procedures? I would provide the code, but then my question seems unpostable.

0

There are 0 best solutions below