[Trilinos-Users] Testing MKL linking

Brock Palen brockp at umich.edu
Thu Feb 17 08:21:31 MST 2011


I want to verify that I have MKL linked in correctly.
Is there a simple test to verify performance of a regular BLAS/LAPACK routine ?  Or some bench mark I can compare with a normal build?

Note the cmake options I used were:

-D TPL_BLAS_LIBRARIES="-Wl,--start-group $MKL_ROOT/lib/intel64/libmkl_intel_lp64.a $MKL_ROOT/lib/intel64/libmkl_sequential.a $MKL_ROOT/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread" \
-D TPL_LAPACK_LIBRARIES="-Wl,--start-group $MKL_ROOT/lib/intel64/libmkl_intel_lp64.a $MKL_ROOT/lib/intel64/libmkl_sequential.a $MKL_ROOT/lib/intel64/libmkl_core.a -Wl,--end-group -lpthread" \


Brock Palen
www.umich.edu/~brockp
Center for Advanced Computing
brockp at umich.edu
(734)936-1985







More information about the Trilinos-Users mailing list