Mentions légales du service

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

Put in right order ;-)/

parent c0c6ca00
Branches
No related tags found
No related merge requests found
...@@ -6,8 +6,12 @@ Copyright (c) 2011-2014 Inria, All rights reserved. ...@@ -6,8 +6,12 @@ Copyright (c) 2011-2014 Inria, All rights reserved.
This file contains the main features as well as overviews of specific This file contains the main features as well as overviews of specific
bug fixes (and other actions) for each version of ScalFMM since bug fixes (and other actions) for each version of ScalFMM since
version 1.1 version 1.1
1.3- 1.3 in progress
----- -----
- The choice of floating point values is done by template (by passing template to all classes) and no more at configure time
- There is no more ScalFMM variables and defines but only SCALFMM (all letters in upper case)
- BLAS and FFTW are turned on by default, and the compilation continue even if they are not found
- We start to use unique ptr (and advise to use it) in the main files
- Add interpolation FMM based on uniform grid points. - Add interpolation FMM based on uniform grid points.
- Add blocked version of the algorithm to increase the granularity (task-based approach) - Add blocked version of the algorithm to increase the granularity (task-based approach)
- Fix bug with Chebyschev kernel and multi RHS. - Fix bug with Chebyschev kernel and multi RHS.
...@@ -32,10 +36,3 @@ version 1.1 ...@@ -32,10 +36,3 @@ version 1.1
- Add SSE and AVX support in CMake - Add SSE and AVX support in CMake
- Add SSE and AVX code for 1/r kernel - Add SSE and AVX code for 1/r kernel
- CMake improvements - CMake improvements
1.3 in progress
-----
- The choice of floating point values is done by template (by passing template to all classes) and no more at configure time
- There is no more ScalFMM variables and defines but only SCALFMM (all letters in upper case)
- BLAS and FFTW are turned on by default, and the compilation continue even if they are not found
- We start to use unique ptr (and advise to use it) in the main files
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment