Closed glanzkaiser closed 2 years ago
Can you post the output of your CMake call? The value of MPI_BASE_DIR
should be the MPI installation folder, containing include/
and lib/
subfolders.
@glanzkaiser You may also need to specify -Gninja
as a cmake option to generate the ninja build files.
Hi all,
After reading this site https://docs.trilinos.org/files/TrilinosBuildReference.html
I have followed the https://github.com/trilinos/Trilinos/blob/master/sampleScripts/do-configure-mkl-mpi-gcc-linux
adjust the path with my system, then I use this file to build Trilinos and it works, This is my configure script: https://github.com/glanzkaiser/GFreya/blob/main/BLFS/Trilinos-do-configure-blas-lapack-mpi-gcc-linux
Now I want to learn to do some computation with Trilinos. Anyone wants to share tutorial for beginner in Trilinos? Can it be used for all science branches? Biology, Chemistry, Astronomy as well
Bug Report
@trilinos/\<Trilinos13.2>
Description
I think I might have misunderstood on how to use CMake to install Trilinos to my OS
Steps to Reproduce
Are there any steps necessary to take?
After do make -j4 install, the only files installed are in ../lib/cmake/tribits/example
I use GFreya OS (An OS I build with Linux From Scratch book so I have no package manager)