Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ScalFMM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
solverstack
ScalFMM
Commits
9af08e27
Commit
9af08e27
authored
3 years ago
by
Olivier COULAUD
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
133ae2e5
No related branches found
No related tags found
No related merge requests found
Pipeline
#407122
failed
3 years ago
Stage: build
Stage: test
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-6
3 additions, 6 deletions
README.md
with
3 additions
and
6 deletions
README.md
+
3
−
6
View file @
9af08e27
...
@@ -5,10 +5,6 @@
...
@@ -5,10 +5,6 @@
----
----
: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.
**ScalFMM**
is a C++ library that implements a kernel independent Fast Multipole Method.
...
@@ -33,11 +29,12 @@ To use last development states of ScalFMM, please clone the develop
...
@@ -33,11 +29,12 @@ To use last development states of ScalFMM, please clone the develop
branch. Note that ScalFMM contains two git submodules
`morse_cmake`
and
`inastemp`
.
branch. Note that ScalFMM contains two git submodules
`morse_cmake`
and
`inastemp`
.
To get sources please use these commands:
To get sources please use these commands:
```
bash
```
bash
git clone
--recursive
git@
gitlab.inria.fr
:
solverstack/ScalFMM.git
-b
develop
git clone
--recursive
https://
gitlab.inria.fr
/
solverstack/ScalFMM.git
-b
develop
```
```
or
or
```
bash
```
bash
git clone git@gitlab.inria.fr:solverstack/ScalFMM.git
git clone https://gitlab.inria.fr/solverstack/ScalFMM.git
cd
ScalFMM
cd
ScalFMM
git submodule init
git submodule init
git submodule update
git submodule update
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment