<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hi, </div><div class=""><br class=""></div><div class="">   I am attempting to compile petsc 3.6.3 on my mac with the following options: </div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">./configure --prefix=${PWD}/../ --CC=mpicc --CXX=mpicxx  --FC=mpif90  --with-clanguage=c++ --with-fortran=0 --with-mpi-include=/opt/local/include/openmpi-mp  --with-mpiexec=/opt/local/bin/mpiexec  -with-mpi-lib=[/opt/local/lib/openmpi-mp/libmpi_cxx.dylib,/opt/local/lib/openmpi-mp/libmpi.dylib]    --with-shared-libraries=1 --with-x=1 --with-x-dir=/opt/X11 --with-debugging=0 --with-lapack-lib=/usr/lib/liblapack.dylib --with-blas-lib=/usr/lib/libblas.dylib --download-superlu=yes --download-superlu_dist=yes --download-suitesparse=yes --download-mumps=yes --download-scalapack=yes  --download-parmetis=yes  --download-parmetis-shared=1 --download-metis=yes  --download-metis-shared=1  --download-hypre=yes  --download-hypre-shared=1 --download-ml=yes  --download-ml-shared=1  --download-sundials=yes  --download-sundials-shared=1 </div></div><div class=""><br class=""></div><div class="">   The configuration script is putting oddly named libraries in hypre and sundials files in the directory <span style="color: rgb(245, 245, 245); font-family: Monaco; font-size: 10px; background-color: rgb(0, 0, 0);" class="">arch-darwin-cxx-opt/lib/petsc/conf</span></div><div class=""><br class=""></div><div class="">in hypre:   <span style="color: rgb(245, 245, 245); font-family: Monaco; font-size: 10px; background-color: rgb(0, 0, 0);" class="">--with-MPI-libs="mpi_cxx.dyl mpi.dyl"</span></div><div class=""><br class=""></div><div class="">in sundials: <span style="color: rgb(245, 245, 245); font-family: Monaco; font-size: 10px; background-color: rgb(0, 0, 0);" class="">--with-mpi-libs="-lmpi_cxx -lmpi_cxx.dyl -lmpi -lmpi.dyl"</span></div><div class=""><br class=""></div><div class=""><br class=""></div>   This is creating problems elsewhere in compilation. <div class=""><br class=""></div><div class="">   Are there ways to get around this? </div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Manav</div><div class=""><br class="">
<br class=""></div></body></html>