<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
This worked, thanks Paolo and Takahiro!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
-Miles</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size:12pt;margin:0px;color:black;background-color:rgb(255, 255, 255)"><span style="font-size:15px;margin:0px;color:rgb(32, 31, 30);background-color:white">---Sender---</span></span>
<div style="font-size:15px;font-family:"Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;margin:0px;color:rgb(32, 31, 30);background-color:rgb(255, 255, 255)">
<font color="#201F1E"><span style="margin:0px">Miles Johnson</span></font></div>
<div style="font-size:12pt;margin:0px;color:black;background-color:rgb(255, 255, 255)">
<span style="font-size:15px;margin:0px;color:rgb(32, 31, 30);background-color:white">Applied Physics PhD candidate, California Institute of Technology</span><br>
</div>
<span style="font-size:12pt;margin:0px;color:black;background-color:rgb(255, 255, 255)">mjohnso7@caltech.edu</span><br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> users <users-bounces@lists.quantum-espresso.org> on behalf of Takahiro Chiba <takahiro_chiba@eis.hokudai.ac.jp><br>
<b>Sent:</b> Sunday, September 4, 2022 1:00 AM<br>
<b>To:</b> Quantum ESPRESSO users Forum <users@lists.quantum-espresso.org><br>
<b>Subject:</b> Re: [QE-users] Quantum Espresso with LibXC</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi Miles,<br>
<br>
As Paolo pointed out, you need to use the same compiler. It seems that<br>
you intend to use Intel compiler for QE, so you need to use it when<br>
compiling libxc.<br>
<br>
The procedure should be...<br>
#####<br>
tar -xf libxc-5.2.3.tar.gz<br>
cd libxc-5.2.3<br>
# Need to specify explicitly!<br>
CC=icc FC=ifort ./configure --prefix=$HOME/libxc-5.2.3-static<br>
make -j | tee make.log<br>
make check<br>
make install<br>
<br>
cd ../<br>
tar -xf q-e-qe-7.1.tar.gz<br>
cd q-e-qe-7.1/<br>
# Specify the location of compiled libxc and QE install destination<br>
./configure --with-libxc=yes<br>
--with-libxc-prefix=$HOME/libxc-5.2.3-static --prefix=$HOME/qe7.1<br>
make all -j | tee make.log<br>
cd test-suite<br>
make run-tests-parallel | tee tests.log<br>
cd ../<br>
make install<br>
#####<br>
<br>
---Sender---<br>
Takahiro Chiba<br>
Master course student at CSE, Hokkaido University<br>
takahiro_chiba@eis.hokudai.ac.jp<br>
-----<br>
_______________________________________________<br>
The Quantum ESPRESSO community stands by the Ukrainian<br>
people and expresses its concerns about the devastating<br>
effects that the Russian military offensive has on their<br>
country and on the free and peaceful scientific, cultural,<br>
and economic cooperation amongst peoples<br>
_______________________________________________<br>
Quantum ESPRESSO is supported by MaX (<a href="http://www.max-centre.eu">www.max-centre.eu</a>)<br>
users mailing list users@lists.quantum-espresso.org<br>
<a href="https://lists.quantum-espresso.org/mailman/listinfo/users">https://lists.quantum-espresso.org/mailman/listinfo/users</a><br>
</div>
</span></font></div>
</body>
</html>