[Wien] compiling error of lapw1_mpi
Pavel Ondračka
pavel.ondracka at email.cz
Fri Jun 14 11:21:41 CEST 2019
I'll make a guess that this is with MPI but without ELPA?
The DLCOLHS and the others are defined inside "#ifdef ELPA" block
#ifdef ELPA
lcolhs, dlcolhs, elpa_switch, scala_switch,
elpa_mem_default
#else
but used also in "#ifdef parallel"
blocks (specifically the one starting from line 515). There is also
error on line 712 probably for the same reason, but I got lost in the
ifdef magic there so dunno.
Pavel
On Fri, 2019-06-14 at 09:36 +0200, Peter Blaha wrote:
> Sorry, but I cannot reproduce this.
>
> On 6/14/19 1:10 AM, Wien2k User wrote:
> > Dear Prof. P. Blaha
> >
> > I got this error when compiling lapw1_mpi with mpiifort intel
> > cluster
> > edition 2018
> >
> > seclr4_tmp_.F(520): error #6404: This name does not have a type,
> > and
> > must have an explicit type. [DLCOLHS]
> > allocate(H(DLDHS,DLCOLHS))
> > --------------------------------^
> > seclr4_tmp_.F(520): error #6385: The highest data type rank
> > permitted is
> > INTEGER(KIND=8). [DLCOLHS]
> > allocate(H(DLDHS,DLCOLHS))
> > --------------------------------^
> > seclr4_tmp_.F(524): error #6385: The highest data type rank
> > permitted is
> > INTEGER(KIND=8). [DLCOLHS]
> > allocate(Z(DLDHS,DLCOLHS))
> > --------------------------------^
> > seclr4_tmp_.F(712): error #6404: This name does not have a type,
> > and
> > must have an explicit type. [LCOLHS]
> > deallocate(Z) ; allocate(Z(LDHS,LCOLHS))
> > ----------------------------------------^
> > seclr4_tmp_.F(712): error #6385: The highest data type rank
> > permitted is
> > INTEGER(KIND=8). [LCOLHS]
> > deallocate(Z) ; allocate(Z(LDHS,LCOLHS))
> >
> > _______________________________________________
> > Wien mailing list
> > Wien at zeus.theochem.tuwien.ac.at
> > http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
> > SEARCH the MAILING-LIST at:
> > http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html
> >
More information about the Wien
mailing list