Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d49077e8 authored by Olivier COULAUD's avatar Olivier COULAUD
Browse files

Update README.md

parent c8d6672f
No related branches found
No related tags found
No related merge requests found
Pipeline #299278 passed with warnings
......@@ -4,11 +4,11 @@
[![coverage report](https://gitlab.inria.fr/solverstack/ScalFMM/badges/develop/coverage.svg)](https://gitlab.inria.fr/solverstack/ScalFMM/commits/develop)
----
<!---
:warning: ScalFMM has moved to Inria's GitLab: https://gitlab.inria.fr/solverstack/ScalFMM
----
-->
**ScalFMM** is a C++ library that implements a kernel independent Fast Multipole Method.
......@@ -51,7 +51,8 @@ You can do an out-of-source build by creating a `build` folder out of your clone
folder inside your clone.
``` bash
cd scalfmm/Build
mkdir Build
cd Build
# Use cmake, with relevant options
cmake .. # -DSCALFMM_USE_MPI=ON
```
......@@ -103,7 +104,8 @@ endif()
The doc can be found [here](https://solverstack.gitlabpages.inria.fr/ScalFMM/) or you can build it locally.
```bash
cd scalfmm/Build
cd Build
cmake .. -DSCALFMM_BUILD_DOC=ON # or if cmake has already been called, ccmake .
make doc
```
......@@ -126,11 +128,11 @@ your feature in that branch. Keep your branch up to date by regularly rebasing y
to date. Once your are done, send a merge request.
## Help and News
soon available
<!---
You can subscribe to the scalfmm-public-users@lists.gforge.inria.fr mailing list (http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/scalfmm-public-users). The list is very low trafic (~ 2 mails per year), we will let you know of improvements and releases.
Contact the developers at : scalfmm-public-support@lists.gforge.inria.fr
Contact the developers-->
## Folder structure
- include : library core.
- Data : particle distribution examples.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment