<div dir="ltr">Dear Prof. P. Blaha<div><br></div><div>I got this error when compiling lapw1_mpi with  mpiifort intel cluster edition 2018<br></div><div><br></div><div>seclr4_tmp_.F(520): error #6404: This name does not have a type, and must have an explicit type.   [DLCOLHS]<br>               allocate(H(DLDHS,DLCOLHS))<br>--------------------------------^<br>seclr4_tmp_.F(520): error #6385: The highest data type rank permitted is INTEGER(KIND=8).   [DLCOLHS]<br>               allocate(H(DLDHS,DLCOLHS))<br>--------------------------------^<br>seclr4_tmp_.F(524): error #6385: The highest data type rank permitted is INTEGER(KIND=8).   [DLCOLHS]<br>               allocate(Z(DLDHS,DLCOLHS))<br>--------------------------------^<br>seclr4_tmp_.F(712): error #6404: This name does not have a type, and must have an explicit type.   [LCOLHS]<br>        deallocate(Z) ; allocate(Z(LDHS,LCOLHS))<br>----------------------------------------^<br>seclr4_tmp_.F(712): error #6385: The highest data type rank permitted is INTEGER(KIND=8).   [LCOLHS]<br>        deallocate(Z) ; allocate(Z(LDHS,LCOLHS))<br></div></div>