Questions tagged [pytrilinos]

PyTrilinos is a set of python wrappers for selected Trilinos packages.

PyTrilinos is a set of python wrappers for selected Trilinos packages. This allows a python programmer to dynamically import Trilinos packages into a python script or the python command-line interpreter, allowing the creation and manipulation of Trilinos objects and the execution of Trilinos algorithms, without the need to constantly recompile.

http://trilinos.sandia.gov/packages/pytrilinos/

1 questions
-2
votes
1 answer

trilinos does not install pytrilinos

I have compiled trilinos with pytrilinos but python does not import PyTrilinos. This is what i have done, I configure the packages to install cd Trilinos-build cmake -D Trilinos_ENABLE_PyTrilinos:BOOL=ON -D BUILD_SHARED_LIBS:BOOL=ON -D…