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
0406 Compilation Zoltan Linux
0406 Compilation Zoltan 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
0406-Compilation-Zoltan-Linux.md
View page @
15a06121
...
@@ -22,6 +22,6 @@ Note, if you do not want to use Trilinos solvers, remove all `Trilinos_ENABLE_*`
...
@@ -22,6 +22,6 @@ Note, if you do not want to use Trilinos solvers, remove all `Trilinos_ENABLE_*`
cd "$INMOST_ROOT"
cd "$INMOST_ROOT"
mkdir -p INMOST-build
mkdir -p INMOST-build
cd INMOST-build
cd INMOST-build
cmake -DUSE_PARTITIONER_ZOLTAN=ON -DZOLTAN_DIR="$TRILINOS_INSTALL_PATH" ../INMOST-
master
cmake -DUSE_PARTITIONER_ZOLTAN=ON -DZOLTAN_DIR="$TRILINOS_INSTALL_PATH" ../INMOST-
0.1
make all
make all
```
```