Wolfgang, Thanks for the quick reply. Just as a note to everyone - I was able to successfully compile the latest svn version with the Intel 11.1 compilers, Intel MPI tools 3.2.2, and cmkl 10.2.3 on this Linux cluster without any problems. My exact config line was:
./configure --with-umfpack --disable-threads --with-blas="mkl_solver_lp64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -openmp -lpthread" --with-lapack="mkl_solver_lp64 -Wl,--start-group -lmkl_intel_lp64 -lmkl_intel_thread -lmkl_core -Wl,--end-group -openmp -lpthread" CC=mpiicc CXX=mpiicpc F77=mpiifort CXXFLAGS=-DMPICH_IGNORE_CXX_SEEK This list of MKL libraries differs a little from the previous discussion about this subject, but was obtained from the Intel website at: http://software.intel.com/en-us/articles/intel-mkl-link-line-advisor/ You all probably already knew about this site, but I thought it was enlightening. Jon On Tue, Jun 22, 2010 at 12:01 PM, Wolfgang Bangerth <[email protected]>wrote: > > Jon, > > > Is the --prefix function in the configure script working under the svn > > version of deal.II? > > No, --prefix is not supported because > make install > is not supported. The primary reason is that we always felt that to do > useful programming you need to debug into the library source files (e.g. > to see where an exception was coming from) and if you need the source > files around there's not much point in installing the libraries to some > other location. I'm actually curious to hear what others have to say about > this (e.g. whether it makes sense to install stuf and why). > > If I want several versions of deal.II, I usually just check out several > copies into parallel directories... > > Best > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [email protected] > www: > http://www.math.tamu.edu/~bangerth/<http://www.math.tamu.edu/%7Ebangerth/> > >
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
