Hi Bruno
> I have already moved to the trilinos installation. But after installing > for > > a while, I get the error that you can see below. Is this because I am > using > > an old version of Intel MKL Math Kernel library? If not, does any one > know > > how to fix it? > First you used pgi now you want to use MKL, I see that you like challenges > ;-) > Believe me! I don't really like this kind of challenge. I really just want to fix the problem and get to work on CUDA programming. ;-) > > -DBLAS_LIBRARY_NAMES:STRING="mkl_intel_lp64" \ > > > > -DBLAS_LIBRARY_DIRS:STRING=/work2/opt/intel/composer_xe_2013 > _sp1.2.144/mkl/lib/intel64 > > \ > > -DLAPACK_LIBRARY_NAMES:STRING="mkl_intel_lp64" \ > > > > -DLAPACK_LIBRARY_DIRS:STRING=/work2/opt/intel/composer_xe_20 > 13_sp1.2.144/mkl/lib/intel64 > > \ > Try using this for the library names > -DBLAS_LIBRARY_NAMES:STRING="mkl_core;mkl_sequential" > -DLAPACK_LIBRARY_NAMES:STRING="mkl_intel_lp64" > That's still not working with getting the same error. Is this just because it can't find the BLAS and LAPACK libraies? By the way, before I installed the trilinos, I module load many things: [chueh@icy]$ module load intel/comp-15.0.0 [chueh@icy]$ module load intel/mkl-11.1.2 [chueh@icy]$ module load openmpi-1.6.5/intel-15.0 [chueh@icy]$ module load cmake/3.9.1 Can you help me see if there is any other things I have to module load before the trilinos installation to get to work successfully? Thanks! [chueh@icy ~]$ module av ------------------------------------------------------------ ----------------------------------------------------------- /work2/opt/Modules/modulefiles ------------------------------ ------------------------------------------------------------ ----------------------------- cmake/3.9.1 hdf5/gcc-4.4.6_1.8.14 intel/comp-15.0 module-git ncl_ncarg/6.3.0 netcdf/hdf5_pgi-15.1_4.3.3.1 pgi/15.10/x86_64 dot hdf5/intel-15.0_1.10.0 intel/comp-15.0.0 module-info netcdf/hdf5_gnu_4.3.3.1 null pgi_mpi/15.10 grads/2.0.2 hdf5/intel-15.0_1.8.14 intel/mkl-11.1 modules netcdf/hdf5_intel-15.0_4.3.3.1 opengrads/2.0.2.oga.2 python/3.5.3 grads/2.1.a3 hdf5/pgi-15.1_1.8.14 intel/mkl-11.1.2 ncl_ncarg/6.1.2 netcdf/hdf5_intel-15.0_4.4.1.1 openmpi-1.6.5/intel-15.0 use.own Best, Chih-Che -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
