Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
spm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
spm
Graph
e58ae509cefe7867c6cb6539267a6c9b58d6f8e8
Select Git revision
Branches
9
master
default
release-1.0.0
release-1.1.0
release-1.1.1
release-1.2.0
release-1.2.1
release-1.2.2
release-1.2.3
release-1.2.4
Tags
8
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.1.1
v1.2.0
v1.1.0
v1.0.0
17 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
7
Jan
6
5
4
3
31
Dec
30
21
15
13
6
2
26
Nov
24
15
6
3
2
28
Oct
26
14
5
13
Sep
30
Jun
29
28
14
12
10
7
Apr
6
5
4
31
Mar
5
15
Feb
12
25
Jan
12
5
4
2
1
23
Dec
22
21
20
19
18
17
16
15
14
11
10
14
Oct
13
1
30
Sep
16
Jul
15
10
6
15
Jun
28
May
19
14
29
Apr
28
14
13
11
26
Mar
2
28
Feb
27
25
12
Nov
29
Oct
2
Jul
1
4
Jun
26
Apr
12
11
25
Mar
14
Feb
28
Nov
10
Aug
1
31
Jul
24
23
19
13
12
4
4
Jun
3
28
May
25
24
23
15
14
7
2
25
Apr
24
23
9
4
31
Mar
9
6
5
26
Feb
21
12
29
Jan
9
8
Dec
7
23
Nov
16
9
5
Oct
28
Sep
31
Aug
21
9
8
4
4
Jul
3
25
Jun
21
20
15
6
31
May
22
12
11
6
5
4
24
Apr
20
Mar
16
Dec
14
13
6
29
Nov
25
16
14
13
12
11
10
9
7
26
Oct
25
24
5
29
Sep
1
23
Aug
29
Jul
26
21
20
19
13
12
29
Jun
20
15
20
8
Apr
13
Mar
17
Feb
18
Dec
wrapper/fortran: update the fortran wrapper
fortran: Modify cmake to provide SPM_WITH_MPI only to the binaries
tools: update python wrapper generator
tools: update julia wrapper generator
tools: update the fortran wrapper generator to generate the multiple files structure
gen_wrapper: create nice structures during parsing
Merge branch 'hotfix/headers' into 'master'
cmake: Move the headers management to the main cmake file
cmake: spmf dependency on spm is private
headers: update sources
headers: Move z_spm to the public directory
Update cmake submodule
Merge branch 'wrapper/fortran' into 'master'
fortran: update cmake
spm_f2c.c: C file that contains the wrapper provided to fortran to do the argument conversion when necessary (see MPI_Comm)
spmf_bindings.f90: Provide the internal module to the bindings with the C functions
spmf_functions.f90: Provide the implementation of the fortran subroutines/functions
spmf_enums.F90: Rework slightly the spmf_enums module to match the new requirements
spmf_interfaces.f90: Rework this file to provide the interface module to the functions/subroutines
spmf.f90: Makes it a comme module file to include all other submodules
fortran: Rename fortran file
no-mpi: Add MPI_Comm_f2c definition
Merge branch 'wrapper/restructuration' into 'master'
wrappers: update with the new generators
tools: restructure wrapper generators
wrappers: Fix the issue with typedef on a single line
Merge branch 'hotfix' into 'master'
Remove useless const
Fix mistake with pointers in norms
Remove useless const
Merge branch 'rhs/norm' into 'master'
coverity: fix hided variables
tests: Make sure the tests returns EXIT_FAILURE if failed
laplacian: Fix degree of 7-point laplacian
examples: Make sure the returned value of checkAxB is used to fail if the numerical test fails
checkAxb: fix the norm computation by calling the correct functions
Add the implementation of the norm of matrices associated to an spm distribution in shared/distributed memory
Add function to compute norm of vectors/matrices associated to an spm distribution
Merge branch 'spm_lap_dist' into 'master'
Update wrappers
Loading