<div dir="ltr"><div>build QE without MPI without OpenMP, run test-suite. To check if your compiler and library works.</div><div>build QE with MPI without OpenMP, run test-suite. To check if your MPI library works properly.</div><div>build QE without MPI but with OpenMP, run test-suite. To check if OpenMP is the issue.<br><div>build QE with MPI and with OpenMP, run test-suite. To check if OpenMP+MPI works.</div><div>If any of the above case shows massive failure, you'd better check the software environment. I think this is likely the case.<br></div></div><div>If all the above cases pass, but your own tests fail. Provide a full reproducer (how you build the code, all the input/output/log of run)<br></div><div>Ye<br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">===================<br>
Ye Luo, Ph.D.<br>Computational Science Division & Leadership Computing Facility<br>
Argonne National Laboratory</div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 3, 2022 at 3:27 PM Husak Michal <<a href="mailto:Michal.Husak@vscht.cz">Michal.Husak@vscht.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi<br>
<br>
I am trying to find why the MPI build (gfortan + OpenMP) does not work for QE 6.6-7.0<br>
The code stops in the routine<br>
good_fft_order (in fft_support.f90)<br>
on following statement<br>
 IF (np <= 0 .OR. np > nr) & ....<br>
<br>
This is called from<br>
realspace_grid_init (in fft_types.f90) ...<br>
<br>
Following command generate nonsense input generating code stop (np=2,nr=1)<br>
 dfft%nr1 = good_fft_order( dfft%nr1, fft_fact(1)<br>
<br>
I am not an Fortran expert not familiar with the QE architecture so tracing this issue more deeply is<br>
behind my knowledge ....<br>
<br>
Any advice I can try ?<br>
Run some test, debug mode ?<br>
<br>
Michal Husak<br>
UCT Prague ...<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Quantum ESPRESSO is supported by MaX (<a href="http://www.max-centre.eu" rel="noreferrer" target="_blank">www.max-centre.eu</a>)<br>
users mailing list <a href="mailto:users@lists.quantum-espresso.org" target="_blank">users@lists.quantum-espresso.org</a><br>
<a href="https://lists.quantum-espresso.org/mailman/listinfo/users" rel="noreferrer" target="_blank">https://lists.quantum-espresso.org/mailman/listinfo/users</a><br>
</blockquote></div>