<div dir="ltr">On Tue, Jul 9, 2013 at 12:30 PM, Michael Povolotskyi <span dir="ltr"><<a href="mailto:mpovolot@purdue.edu" target="_blank">mpovolot@purdue.edu</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Petsc developers and users,<br>
I have a problem with petsc configuration:<br>
<br>
I want to execute the following<br>
<br>
./config/configure.py --with-x=0 --with-hdf5 --download-hdf5=1 --with-scalar-type=complex --with-single-library=0 --with-pic=1 --with-shared-libraries=0 --with-clanguage=C++ --with-fortran --with-debugging=1 --with-cc="/opt/intel/impi/4.<u></u>1.0/intel64/bin/mpicc" --with-fc="/opt/intel/impi/4.<u></u>1.0/intel64/bin/mpif90" --with-cxx="/opt/intel/impi/4.<u></u>1.0/intel64/bin/mpicxx " COPTFLAGS="-O3" CXXOPTFLAGS="-O3" FOPTFLAGS="-O3" --LDFLAGS=-Wl,-rpath,/opt/<u></u>intel/mkl//lib/intel64 -L/opt/intel/mkl//lib/intel64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -Wl,--end-group  --download-metis=1 --download-parmetis=1  --download-mumps=1 --download-scalapack=1 --with-blas-lapack-dir=/opt/<u></u>intel/mkl/ --download-blacs=1;<br>
</blockquote><div><br></div><div style>You need "" around your LDFLAGS argument</div><div style><br></div><div style>  Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I get the following error:<br>
==============================<u></u>==============================<u></u>===================<br>
             Configuring PETSc to compile on your system<br>
==============================<u></u>==============================<u></u>===================<br>
******************************<u></u>******************************<u></u>*******************<br>
                ERROR in COMMAND LINE ARGUMENT to ./configure<br>
------------------------------<u></u>------------------------------<u></u>-------------------<br>
The option -lmkl_intel_lp64 should probably be -lmkl-intel-lp64<br>
******************************<u></u>******************************<u></u>*******************<br>
<br>
<br>
What is the meaning of that message?<br>
I checked in my file system and the file names contain "_" instead of "-"<br>
<br>
ls /opt/intel/mkl//lib/intel64/<u></u>libmkl_intel_lp64.*<br>
/opt/intel/mkl//lib/intel64/<u></u>libmkl_intel_lp64.a /opt/intel/mkl//lib/intel64/<u></u>libmkl_intel_lp64.so<br>
<br>
Thank you,<br>
Michael.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Michael Povolotskyi, PhD<br>
Research Assistant Professor<br>
Network for Computational Nanotechnology<br>
207 S Martin Jischke Drive<br>
Purdue University, DLR, room 441-10<br>
West Lafayette, Indiana 47907<br>
<br>
phone: <a href="tel:%2B1-765-494-9396" value="+17654949396" target="_blank">+1-765-494-9396</a><br>
fax: <a href="tel:%2B1-765-496-6026" value="+17654966026" target="_blank">+1-765-496-6026</a><br>
<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <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
</div></div>