Still problems with ALLOCATE

Hello,
I keep getting the error:

NVFORTRAN-F-0553-Invalid type-spec found in ALLOCATE statement (sugeometry.F90: 14)
NVFORTRAN/x86-64 Linux 22.2-0: compilation aborted

with v22.2 (same as v22.1 and older v21). Someone else posted this subroutine to test the compilation

SUBROUTINE SUGEOMETRY


IMPLICIT NONE

REAL(KIND=8), ALLOCATABLE :: ZVALH(:)

INTERFACE
SUBROUTINE SUVV1
INTEGER(KIND=4), PARAMETER :: JPKS=KIND(ZVALH)
END SUBROUTINE SUVV1
END INTERFACE

ALLOCATE(ZVALH(0:10))

END SUBROUTINE SUGEOMETRY

Thanks.

Hi afernandez,

This looks to be the same issue reported in TPR #30571. While I don’t have details, it appears that engineering is working on this issue so hopefully will be addressed in an upcoming release.

-Mat

Hi afernandez,

Engineering let me know that TPR #30571 has been fixed in our 22.3 release.

-Mat

Hi Mat,
I’m out of the country and with limited connectivity. I’ll test it as as soon as I come back to the States next week.
Thanks.