Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dartflo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
dartflo
Wiki
build_linux
Changes
Page history
New page
Templates
Clone repository
Update build_linux
authored
3 years ago
by
Adrien Crovato
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_linux.md
+9
-11
9 additions, 11 deletions
build_linux.md
with
9 additions
and
11 deletions
build_linux.md
View page @
ecdc4be9
...
...
@@ -41,29 +41,27 @@ sudo apt-get install libmumps-seq-dev
sudo
apt-get
install
doxygen
sudo
apt-get
install
graphviz
```
**
Get the code
**
**
Build
**
```
bash
# Get the code
git lfs
install
# enable large file support
git clone git@gitlab.uliege.be:am-dept/dartflo.git
# ssh only
cd
dartflo
git submodule init
git submodule update
```
**Compilation**
```
bash
# Build
mkdir
build
&&
cd
build
cmake ..
make
[
-j4
]
[
make
install
]
# to install
[
make dox]
# to build the documentation
# Test
ctest
[
-E
exclude_pattern]
[
-R
include_pattern]
[
-j4
]
```
For a complete list of options, refer to the
[
build
](
Build
)
page.
**Test**
```
bash
cd
build
ctest
[
-E
exclude_pattern]
[
-R
include_pattern]
[
-j4
]
```
**Example**
**Example**
From the DART root directory,
```
bash
python run.py dart/tests/lift.py [-k4] [--nogui]
\ No newline at end of file
python run.py dart/tests/lift.py
[
-k4
]
[
--nogui
]
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.