<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div><div><div>Dear, PW users</div><div><div><br></div><div>I'm trying to calculate the phonon dispersion for graphene on IBM AIX v6.1 (serial) with ESSL,</div><div>I compiled the espresso package using './configure' and there was no problem when compiling.</div><div>But the run stops when performing 'q2r.x' which gives a runtime error messages,</div><div><br></div><div>---------------------------------</div><div>DCFT3 : 2538-2030</div><div><div>The transform length (ARG NO. 9) is not an allowed value. The next higher</div><div>allowed value is (2).</div><div><br></div><div>DCFT3 : 2538-2099</div><div>End of input argument error reporting. For more information, refer to</div><div>Engineering and Scientific Subroutine Library Guide and Reference (SA22-7904).</div><div><br></div><div>DCFT3 : 2538-2604</div><div>Execution terminating due to error count for error number 2099.</div><div><br></div><div>DCFT3 : 2538-2605</div><div>Message summary: &nbsp; &nbsp; &nbsp;2030 &nbsp; &nbsp; - 1</div><div><br></div><div>DCFT3 : 2538-2605</div><div>Message summary: &nbsp; &nbsp; &nbsp;2099 &nbsp; &nbsp; - 1</div></div><div>----------------------------------</div><div><div><br></div><div>So I copied all the output files from 'pw.x' and 'ph.x' to other Linux machine (ifort with MKL) and run the 'q2r.x' with the same input file.</div><div>Then it was ok. Calculated phonon dispersion for the graphene looked as I expected.&nbsp;</div><div>There was no negative frequencies as expected from 'acoustic sum rule'.</div><div><br></div><div>However, there is another problem when I run the whole calculation (pw.x, ph.x and q2r.x) on the Linux machine.&nbsp;</div><div>The input files below ran ok. But I get negative frequency for one of the acoustic mode near Gamma.</div><div><br></div><div>Let me summarize,&nbsp;</div><div><br></div><div>(1) I get 'DCFT3' error on AIX (XL-fortran with ESSL) when I run 'q2r.x'.</div><div>(2) No run time errors on Linux (ifort with MKL) but negative frequency.</div><div><br></div><div>Please share your experiences and give me advices.</div><div>Thank you.</div><div><br></div><div><br></div><div>Input files :</div><div><br></div><div>================================</div><div><br></div><div>cat &gt; $INPUT &lt;&lt; EOF</div><div>&amp;control</div><div>&nbsp; calculation &nbsp; &nbsp; = 'scf',</div><div>&nbsp; restart_mode &nbsp; &nbsp;= 'from_scratch',</div><div>&nbsp; prefix &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= '$NAME',</div><div>&nbsp; pseudo_dir &nbsp; &nbsp; &nbsp;= '$PSEUDO_DIR/',</div><div>&nbsp; outdir &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= '$OUT_DIR/',</div><div>&nbsp; wf_collect &nbsp; &nbsp; &nbsp;= .TRUE.</div><div>&nbsp; tstress &nbsp; &nbsp; &nbsp; &nbsp; = .TRUE.</div><div>&nbsp; tprnfor &nbsp; &nbsp; &nbsp; &nbsp; = .TRUE.</div><div>&nbsp; etot_conv_thr &nbsp; = 1.d-5</div><div>&nbsp; forc_conv_thr &nbsp; = 1.d-4</div><div>/</div><div>&amp;system</div><div>&nbsp; ibrav &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 0,</div><div>&nbsp; celldm(1) &nbsp; &nbsp; &nbsp; = 2.687</div><div>&nbsp; nat &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; = 2,</div><div>&nbsp; ntyp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 1,</div><div>&nbsp; ecutwfc &nbsp; &nbsp; &nbsp; &nbsp; = 45.0,</div><div>&nbsp; ecutrho &nbsp; &nbsp; &nbsp; &nbsp; = 450.0,</div><div>&nbsp; occupations &nbsp; &nbsp; = 'smearing',</div><div>&nbsp; smearing &nbsp; &nbsp; &nbsp; &nbsp;= 'mp',</div><div>&nbsp; degauss &nbsp; &nbsp; &nbsp; &nbsp; = 0.03,</div><div>/</div><div>&amp;electrons</div><div>&nbsp; diagonalization = 'cg',</div><div>&nbsp; mixing_mode &nbsp; &nbsp; = 'plain',</div><div>&nbsp; mixing_beta &nbsp; &nbsp; = 0.7,</div><div>&nbsp; conv_thr &nbsp; &nbsp; &nbsp; &nbsp;= 1.0d-8,</div><div>/</div><div>ATOMIC_SPECIES</div><div>C &nbsp;12.0107 C.pbe-rrkjus.UPF</div><div>CELL_PARAMETERS</div><div>&nbsp; &nbsp;0.86602500 1.50000000 0.00000000</div><div>&nbsp; -0.86602500 1.50000000 0.00000000</div><div>&nbsp; &nbsp;0.00000000 0.00000000 8.66602500</div><div>ATOMIC_POSITIONS (alat)</div><div>C &nbsp; &nbsp; &nbsp; &nbsp;0.000000000 &nbsp; 1.000000000 &nbsp; 0.000000000</div><div>C &nbsp; &nbsp; &nbsp; &nbsp;0.000000000 &nbsp; 2.000000000 &nbsp; 0.000000000</div><div>K_POINTS automatic</div><div>16 16 1 0 0 0&nbsp;</div><div>EOF</div><div><br></div><div>========================= &gt; pw.x</div><div><br></div><div><div>cat &gt; $INPUT &lt;&lt; EOF</div><div>Phonons of graphene</div><div>&nbsp;&amp;inputph</div><div>&nbsp; tr2_ph &nbsp; &nbsp;= 1.d-14,</div><div>&nbsp; prefix &nbsp; &nbsp;= '$NAME',</div><div>&nbsp; outdir &nbsp; &nbsp;= '$OUT_DIR/',</div><div>&nbsp; fildyn &nbsp; &nbsp;= '$NAME.dyn',</div><div>&nbsp; ldisp &nbsp; &nbsp; = .true.,</div><div>&nbsp; nq1 &nbsp; &nbsp; &nbsp; = 8,</div><div>&nbsp; nq2 &nbsp; &nbsp; &nbsp; = 8,</div><div>&nbsp; nq3 &nbsp; &nbsp; &nbsp; = 1,&nbsp;</div><div>&nbsp; amass(1) &nbsp;= 12.0107,</div><div>/</div><div>EOF</div></div></div><div><br></div><div>========================= &gt; ph.x</div><div><br></div><div><div>cat &gt; $INPUT &lt;&lt; EOF</div><div>&nbsp;&amp;input</div><div>&nbsp; &nbsp;fildyn &nbsp;= '$NAME.dyn'&nbsp;</div><div>&nbsp; &nbsp;flfrc &nbsp; = '$NAME.881.fc'</div><div>&nbsp; &nbsp;zasr &nbsp; &nbsp;= 'simple'</div><div>&nbsp;/</div><div>EOF</div></div><div><br></div><div><div>========================= &gt; q2r.x</div></div></div><div><br></div><div><br></div><div><div><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">JISEOK KIM, Ph.D.</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">Postdoctoral Research&nbsp;Associate</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">Department of Materials&nbsp;Science and Engineering</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">University of Texas at Dallas</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">800 W. Campbell Rd. RL10</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">Richardson, TX 75080</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; ">(413)386-6285</span><span class="Apple-style-span" style="font-family: Helvetica; font-size: medium; "><br></span></div></div></div></div></body></html>