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
Commits
2c181364
Commit
2c181364
authored
7 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
doc job only for solverstack/chameleon + merge starpu_cuda and starpu_mpi builds to save time
parent
fb3fcdd0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-22
7 additions, 22 deletions
.gitlab-ci.yml
with
7 additions
and
22 deletions
.gitlab-ci.yml
+
7
−
22
View file @
2c181364
...
...
@@ -6,10 +6,10 @@ stages:
-
analysis
-
doc
build_starpu_mpi
:
build_starpu_
cuda_
mpi
:
stage
:
build
artifacts
:
name
:
starpu_mpi_build
name
:
starpu_
cuda_
mpi_build
expire_in
:
48 hours
paths
:
-
build
...
...
@@ -19,27 +19,10 @@ build_starpu_mpi:
-
git submodule update --init --recursive
-
mkdir -p build
-
cd build
-
cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON
-
cmake ..
-DCHAMELEON_USE_CUDA=ON
-DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON
-
make -j2 | tee ../chameleon-build-starpu.log
-
make install | tee -a ../chameleon-build-starpu.log && rm install/ -r
build_starpu_cuda
:
stage
:
build
artifacts
:
name
:
starpu_cuda_build
expire_in
:
48 hours
paths
:
-
build
-
chameleon-build-starpu-cuda.log
script
:
-
source .gitlab-ci-env.sh
-
git submodule update --init --recursive
-
mkdir -p build
-
cd build
-
cmake .. -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MPI=OFF -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON
-
make -j2 | tee ../chameleon-build-starpu-cuda.log
-
make install | tee -a ../chameleon-build-starpu-cuda.log && rm install/ -r
build_starpu_simgrid
:
stage
:
build
artifacts
:
...
...
@@ -77,7 +60,7 @@ build_quark:
test_starpu_mpi
:
stage
:
test
dependencies
:
-
build_starpu_mpi
-
build_starpu_
cuda_
mpi
artifacts
:
name
:
starpu_mpi_test
expire_in
:
48 hours
...
...
@@ -122,7 +105,7 @@ test_quark:
sonar
:
stage
:
analysis
dependencies
:
-
build_starpu_mpi
-
build_starpu_
cuda_
mpi
-
build_starpu_simgrid
-
build_quark
-
test_starpu_mpi
...
...
@@ -160,3 +143,5 @@ doc:
-
cd build
-
cmake .. -DCHAMELEON_ENABLE_DOC=ON
-
make doc
only
:
-
master@solverstack/chameleon
\ No newline at end of file
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