unfortunately, i just reinstalled mkl this morning as i was  thinking something could have gone wrong during the initial install.  still nothing.  <br><br>i have been looking for that mkl library since last week but figured something was incorrect with what i was doing.  everything compiles cleanly now.  time will tell if it will function properly.<br>
<br>i do appreciate the assistance on this matter.<br><br>Thank you,<br>JD<br><br><div class="gmail_quote">On Mon, Aug 31, 2009 at 2:24 PM, Pawel Lesniak <span dir="ltr">&lt;<a href="mailto:lesniak@ifmpan.poznan.pl">lesniak@ifmpan.poznan.pl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Jeff DeReus pisze:<div class="im"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
i had tried that previously but there is no mkl library.  there is an mkl_avx.<br>
<br>
</blockquote></div>
It&#39;s not standard mkl installation. libmkl.so should exist in em64t directory (however it&#39;s not a library but sth like alias that makes linking to 3 libraries).<br>
Try using:<br>
-L/opt/intel/mkl/<a href="http://10.2.1.017/lib/em64t" target="_blank">10.2.1.017/lib/em64t</a> -lmkl_lapack -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -liomp5<br>
<br>
It should work because -lmkl == -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core<br>
However if you&#39;ll still have problems I&#39;d suggest reinstalling mkl because even if you&#39;ll manage to run wien2k now, you can run into difficulties later (with compilation).<div><div></div><div class="h5"><br>
<br>
Regards,<br>
Pawel Lesniak<br>
<br>
_______________________________________________<br>
Wien mailing list<br>
<a href="mailto:Wien@zeus.theochem.tuwien.ac.at" target="_blank">Wien@zeus.theochem.tuwien.ac.at</a><br>
<a href="http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien" target="_blank">http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien</a><br>
</div></div></blockquote></div><br>