Hi Daniel,

Thanks for the answer for the successful p4est installation. I have not
seen you since 2013 deal.II workshop. It was nice to meet you and eat
dinner with you with the same table.

Hi Daniel, Bruno or any others,

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?

    cmake                                            \
    -DTrilinos_ENABLE_Amesos=ON                      \
    -DTrilinos_ENABLE_Epetra=ON                      \
    -DTrilinos_ENABLE_Ifpack=ON                      \
    -DTrilinos_ENABLE_AztecOO=ON                     \
    -DTrilinos_ENABLE_Sacado=ON                      \
    -DTrilinos_ENABLE_Teuchos=ON                     \
    -DTrilinos_ENABLE_MueLu=ON                       \
    -DTrilinos_ENABLE_ML=ON                          \
    -DTrilinos_ENABLE_EXPLICIT_INSTANTIATION=ON      \
    -DTrilinos_VERBOSE_CONFIGURE=OFF                 \
    -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
_2013_sp1.2.144/mkl/lib/intel64 \
    -DTPL_ENABLE_MPI=ON                              \
    -DBUILD_SHARED_LIBS=ON                           \
    -DCMAKE_VERBOSE_MAKEFILE=OFF                     \
    -DCMAKE_BUILD_TYPE=RELEASE                       \
    -DCMAKE_INSTALL_PREFIX:PATH=/work2/chueh/deal.II_project/trilinos \
    ../

    make install



==============ERROR========
[...]
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_lapack_dlanv2'
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_lapack_sla_gercond'
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_trs_dtrnlsp_init'
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_spblas_lp64_mkl_sbsrsv'
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_blas_dsyr2k'
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_lapack_zlantp'
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_spblas_lp64_mkl_zdiamm'
/work2/opt/intel/composer_xe_2013_sp1.2.144/mkl/lib/intel64/libmkl_intel_lp64.so:
undefined reference to `mkl_lapack_dgelsd'
make[2]: *** [packages/amesos2/src/SuiteSparse
/KLU2/Source/Amesos2_klu2_simple.exe] Error 1
make[1]: *** [packages/amesos2/src/SuiteSparse/KLU2/Source/CMakeFiles
/Amesos2_klu2_simple.dir/all] Error 2
make: *** [all] Error 2

Sincerely,

Chih-Che

On Wed, Aug 23, 2017 at 5:21 PM, Daniel Arndt <daniel.ar...@iwr.uni-
heidelberg.de> wrote:

> Chih-Che,
>
> [...]
>> Build FAST version in /work2/chueh/deal.II_project/p4est/p4est-build/FAST
>> configure: WARNING: Static source code checker splint not found
>> configure: WARNING: Static source code checker splint not found
>> FAST version installed in /work2/chueh/deal.II_project/p4est/FAST
>>
>> Build DEBUG version in /work2/chueh/deal.II_project/p
>> 4est/p4est-build/DEBUG
>> configure: WARNING: Static source code checker splint not found
>> configure: WARNING: Static source code checker splint not found
>> DEBUG version installed in /work2/chueh/deal.II_project/p4est/DEBUG
>>
>> Can you help me tell me if p4est has been installed successfully?
>>
> Yes, this looks good. The next step is to tell deal.II via
>   cmake -DP4EST_DIR=/work2/chueh/deal.II_project/p4est/ .
> to use P4EST and check if it works.
>
> Best,
> Daniel
>
> --
> 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 dealii+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to