<div dir="ltr">Thank you very much<div><br></div><div>With the new version, all the installations were done without any error, without and with ELPA</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 14 juin 2019 à 16:09, Peter Blaha <<a href="mailto:pblaha@theochem.tuwien.ac.at">pblaha@theochem.tuwien.ac.at</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">Yes, I can confirm this simple fix.<br>
<br>
The new corrected version is on the web.<br>
<br>
Regards<br>
<br>
On 6/14/19 2:41 PM, Pavel Ondračka wrote:<br>
> The first option how to fix this is to compile with ELPA (which I would<br>
> recommend anyway as it is much faster).<br>
> To fix the compilation you can move the definitions outside the ifdef<br>
> ELPA block, i.e.,<br>
> change line number 12 in seclr4.F from:<br>
>    NPE, myrowhs, mycolhs,ictxt,ictxtall, NBELW_PARA, &<br>
> to<br>
>    NPE, myrowhs, mycolhs,ictxt,ictxtall, NBELW_PARA, lcolhs, dlcolhs, &<br>
> <br>
> and line number 14 from<br>
>    lcolhs, dlcolhs, elpa_switch, scala_switch, elpa_mem_default<br>
> to<br>
>    elpa_switch, scala_switch, elpa_mem_default<br>
> <br>
> This should fix the compilation but I'm not familiar with this part of<br>
> code enough to say how its intended to work. Hopefully prof. Blaha can<br>
> confirm this is the correct solution.<br>
> <br>
> Best regards<br>
> Pavel<br>
>                             <br>
> <br>
> On Fri, 2019-06-14 at 11:31 +0200, Wien2k User wrote:<br>
>> YES, we have compiling lapw1_mpi just with intel MPI without ELPA<br>
>><br>
>> Le ven. 14 juin 2019 à 11:21, Pavel Ondračka <<a href="mailto:pavel.ondracka@email.cz" target="_blank">pavel.ondracka@email.cz</a><br>
>>> a écrit :<br>
>>> 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,<br>
>>> 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<br>
>>> 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<br>
>>> 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<br>
>>> 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>
>>>>><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:<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>
>> 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>
> 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>
> <br>
<br>
-- <br>
<br>
                                       P.Blaha<br>
--------------------------------------------------------------------------<br>
Peter BLAHA, Inst.f. Materials Chemistry, TU Vienna, A-1060 Vienna<br>
Phone: +43-1-58801-165300             FAX: +43-1-58801-165982<br>
Email: <a href="mailto:blaha@theochem.tuwien.ac.at" target="_blank">blaha@theochem.tuwien.ac.at</a>    WIEN2k: <a href="http://www.wien2k.at" rel="noreferrer" target="_blank">http://www.wien2k.at</a><br>
WWW:   <a href="http://www.imc.tuwien.ac.at/TC_Blaha" rel="noreferrer" target="_blank">http://www.imc.tuwien.ac.at/TC_Blaha</a><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>