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
1e15fa5b
Commit
1e15fa5b
authored
8 years ago
by
Olivier COULAUD
Browse files
Options
Downloads
Patches
Plain Diff
Add git clone option to download dscalfmm
add bug for scalfmm.png location
parent
865098fc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
Doc/Doxyfile.in
+1
-1
1 addition, 1 deletion
Doc/Doxyfile.in
Doc/Site_dox/FDownload.dox
+17
-4
17 additions, 4 deletions
Doc/Site_dox/FDownload.dox
with
19 additions
and
5 deletions
CMakeLists.txt
+
1
−
0
View file @
1e15fa5b
...
...
@@ -951,6 +951,7 @@ if (MORSE_DISTRIB_DIR OR EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules/morse/
# END #
##################################################################
else
(
MORSE_DISTRIB_DIR OR EXISTS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/CMakeModules/morse/"
)
message
(
STATUS
"MORSE_DISTRIB_DIR is not set"
)
...
...
This diff is collapsed.
Click to expand it.
Doc/Doxyfile.in
+
1
−
1
View file @
1e15fa5b
...
...
@@ -45,7 +45,7 @@ PROJECT_BRIEF =
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
# Doxygen will copy the logo to the output directory.
PROJECT_LOGO =
/home/berenger/Projets/ScalfmmGit/scalfmm/Doc
/scalfmm.png
PROJECT_LOGO =
@CMAKE_CURRENT_SOURCE_DIR@
/scalfmm.png
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
...
...
This diff is collapsed.
Click to expand it.
Doc/Site_dox/FDownload.dox
+
17
−
4
View file @
1e15fa5b
...
...
@@ -6,8 +6,21 @@
*
* \section download Download ScalFMM
*
* To download ScalFmm go on https://gforge.inria.fr/frs/?group_id=4479 .
*
* YOu can download two versions of scalfmm either the lastest release or the current development distribution.
* The current release is available at
* <ul>
* <li> https://gforge.inria.fr/frs/?group_id=4479 .
* </ul>
* if you are interested by the the current development distribution you can clone the public release
* <ul>
* <li> git clone https://scm.gforge.inria.fr/anonscm/git/scalfmm-public/scalfmm-public.git
* </ul>
* or use spack to install ScalFMM and all its dependencies (fftw, hwloc,openmpi, )
* <ul>
* <li> git clone https://github.com/fpruvost/spack.git
* <li> cd spack
* <li> bin/spack install scalfmm
* </ul>
* You can stay in touch of the updates and new version by registering
* to the users mailing list
* (scalfmm-public-users@lists.gforge.inria.fr) which has a very low
...
...
@@ -18,9 +31,9 @@
*
* <ul>
* <li> CMake for compiling, ccmake for configuring the build. Version 2.8.12.1 or later </li>
* <li> Open MP </li>
* <li> MPI, if you want to use distributed version of the algorithm (Optional) </li>
* <li> A compiler supporting C++ 2011 </li>
* <li> OpenMP compiler</li>
* <li> MPI, if you want to use distributed version of the algorithm (Optional) </li>
* <li> BLAS, FFTW, ... (Optionals) </li>
* </ul>
*
...
...
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