<div dir="ltr"><div>Thank you for your helps.</div><div><br></div><div>I attach my input files.</div><div><br></div><div>"MKL ERROR : Parameter 4 was incorrect on entry to ZGESV<br> tran_transfer: problem in ZGESV 1<br>
Error: examine the output/error file for details"<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-05-06 12:08 GMT+03:00 Giovanni Pizzi <span dir="ltr"><<a href="mailto:giovanni.pizzi@epfl.ch" target="_blank">giovanni.pizzi@epfl.ch</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>Dear Ceren,<br>
it is hard to give an answer without the input files.<br>
<br>
I see two possible reasons:<br>
<br>
1. compilation/linking issues: if you have another machine, maybe
try to see if the same problem happens also there?<br>
<br>
2. wrong input file parameters. Indeed, it is easy to find where
the error is generated:<br>
<br>
<i><tt>$ grep -n "tran_transfer: problem in ZGESV 1" src/*.F90</tt></i><tt><br>
</tt><tt><b>src/transport.F90:1025</b>: call
io_error('tran_transfer: problem in ZGESV 1') </tt><tt><br>
</tt><br>
and if you look at line 1025 of that file, you see that the 4th
parameter of ZGESV (a few lines above) is nxx, which is the last
parameter of the tran_transfer function. The tran_transfer is
called here:<br>
<tt><br>
</tt><i><tt>$ grep -i -n "call tran_transfer" src/*.F90</tt></i><tt><br>
</tt><tt>src/transport.F90:557: call
tran_transfer(tot,tott,hB0,hB1,e_scan_cmp,<b>tran_num_bb</b>)</tt><tt><br>
</tt><tt>src/transport.F90:794: call
tran_transfer(totL,tottL,hL0,hL1,e_scan_cmp,<b>tran_num_ll</b>)</tt><tt><br>
</tt><tt>src/transport.F90:809: call
tran_transfer(totR,tottR,hR0,hR1,e_scan_cmp,<b>tran_num_rr</b>)</tt><br>
<br>
and as you see the last parameter is tran_num_bb or tran_num_ll or
tran_num_rr: therefore I would suggest to check that these are not
zero or negative in your case.<br>
<br>
Best,<br>
Giovanni Pizzi<div><div class="h5"><br>
<br>
<br>
On 05/06/2014 10:07 AM, Ceren Tayran wrote:<br>
</div></div></div>
<blockquote type="cite"><div><div class="h5">
<div dir="ltr"><font color="#000000" face="Times New Roman" size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span><font color="#000000">I am a VASP user and I
tried to solve quantum transport with Wannier function. I
get the </font><span><font color="#000000"> </font></span><font color="#000000">.win file from VASP. I write </font><span><font color="#000000">keywords to the .win file. After, I use
wannier90.x
</font><span><font color="#000000"> </font></span><font color="#000000">wannier90 and it is not produce -qc.dat.</font><span><font color="#000000"> </font></span><font color="#000000">the
system give error. </font></span></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span><font color="#000000">“MKL ERROR : Parameter 4 was incorrect on
entry to ZGESV</font></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span><span><font color="#000000"> </font></span><font color="#000000">tran_transfer:
problem in ZGESV 1</font></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span><font color="#000000">Error: examine the output/error file for
details”</font></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span><font color="#000000">Could you please help me? </font></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span><font color="#000000">Thanks for your advice.</font></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span><font color="#000000">Ceren.</font></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font></div>
<br>
<fieldset></fieldset>
<br>
</div></div><pre>_______________________________________________
Wannier mailing list
<a href="mailto:Wannier@quantum-espresso.org" target="_blank">Wannier@quantum-espresso.org</a>
<a href="http://www.democritos.it/mailman/listinfo/wannier" target="_blank">http://www.democritos.it/mailman/listinfo/wannier</a><span class="HOEnZb"><font color="#888888">
</font></span></pre><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
<pre cols="72">--
Giovanni Pizzi
Post-doctoral Research Scientist
EPFL STI IMX THEOS
MXC 340 (Bâtiment MXC)
Station 12
CH-1015 Lausanne (Switzerland)
Phone: <a href="tel:%2B41%2021%2069%2031124" target="_blank" value="+41216931124">+41 21 69 31124</a></pre>
</font></span></div>
<br>_______________________________________________<br>
Wannier mailing list<br>
<a href="mailto:Wannier@quantum-espresso.org">Wannier@quantum-espresso.org</a><br>
<a href="http://www.democritos.it/mailman/listinfo/wannier" target="_blank">http://www.democritos.it/mailman/listinfo/wannier</a><br>
<br></blockquote></div><br></div>