Thanks Daniel! 

I tried to make install Trillions , but after the command "make install" I 
run into other error. 

*/Users/jaekwangjk/Programs/trilinos-12.4.2-Source/packages/teuchos/core/src/Teuchos_GlobalMPISession.cpp:49:12:
 
**fatal error: *

*      'mpi.h' file not found*

#  include "mpi.h"


..... 

Is this because I am not uniting cluster?

If then,, Cant I uses Trilinos package?


Thank you for your kindness!

2016년 10월 22일 토요일 오전 4시 2분 50초 UTC-5, Daniel Arndt 님의 말:
>
> Jaekwang,
>
> It seems that no fortran compiler is found. You should be able to 
> configure Trilinos without fortran using
> -DTrilinos_ENABLE_Fortran:BOOL=OFF
>
> After that it's the usual make install [1].
>
> Best,
> Daniel
>
> [1] https://www.dealii.org/developer/external-libs/trilinos.html
>
> Am Samstag, 22. Oktober 2016 01:44:26 UTC+2 schrieb Jaekwang Kim:
>>
>>
>> I'd like to use sacado package for automatic differentiation. 
>>
>>
>> However, I have installed deal.ii on my computer with trilinos 
>> configuration set off. 
>>
>>
>> I looked back deal.ii installation manual and got to know that I have to 
>> install trilnos package first. 
>>
>>
>> However, when I try to install trilnos following instruction, 
>>
>>
>>     cd trilinos-12.4.2
>>     mkdir build
>>     cd build
>>
>>     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_VERBOSE_CONFIGURE=OFF                 \
>>     -DTPL_ENABLE_MPI=ON                              \
>>     -DBUILD_SHARED_LIBS=ON                           \
>>     -DCMAKE_VERBOSE_MAKEFILE=OFF                     \
>>     -DCMAKE_BUILD_TYPE=RELEASE                       \
>>     -DCMAKE_INSTALL_PREFIX:PATH=$HOME/share/trilinos \
>>     ../
>>
>>     make install
>>
>>
>> I got error message as follows...
>>
>>
>>
>>
>> "
>>
>> The Fortran compiler identification is unknown
>>
>> CMake Error at 
>> cmake/tribits/core/package_arch/TribitsGlobalMacros.cmake:1638 
>> (ENABLE_LANGUAGE):
>>
>>   No CMAKE_Fortran_COMPILER could be found.
>>
>>
>>   Tell CMake where to find the compiler by setting either the environment
>>
>>   variable "FC" or the CMake cache entry CMAKE_Fortran_COMPILER to the 
>> full
>>
>>   path to the compiler, or to the compiler name if it is in the PATH.
>>
>> Call Stack (most recent call first):
>>
>>   cmake/tribits/core/package_arch/TribitsProjectImpl.cmake:188 
>> (TRIBITS_SETUP_ENV)
>>
>>   cmake/tribits/core/package_arch/TribitsProject.cmake:93 
>> (TRIBITS_PROJECT_IMPL)
>>
>>   CMakeLists.txt:89 (TRIBITS_PROJECT)
>>
>> "
>>
>>
>> What's the problem? 
>>
>> and I would very thank if someone tell me how to change deal.ii 
>> configuration to set on Trilinos after that....
>>
>>
>> Thank you! 
>>
>>
>>

-- 
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