<div dir="ltr">thanks for your answer.<br>I tried to figure the segmentation fault problem.<br>in that line you have:<br>                    etq = etfit(jbnd,eqqfit(ik)+nksfit*(ispin-1)/2)<br>I checked the numbers and saw that eqqfit(ik) get impossible values.<br>
I added a line after the line 545:<br>           eqqfit(ik) = eqkfit(nn)<br>           print *, 'ik  eqqfit(ik)=',ik,eqqfit(ik)<br>and the problem disappear ??????<br>I think there is a memory leak or violation somewhere.<br>
The Simulation crashed now in a different point:<br>  running matdyn for frequency calculation...forrtl: severe (24): end-of-file during read, unit 61, file /home/eeitan/QE/espresso-5.0.2/PHonon/examples/example03/results/a2Fmatdyn.61<br>
Image              PC                Routine            Line        Source             <br>matdyn.x           0000000000864CFA  Unknown               Unknown  Unknown<br>matdyn.x           00000000008637F6  Unknown               Unknown  Unknown<br>
matdyn.x           0000000000809C00  Unknown               Unknown  Unknown<br>matdyn.x           00000000007A530E  Unknown               Unknown  Unknown<br>matdyn.x           00000000007A484F  Unknown               Unknown  Unknown<br>
matdyn.x           00000000007D174E  Unknown               Unknown  Unknown<br>matdyn.x           00000000004122DF  a2fdos_                  1947  matdyn.f90<br>matdyn.x           000000000040AA34  MAIN__                    667  matdyn.f90<br>
matdyn.x           000000000040540C  Unknown               Unknown  Unknown<br>libc.so.6          00007F983A8DDBC6  Unknown               Unknown  Unknown<br>matdyn.x           0000000000405309  Unknown               Unknown  Unknown<br>
Error condition encountered during test: exit status = 24<br>Aborting<br>I think the bug is between your code and ifort (I checked that with ifort version 13.0.1 too).<br>thanks, eitan.<br><br><div class="gmail_quote">On Tue, Dec 18, 2012 at 6:39 AM, eitan eidelstein <span dir="ltr"><<a href="mailto:eitan.eidelstein@gmail.com" target="_blank">eitan.eidelstein@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br>Hello,<br>I am using:<br>Linux admin 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/Linux<br>
Linux
 version 2.6.32.12-0.7-default (geeko@buildhost) (gcc version 4.3.4 
[gcc-4_3-branch revision 152973] (SUSE Linux) ) #1 SMP 2010-05-20 
11:14:20 +0200<br>
SUSE Linux Enterprise Server 11 (x86_64)<br>VERSION = 11<br>PATCHLEVEL = 1<br><br>downloaded the:<br>espresso-5.0.2.tar.gz<br><br>compilled with:<br>ifort version 12.1.0<br><div dir="ltr"><br>configure output:attached<br>

do the next warning is problematic???<br>configure: WARNING: using cross tools not prefixed with host triplet<br>
<br>make all output:attached</div>I get a lots of warnings and remarks similar to:<br>ar: creating libiotk.a<br>kind.f90(38): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.<br>

        WRITE( stdout,'(/,T2,A,T78,A,2(/,T2,A,T75,I6),3(/,T2,A,T67,E14.8))') &<br>--------------------------------------------------------------------^<br><br>and<br>iotk_stream.f90(1225): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [VAL]<br>

subroutine iotk_stream_read_COMPLEX2(unit,header,val,setpos,getpos,noval,ierr)<br>-------------------------------------------------^<br><br><br>when running example01 in PHonon/:<br>eeitan@admin ~/QE/espresso-5.0.2/PHonon/examples/example03> run_example <br>

<br>/home/eeitan/QE/espresso-5.0.2/PHonon/examples/example03 : starting<br><br>This example shows how to calculate electron-phonon interaction<br>coefficients for fcc Al.<br><br>  executables directory: /home/eeitan/QE/espresso-5.0.2/bin<br>

  pseudo directory:      /home/eeitan/QE/espresso-5.0.2/pseudo<br>  temporary directory:   /home/eeitan/tmp<br>  checking that needed directories and files exist... done<br><br>  running pw.x as:   /home/eeitan/QE/espresso-5.0.2/bin/pw.x  -nband 1 -ntg 1 <br>

  running ph.x as:   /home/eeitan/QE/espresso-5.0.2/bin/ph.x  -nband 1 -ntg 1 <br>  running q2r.x as:   /home/eeitan/QE/espresso-5.0.2/bin/q2r.x  -nband 1 -ntg 1 <br>  running matdyn.x as:   /home/eeitan/QE/espresso-5.0.2/bin/matdyn.x  -nband 1 -ntg 1 <br>

  running lambda.x as: /home/eeitan/QE/espresso-5.0.2/bin/lambda.x <br><br>  cleaning /home/eeitan/tmp...  done<br>  running the scf calculation with dense k-point grid...  done<br>  running the scf calculation...  done<br>

  running the el-ph calculation...forrtl: severe (174): SIGSEGV, segmentation fault occurred<br>Image              PC                Routine            Line        Source             <br>ph.x               0000000000424EFE  elphsum_                  623  elphon.f90<br>

ph.x               0000000000406823  MAIN__                    145  phonon.f90<br>ph.x               00000000004065FC  Unknown               Unknown  Unknown<br>libc.so.6          00007F4D09702BC6  Unknown               Unknown  Unknown<br>

ph.x               00000000004064F9  Unknown               Unknown  Unknown<br>Error condition encountered during test: exit status = 174<br>Aborting<br><br>thanks in advance,<br>eitan.<br></div>
</blockquote></div><br></div>