<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">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<br>
<br>
<br>
On 05/06/2014 10:07 AM, Ceren Tayran wrote:<br>
</div>
<blockquote
cite="mid:CAMdr_uFvSEvMYv16JCXOFL9_ZGkrbioc26eGiF+_xpwwbqsq7w@mail.gmail.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<div dir="ltr"><font color="#000000" face="Times New Roman"
size="3">
</font>
<p style="margin:0cm 0cm 10pt;text-align:justify"><span
style="line-height:115%;font-family:"Times New
Roman","serif";font-size:12pt"><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
style="line-height:115%;font-family:"Times New
Roman","serif";font-size:12pt"><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
style="line-height:115%;font-family:"Times New
Roman","serif";font-size:12pt"><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
style="line-height:115%;font-family:"Times New
Roman","serif";font-size:12pt"><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
style="line-height:115%;font-family:"Times New
Roman","serif";font-size:12pt"><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
style="line-height:115%;font-family:"Times New
Roman","serif";font-size:12pt"><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
style="line-height:115%;font-family:"Times New
Roman","serif";font-size:12pt"><font
color="#000000">Ceren.</font></span></p>
<font color="#000000" face="Times New Roman" size="3">
</font></div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Wannier mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Wannier@quantum-espresso.org">Wannier@quantum-espresso.org</a>
<a class="moz-txt-link-freetext" href="http://www.democritos.it/mailman/listinfo/wannier">http://www.democritos.it/mailman/listinfo/wannier</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Giovanni Pizzi
Post-doctoral Research Scientist
EPFL STI IMX THEOS
MXC 340 (Bâtiment MXC)
Station 12
CH-1015 Lausanne (Switzerland)
Phone: +41 21 69 31124</pre>
</body>
</html>