Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Wiki
0404 Compilation Trilinos Linux
0404 Compilation Trilinos Linux
· Changes
Page history
Update Linux install guides
authored
Jan 29, 2015
by
Alexander Danilov
Rename INMOST-master to INMOST-0.1.
Show whitespace changes
Inline
Side-by-side
0404-Compilation-Trilinos-Linux.md
View page @
15a06121
...
@@ -63,6 +63,6 @@ CMake will detect your Trilinos installation if you provide the install path.
...
@@ -63,6 +63,6 @@ CMake will detect your Trilinos installation if you provide the install path.
cd "$INMOST_ROOT"
cd "$INMOST_ROOT"
mkdir -p INMOST-build
mkdir -p INMOST-build
cd INMOST-build
cd INMOST-build
cmake -DUSE_SOLVER_TRILINOS=ON -DTRILINOS_PATH="$TRILINOS_INSTALL_PATH" ../INMOST-
master
cmake -DUSE_SOLVER_TRILINOS=ON -DTRILINOS_PATH="$TRILINOS_INSTALL_PATH" ../INMOST-
0.1
make all
make all
```
```
\ No newline at end of file