Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Merge requests
!254
Fully integrate H-Mat support with HMat-OSS and test_FEMBEM
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fully integrate H-Mat support with HMat-OSS and test_FEMBEM
faverge/chameleon:feature/hmat
into
master
Overview
2
Commits
7
Pipelines
0
Changes
12
Merged
Mathieu Faverge
requested to merge
faverge/chameleon:feature/hmat
into
master
4 years ago
Overview
2
Commits
7
Pipelines
0
Changes
12
Expand
Add Hmat-OSS as a submodule of coreblas
Add test_FEMBEM as a submodule of testings
Add hmat testings to the CI
Add documentation of hmat_z.c
0
0
Merge request reports
Compare
master
version 10
72ce8ac1
4 years ago
version 9
0060ef03
4 years ago
version 8
2a979d9b
4 years ago
version 7
d1945f92
4 years ago
version 6
6053af5c
4 years ago
version 5
9bdf3149
4 years ago
version 4
ced40439
4 years ago
version 3
8e91e069
4 years ago
version 2
a94b9191
4 years ago
version 1
2bfdeede
4 years ago
master (base)
and
latest version
latest version
43a71bf3
7 commits,
4 years ago
version 10
72ce8ac1
7 commits,
4 years ago
version 9
0060ef03
7 commits,
4 years ago
version 8
2a979d9b
7 commits,
4 years ago
version 7
d1945f92
7 commits,
4 years ago
version 6
6053af5c
7 commits,
4 years ago
version 5
9bdf3149
7 commits,
4 years ago
version 4
ced40439
8 commits,
4 years ago
version 3
8e91e069
8 commits,
4 years ago
version 2
a94b9191
7 commits,
4 years ago
version 1
2bfdeede
7 commits,
4 years ago
12 files
+
280
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
.gitlab/build.yml
+
11
−
0
Options
@@ -74,4 +74,15 @@ build_starpu_macosx:
script
:
-
tools/build_macosx.sh
build_hmat
:
extends
:
.build_script_template
artifacts
:
name
:
build_hmat
expire_in
:
48 hours
paths
:
-
build-hmat
-
chameleon_hmat.log
variables
:
BUILD_OPTIONS
:
"
-DCHAMELEON_USE_CUDA=OFF
-DCHAMELEON_USE_MPI=ON
-DCHAMELEON_USE_HMAT=ON"
VERSION
:
hmat
Loading