Re: [deal.II] Re: How to use sacado package

2016-10-23 Thread Bruno Turcksin
Jaekwang, it seems that you didn't install all of openmpi or that it is not in your LD_LIBRARY_PATH. If you are using a package manager, try installing the dev version of the package. If you have installed openmpi yourself, make sure that openmpi is in you LD_LIBRARY_PATH Best, Bruno On Sun

Re: [deal.II] Re: How to use sacado package

2016-10-23 Thread Jaekwang Kim
Always thank you for the comments!! I'd like to follow the first choice, installing MPI on my machine. I installed openmpi-2.0.1. Coming to the original problem, I tried install trillions 12.4.2 again. but now I received this error message while i am installing trilinos. what might be the p

Re: [deal.II] Re: How to use sacado package

2016-10-23 Thread Jaekwang Kim
Thanks for the comment. I'd like to follow the first option to install MPI on my system. It seems that there are different options that I can choose. Ready page in deal.ii linked me to the site "http://mpi-forum.org"; and it seems that there are different packages of mpi. Does it matter to

Re: [deal.II] Re: How to use sacado package

2016-10-22 Thread Wolfgang Bangerth
Jaekwang, */Users/jaekwangjk/Programs/trilinos-12.4.2-Source/packages/teuchos/core/src/Teuchos_GlobalMPISession.cpp:49:12: **fatal error: * * 'mpi.h' file not found* If you configure Trilinos to use MPI (which you did when you called Trilinos' cmake script), then you obviously have to

[deal.II] Re: How to use sacado package

2016-10-22 Thread Jaekwang Kim
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

[deal.II] Re: How to use sacado package

2016-10-22 Thread 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. Okt