<div dir="ltr">I use same processors (32 cpu) and same pools (2) for pw.x and pp.x calculation, but it dose not work.<div><br></div><div style>However, I bypassed the problem. I use the wave function collection tag (wf_collect = .TRUE.), and use the single cpu for pp.x calculation. Then I got the orbital charge density. </div>
<div style><br></div><div style>Thank you Paolo Giannozzi for your interest.</div><div style><br></div><div style>Thank you.</div><div style><br></div><div style>Junhyeok Bang.</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Wed, Apr 10, 2013 at 11:49 AM, Paolo Giannozzi <span dir="ltr"><<a href="mailto:paolo.giannozzi@uniud.it" target="_blank">paolo.giannozzi@uniud.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hard to say anything without an example that runs in a few seconds<br>
(minutes at most) and an exact description of the operations done,<br>
including detaisl of how the code is run (number of processors and<br>
pools)<br>
<span class="HOEnZb"><font color="#888888"><br>
P.<br>
</font></span><div class="im HOEnZb"><br>
On Tue, 2013-04-09 at 18:33 -0400, Junhyeok Bang wrote:<br>
</div><div class="HOEnZb"><div class="h5">> Dear all:<br>
><br>
><br>
> I had a problem to get the orbital charge density. The complied pp.x<br>
> works for pbe functional calculations. However, it dose not work for<br>
> pbe0 calculations giving below error message:<br>
><br>
><br>
> ----error massage-------<br>
> forrtl: severe (174): SIGSEGV, segmentation fault occurred<br>
> Image              PC                Routine            Line<br>
>  Source<br>
> pp.x               0000000000530660  divide_et_impera_          82<br>
>  divide_et_impera.f90<br>
> pp.x               00000000004EEEA5  read_file_                158<br>
>  read_file.f90<br>
> pp.x               000000000040941E  MAIN__                     42<br>
>  postproc.f90<br>
> pp.x               0000000000408E1C  Unknown               Unknown<br>
>  Unknown<br>
> libc.so.6          0000003B9701D994  Unknown               Unknown<br>
>  Unknown<br>
> pp.x               0000000000408D29  Unknown               Unknown<br>
>  Unknown<br>
> ---------------------------------<br>
><br>
><br>
> This is the whole output file.<br>
> ----output file-------<br>
><br>
>      Program POST-PROC v.4.3.2  starts on  9Apr2013 at 11:38:23<br>
><br>
><br>
>      This program is part of the open-source Quantum ESPRESSO suite<br>
>      for quantum simulation of materials; please cite<br>
>          "P. Giannozzi et al., J. Phys.:Condens. Matter 21 395502<br>
> (2009);<br>
>           URL <a href="http://www.quantum-espresso.org" target="_blank">http://www.quantum-espresso.org</a>",<br>
>      in publications or presentations arising from this work. More<br>
> details at<br>
><br>
>  <a href="http://www.quantum-espresso.org/wiki/index.php/Citing_Quantum-ESPRESSO" target="_blank">http://www.quantum-espresso.org/wiki/index.php/Citing_Quantum-ESPRESSO</a><br>
><br>
><br>
>      Parallel version (MPI), running on    32 processors<br>
>      K-points division:     npool     =    2<br>
>      R & G space division:  proc/pool =   16<br>
><br>
><br>
>    Info: using nr1, nr2, nr3 values from input<br>
><br>
><br>
>    Info: using nr1s, nr2s, nr3s values from input<br>
> ---------------------------------<br>
><br>
><br>
> Does anyone know this problem?<br>
><br>
><br>
><br>
> For your information, I attached the input file for pw.x and pp.x<br>
> below. Thank you.<br>
><br>
><br>
> Junhyeok Bang.<br>
><br>
><br>
> input for pw.x-----------------------------------<br>
>  &control<br>
>     calculation='scf'<br>
>     restart_mode='from_scratch',<br>
>     pseudo_dir='/home/jbang/scratch_project/work_espresso/pot/'<br>
>     outdir='./caldata'<br>
>     prefix='SiHYBRID',<br>
>     tprnfor=.TRUE.<br>
>     tstress =.TRUE.<br>
>  /<br>
>  &system<br>
>     input_dft='pbe0', nqx1 = 1, nqx2 = 1, nqx3 = 1,<br>
>     exx_fraction = 0.25<br>
>     ibrav=1, celldm(1)=30.78365083894424738792,<br>
>     nat= 216, ntyp=2,<br>
>     nbnd    = 500<br>
>     ecutwfc = 25<br>
>     tot_charge = 0.0<br>
>     occupations = smearing<br>
>     degauss = 0.001<br>
>     smearing = fermi-dirac<br>
>     nspin    = 2<br>
>     starting_magnetization(1) = 1.0<br>
>     starting_magnetization(2) = 0.0<br>
>  /<br>
>  &electrons<br>
>     conv_thr =  5.0d-7<br>
>     mixing_beta = 0.3<br>
>     diagonalization = 'david'<br>
>  /<br>
> ATOMIC_SPECIES<br>
>  Si  28.0860   Si.pbe-mt_fhi.UPF<br>
>  P   30.9740   P.pbe-mt_fhi.UPF<br>
> ATOMIC_POSITIONS (crystal)<br>
> <atomic positions><br>
> K_POINTS automatic<br>
> 1  1  1   0.0  0.0  0.0<br>
> -----------------------------------<br>
><br>
> input for pp.x-----------------------------------<br>
><br>
>  &inputpp<br>
>     prefix   = 'SiHYBRID'<br>
>     outdir   = './caldata'<br>
>     filplot  = 'SiWAVE3D'<br>
>     plot_num = 7<br>
>     kpoint   = 1<br>
>     kband    = 433<br>
>     lsign    = .TRUE.<br>
>  /<br>
>  &plot<br>
>     iflag    = 3<br>
>     output_format = 4<br>
>     fileout  = 'SIWAVE'<br>
>     x0(1) = 0.000, x0(2) = 0.000, x0(3) = 0.000,<br>
>     e1(1) = 1.000, e1(2) = 0.000, e1(3) = 0.000,<br>
>     e2(1) = 0.000, e2(2) = 1.000, e2(3) = 0.000,<br>
>     e3(1) = 0.000, e3(2) = 0.000, e3(3) = 1.000,<br>
>     nx = 100, ny = 100, nz = 100<br>
>  /<br>
> -----------------------------------<br>
><br>
><br>
><br>
</div></div><div class="HOEnZb"><div class="h5">> _______________________________________________<br>
> Pw_forum mailing list<br>
> <a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
> <a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br>
<br>
<br>
_______________________________________________<br>
Pw_forum mailing list<br>
<a href="mailto:Pw_forum@pwscf.org">Pw_forum@pwscf.org</a><br>
<a href="http://pwscf.org/mailman/listinfo/pw_forum" target="_blank">http://pwscf.org/mailman/listinfo/pw_forum</a><br>
<br>
</div></div></blockquote></div><br></div>