For any configure problem, you MUST send configure.log or we have no idea<br>what happened.<br><br>  Matt<br><br><div class="gmail_quote">On Thu, Jul 9, 2009 at 2:50 AM, Takuya Sekikawa <span dir="ltr">&lt;<a href="mailto:sekikawa@msi.co.jp">sekikawa@msi.co.jp</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;">Hello petsc users,<br>
<br>
I need to know how to configure PETSc with Intel-compiler (icc/icpc) on<br>
static linking.<br>
<br>
shared linking is just fine,<br>
but I need to build PETSc with static-linking. so I tried several description.<br>
<br>
[1]<br>
$ ./config/configure.py --with-cc=icc --with-cxx=icpc --with-fc=0<br>
--with-shared=0 --with-blas-lapack-dir=${MKL_DIR}<br>
<br>
environment variable MKL_DIR is set to intel MKL library directory.<br>
this one is fine, (also compiling and running is ok)<br>
but is spite of &quot;--with-shared=0&quot; flag, executable still link with .so<br>
(libmkl_lapack.so, etc)<br>
<br>
so I tried another one:<br>
<br>
[2]<br>
$ ./config/configure.py --with-cc=icc --with-cxx=icpc --with-fc=0<br>
--with-shared=0 --with-blas-lapack-lib=${MKL_DIR}/libmkl_lapack.a<br>
<br>
this time configure.py failed:<br>
<br>
*********************************************************************************<br>
         UNABLE to CONFIGURE with GIVEN OPTIONS    (see configure.log for details):<br>
---------------------------------------------------------------------------------------<br>
You set a value for --with-blas-lapack-lib=&lt;lib&gt;, but [&#39;/opt/intel/mkl/10.0.010/lib/em64t/libmkl_lapack.a&#39;] cannot be used<br>
*********************************************************************************<br>
<br>
Could someone give me good advice? (or examples are greatly appriciated)<br>
<br>
Thanks in advance<br>
<font color="#888888"><br>
Takuya<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener<br>