[Trilinos-Users] How to install STK

Jonathan Hu jhu at sandia.gov
Mon Nov 17 11:54:38 MST 2014


trilinos-users-request at software.sandia.gov wrote on 11/13/2014 11:00 AM:
> Subject:
> [Trilinos-Users] (no subject)
> From:
> <hitesh.raninga at stud.uni-due.de>
> Date:
> 11/13/2014 09:08 AM
>
> To:
> <trilinos-users at software.sandia.gov>
>
>
> hello,
>
> Does anyone have idea how to install STK package? because even if i set
> the stk package to ON its not getiing installed. "
> Trilinos_ENABLE_STK:BOOL=ON " this is command i am using, is there another
> method to install it?
>
> Thank you in advance
> regards,
> Hitesh Ranigna
>
>
Hitesh,

     Here are the configure options that I used to enable STK for my 
purposes.

   -D Trilinos_ENABLE_STKClassic:BOOL=OFF \
   -D Trilinos_ENABLE_STK:BOOL=ON \
   -D Trilinos_ENABLE_STKIO:BOOL=ON \
   -D Trilinos_ENABLE_STKMesh:BOOL=ON \
   -D Netcdf_LIBRARY_DIRS=${NETCDF_LIBRARY_DIRS} \
   -D Netcdf_INCLUDE_DIRS=${NETCDF_INCLUDE_DIRS} \
   -D Boost_INCLUDE_DIRS=${BOOST_INCLUDE_DIRS} \
   -D Boost_LIB_DIRS=${BOOST_INCLUDE_DIRS} \
   -D TPL_ENABLE_BoostLib=ON \
   -D BoostLib_INCLUDE_DIRS=${BOOST_INCLUDE_DIRS} \
   -D BoostLib_LIBRARY_DIRS=${BOOST_LIBRARY_DIRS} \
   -D TPL_ENABLE_GLM=OFF \
   -D TPL_ENABLE_Matio=OFF \

I also had to install netcdf 4.3.0, hdf5 1.8.9 (configured with 
--enable-parallel), and boost 1.57.0.  Check the result of cmake to see 
if there are dependencies for STK that are not being satisfied.

Hope this helps,
Jonathan




More information about the Trilinos-Users mailing list