<div dir="ltr">Dear Filippo,<div>thanks for the clarification of FFTW library.</div><div>I'm using the serial version with <span style="font-family:arial,sans-serif;font-size:13px">OMP_NUM_THREADS=8 and my input has nspin=2.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Best regards,</span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Mauro.</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-09-14 7:56 GMT+02:00 Filippo Spiga <span dir="ltr"><<a href="mailto:spiga.filippo@gmail.com" target="_blank">spiga.filippo@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Mauro,<br>
<span class=""><br>
On Sep 12, 2014, at 10:30 PM, Mauro Sgroi <<a href="mailto:maurofrancesco.sgroi@gmail.com">maurofrancesco.sgroi@gmail.com</a>> wrote:<br>
> I was able to compile using gfortran and the -shared flag to compile phiGEMM (I modified the file GPU/install/make_phiGEMM.inc).<br>
> Then I was also able to linlk with openblas by manually modifying the make.sys file.<br>
> I'm still not sure if to use the internal FFT library or if to link with a fftw3 library compiled by me.<br>
<br>
</span>If in the make.sys you see both -D__FFTW and -D__OMP then you are using the internal FFTW. If there is -D__FFTW3 then you are using the FFTW3 library. If --D__FFTW is specified you can avoid to put any library in the FFT_LIBS line...<br>
<span class=""><br>
<br>
> Testing the code with 8 threads (I've 8 cores, is this correct?) I got the following worrisome error:<br>
<br>
</span>Meaning serial (--disable-paralle) and OMP_NUM_THREADS=8?<br>
<span class=""><br>
<br>
>  WARNING: integrated charge=   <a href="tel:173.15368500" value="+17315368500">173.15368500</a>, expected=   178.00000000<br>
><br>
>  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
>      Error in routine electrons (1):<br>
>      charge is wrong<br>
>  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%<br>
><br>
>      stopping ...<br>
> STOP 1<br>
><br>
><br>
> The same inupt runs smoothly with the standard version of the code.<br>
<br>
</span>Serial or parallel version of the standard CPU code? Is your input require non-colin or spin magnetization = 2 ? I had user with troubles with this already in the past ...<br>
<div class="HOEnZb"><div class="h5"><br>
F<br>
<br>
--<br>
Mr. Filippo SPIGA, M.Sc.<br>
<a href="http://filippospiga.info" target="_blank">http://filippospiga.info</a> ~ skype: filippo.spiga<br>
<br>
«Nobody will drive us out of Cantor's paradise.» ~ David Hilbert<br>
<br>
*****<br>
Disclaimer: "Please note this message and any attachments are CONFIDENTIAL and may be privileged or otherwise protected from disclosure. The contents are not to be disclosed to anyone other than the addressee. Unauthorized recipients are requested to preserve this confidentiality and to advise the sender immediately of any error in transmission."<br>
<br>
<br>
</div></div></blockquote></div><br></div>