On Thu, Apr 3, 2014 at 10:30 AM, Imran Ali <[email protected]> wrote: > I am using Dorsal to install the trilinos_intel package. However I get the > following error message : > > [ 28%] Building CXX object > packages/teuchos/src/CMakeFiles/teuchos.dir/Teuchos_MpiReductionOpSetter.cpp.o > Linking CXX shared library libteuchos.so > /usr/bin/ld: cannot find -lmkl_rt > collect2: ld returned 1 exit status > make[2]: *** [packages/teuchos/src/libteuchos.so] Error 1 > make[2]: Leaving directory > `/uio/hume/student-u29/imranal/Work/FEniCS/src/trilinos-10.10.2-Source/dorsal_build_dir' > make[1]: *** [packages/teuchos/src/CMakeFiles/teuchos.dir/all] Error 2 > make[1]: Leaving directory > `/uio/hume/student-u29/imranal/Work/FEniCS/src/trilinos-10.10.2-Source/dorsal_build_dir' > make: *** [all] Error 2 > make: Leaving directory > `/uio/hume/student-u29/imranal/Work/FEniCS/src/trilinos-10.10.2-Source/dorsal_build_dir' > Failure with exit status: 2 > Exit message: There was a problem building trilinos-10.10.2-Source.
The trilinos_intel.package in Dorsal is not up-to-date. You will at least need to update the Trilinos version, since DOLFIN now requires version 11.0.0 or later (in trilinos.package we have version 11.4.1). You should also update the variables MKLINCLUDE, COMPILERFLAGS, MKLLIBS to match your setup. Johannes _______________________________________________ fenics-support mailing list [email protected] http://fenicsproject.org/mailman/listinfo/fenics-support
