<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-JM" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal">Hi everyone,<o:p></o:p></p>
<p class="MsoNormal">I have been attempting to assist one of our researchers in using QE with environ.<o:p></o:p></p>
<p class="MsoNormal">I’ve successfully compiled QE 6.2 using the following:<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in">Intel compiler 17.0.2<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in">Intel MPI 2.174<o:p></o:p></p>
<p class="MsoNormal" style="text-indent:.5in">Intel MKL 2.174<o:p></o:p></p>
<p class="MsoNormal">And used the following:<o:p></o:p></p>
<p style="margin:0in;margin-bottom:.0001pt;text-indent:.5in"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black">./configure --enable-environment --enable-parallel --with-scalapack=intel FFT_LIBS="-L$MKLROOT/lib/intel64
</span><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:black">-lmkl_intel_lp64 -lmkl_sequential -lmkl_core"<o:p></o:p></span></p>
<p class="MsoNormal">This seems to work fine but when I try to install Environ, the patches seem to run fine and all the necessary files seem to have been generated and modified.<o:p></o:p></p>
<p class="MsoNormal">Attempts to compile pw.x with environ lead to the following error:<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">mpif90 -O2 -assume byterecl -g -traceback -nomodule -fpp -D__ENVIRONMENT -D__DFTI -D__MPI -D__SCALAPACK  -I/home/cmuir/qe-6.2//include -I/home/cmuir/qe-6.2//FoX/finclude -I../include/ -I/cm/shared/apps/intel/compilers_and_libraries/2017.2.174/mkl/include
 -I../../iotk/src -I../../Modules -I../../FFTXlib -I../../LAXlib -I../../UtilXlib -I../../KS_Solvers/Davidson -I../../KS_Solvers/CG -c plugin_initbase.f90<o:p></o:p></p>
<p class="MsoNormal">plugin_initbase.f90(30): error #6460: This is not a field name that is defined in the encompassing structure.   [NPP]<o:p></o:p></p>
<p class="MsoNormal">  ir_end = MIN(dfftp%nnr,dfftp%nr1x*dfftp%nr2x*dfftp%npp(me_bgrp+1))<o:p></o:p></p>
<p class="MsoNormal">-----------------------------------------------------^<o:p></o:p></p>
<p class="MsoNormal">plugin_initbase.f90(30): error #6158: The structure-name is invalid or is missing.   [DFFTP]<o:p></o:p></p>
<p class="MsoNormal">  ir_end = MIN(dfftp%nnr,dfftp%nr1x*dfftp%nr2x*dfftp%npp(me_bgrp+1))<o:p></o:p></p>
<p class="MsoNormal">-----------------------------------------------^<o:p></o:p></p>
<p class="MsoNormal">compilation aborted for plugin_initbase.f90 (code 1)<o:p></o:p></p>
<p class="MsoNormal">Not a fortran programmer but it’s looking like the dfftp and npp variables were not imported into plugin_initbase.f90<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Can anyone assist? <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thanks<o:p></o:p></p>
<p class="MsoNormal">Chris<o:p></o:p></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">------------------------------------------------------------------------------------------------------------------------------------------------<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">Christopher Muir<o:p></o:p></span></b></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">Information Technology Officer<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">Mona Information Technology Services<o:p></o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">The University of the West Indies<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">Mona Campus<o:p></o:p></span></b></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">Jamaica, W.I.<o:p></o:p></span></b></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">T: 876-977-1785<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">E:
<a href="mailto:christopher.muir@uwimona.edu.jm"><span style="color:#0563C1">christopher.muir@uwimona.edu.jm</span></a><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:8.0pt;font-family:"Arial",sans-serif;color:#1F497D;mso-fareast-language:EN-JM">CONFIDENTIALITY: This email (including any attachments) may contain confidential, proprietary and/or privileged information.
 Any duplication, copying, distribution, dissemination, transmission, disclosure or use in any manner of this email (including any attachments) without the authorisation of the sender is strictly prohibited. If you receive this email (including any attachments)
 in error, please notify the sender and delete this email (including any attachments) from your system. Thank you.<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>