Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
morse_cmake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
morse_cmake
Graph
129657ee0404fc7a788d53cb44b733b7fa9abeb7
Select Git revision
Branches
3
ci
feature/prec_xd_xz
master
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Jul
4
5
Apr
21
Feb
15
13
11
Jan
23
Dec
22
20
May
25
Apr
14
6
Jan
7
Sep
19
Jul
5
14
Jun
26
Apr
20
19
14
8
6
5
25
Mar
18
8
23
Feb
17
13
12
11
10
3
27
Jan
25
19
13
6
4
1
21
Dec
18
17
16
14
10
Sep
7
4
2
22
Apr
6
12
Mar
11
5
27
Feb
25
18
13
10
Jan
9
11
Dec
12
Nov
3
Oct
2
6
Aug
4
Jul
10
Apr
5
1
8
Mar
19
Feb
14
Dec
26
Nov
15
12
7
31
Oct
30
29
26
25
15
10
31
Jul
23
19
13
12
11
28
Jun
25
21
7
29
May
28
23
14
24
Apr
23
20
18
17
16
13
12
10
9
6
3
31
Mar
22
9
5
26
Feb
21
13
12
2
31
Jan
12
11
4
3
28
Nov
21
17
13
Oct
12
29
Sep
26
20
15
14
13
12
5
4
1
31
Aug
2
29
Jul
25
24
13
5
3
16
Jun
14
13
12
7
6
30
May
22
19
2
16
Mar
10
14
Feb
9
7
21
Dec
14
13
Add a preliminary pass on mixed precision files
Add support for xd and xz mixed real and complex precisions
Add a module to set the list of architectures to build for in CUDA
SCOTCH: add a component feature to be able to choose between scotcherr and scotcherrexit libraries
Fix link problem with mpi: unrecognised option: -rpath -Wl
Fix a bug with intelmpi linker flag not recognize e.g. --enable-new-dtags -Xlinker -rpath -Xlinker ...
CMAKE_REQUIRED_LIBRARIES is supposed to be a ;-separated list of libraries to link. Linker flags must be set in CMAKE_REQUIRED_FLAGS.
add hipblas support in precision parser rules
We check that the simgrid_init function exists rather than the MSG_main function which is no longer used by default in simgrid
We should define the target only if not existing, else we get a target redefinition error
Avoid to get -NOTFOUND definitions in targets exported
Add a common macro to export imported targets. This to avoid dependents to search for our dependencies at configure time.
cblas_check_include and lapacke_check_include: function in cmake does not change variables so that CBLAS_INCLUDE_DIRS/LAPACKE_INCLUDE_DIRS was not updated. Use a macro instead of a function.
Turn ctest in verbose mode.
Fix MORSE:: link libraries targets, FOO_LINK_LIBRARIES may be empty
PkgConfig find: use FOO_LINK_LIBRARIES instead of FOO_LIBRARIES list in order to get abolute paths.
Forgot to change the executable to Python3
Update to python3
parsec: Enable the detectection of both parsec-ptgpp and parsec_ptgpp
ci: remove HYPRE test because not installed in the docker image
Merge branch 'master' into 'master'
zlapmr function is converted to (z-c-d-s)
Silent warning in metis integer check
FindMorseCommon.cmake: fix suffix detection when there is version number in the lib name like starpu-1.3.dylib
FindMorseCommon.cmake: fix suffix detection when there is version number in the lib name like starpu-1.3.so
Fix Metis static library detection
Fix find path and add blasext for parallel version.
Remove distinction between BLAS_SEQ and BLAS_PAR
Patch the rule precision system to make it works under VScode
Fix version issue with LAST_EXT
ci: update docker image name
Fix M on MacOSX
Update FindEZTrace.cmake to link it with libmpi
ParseArguments.cmake must be distributed because FindMorseInit depends on it
ptscotch: give all dependencies even when scotch is shared library because libscotch.so is not explicitly linked to them
Create FindLITL.cmake
FindEZTrace: Add MPI component.
ptscotch: give all dependencies even when scotch is shared library because libscotch.so is not explicitly linked to them
scotch: give all dependencies even when scotch is shared library because libscotch.so is not explicitly linked to them
Fix issue with the return
Loading