PGF90-S-0047-More than seven dimensions specified for array

I’m trying to compile some code using pgf90 that had previously compiled and run with ifort. When defining an array with 8 dimensions I am getting the error:

PGF90-S-0047-More than seven dimensions specified for array

I know Intel increased the max number of dimensions to 31, has PGI done anything similar and if so how do I get this to compile?

PGI v16.10
Scientific Linux release 6.9

Thanks in advance for any help you can give me.

Greg W

Hi Greg,

Sorry, no. We’re still in the processes of adding support for Fortran 2008 and haven’t yet extend the Fortran 2003 limit of seven array dimensions to the new limit of 15.

-Mat