<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 2, 2018 at 6:24 PM Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 2 Jul 2018, Mark Adams wrote:<br>
<br>
> Satish and Matt,<br>
> What is the syntax multiple libraries? I have this now but need to addd<br>
> more files.<br>
> Thanks,<br>
> Mark<br>
> <br>
> '--with-blaslapack-lib=/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/lib/intel64/libmkl_intel_thread.a',<br>
<br>
--with-blaslapack-lib="/path/to/foo/libfoo.a /path/to/bar/libbar.a"<br>
or:<br>
--with-blaslapack-lib="-L/path/to/foo -lfoo -L/path/to/bar -lbar"<br>
<br></blockquote><div><br></div><div>Thanks, I am doing this and it seems to work: </div><div><br></div><div><div>    'LIBS=-L/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/lib/intel64 -lmkl_intel_ilp64 -lmkl_intel_thread -lmkl_core -liomp5 -lpthread',</div></div><div><br></div><div>It looks like I can use <span style="background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">--with-blaslapack-lib="-L...."</span></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Satish<br>
</blockquote></div></div>