<div dir="ltr">YES, we have compiling lapw1_mpi just with intel MPI without ELPA</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 14 juin 2019 à 11:21, Pavel Ondračka <<a href="mailto:pavel.ondracka@email.cz">pavel.ondracka@email.cz</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I'll make a guess that this is with MPI but without ELPA?<br>
<br>
The DLCOLHS and the others are defined inside "#ifdef ELPA" block<br>
<br>
#ifdef ELPA<br>
                           lcolhs, dlcolhs, elpa_switch, scala_switch,<br>
elpa_mem_default<br>
#else<br>
<br>
but used also in "#ifdef parallel" <br>
blocks (specifically the one starting from line 515). There is also<br>
error on line 712 probably for the same reason, but I got lost in the<br>
ifdef magic there so dunno.<br>
<br>
Pavel<br>
<br>
<br>
On Fri, 2019-06-14 at 09:36 +0200, Peter Blaha wrote:<br>
> Sorry, but I cannot reproduce this.<br>
> <br>
> On 6/14/19 1:10 AM, Wien2k User wrote:<br>
> > Dear Prof. P. Blaha<br>
> > <br>
> > I got this error when compiling lapw1_mpi with  mpiifort intel<br>
> > cluster <br>
> > edition 2018<br>
> > <br>
> > seclr4_tmp_.F(520): error #6404: This name does not have a type,<br>
> > and <br>
> > must have an explicit type.   [DLCOLHS]<br>
> >                 allocate(H(DLDHS,DLCOLHS))<br>
> > --------------------------------^<br>
> > seclr4_tmp_.F(520): error #6385: The highest data type rank<br>
> > permitted is <br>
> > INTEGER(KIND=8).   [DLCOLHS]<br>
> >                 allocate(H(DLDHS,DLCOLHS))<br>
> > --------------------------------^<br>
> > seclr4_tmp_.F(524): error #6385: The highest data type rank<br>
> > permitted is <br>
> > INTEGER(KIND=8).   [DLCOLHS]<br>
> >                 allocate(Z(DLDHS,DLCOLHS))<br>
> > --------------------------------^<br>
> > seclr4_tmp_.F(712): error #6404: This name does not have a type,<br>
> > and <br>
> > 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<br>
> > permitted is <br>
> > INTEGER(KIND=8).   [LCOLHS]<br>
> >          deallocate(Z) ; allocate(Z(LDHS,LCOLHS))<br>
> > <br>
> > _______________________________________________<br>
> > Wien mailing list<br>
> > <a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
> > <a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
> > SEARCH the MAILING-LIST at:  <br>
> > <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
> > <br>
<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" rel="noreferrer" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
SEARCH the MAILING-LIST at:  <a href="http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html" rel="noreferrer" target="_blank">http://www.mail-archive.com/wien@zeus.theochem.tuwien.ac.at/index.html</a><br>
</blockquote></div>