Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
a2fdfc11
Commit
a2fdfc11
authored
Oct 18, 2017
by
PRUVOST Florent
Browse files
parallel build with higher number of threads
parent
8c67f24c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a2fdfc11
...
...
@@ -20,7 +20,7 @@ build_starpu_cuda_mpi:
-
mkdir -p build
-
cd build
-
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 -j
2
| tee ../chameleon-build-starpu.log
-
make -j
5
| tee ../chameleon-build-starpu.log
-
make install | tee -a ../chameleon-build-starpu.log && rm install/ -r
build_starpu_simgrid
:
...
...
@@ -37,7 +37,7 @@ build_starpu_simgrid:
-
mkdir -p build
-
cd build
-
cmake .. -DCHAMELEON_SIMULATION=ON -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 -j
2
| tee ../chameleon-build-starpu-simgrid.log
-
make -j
5
| tee ../chameleon-build-starpu-simgrid.log
-
make install | tee -a ../chameleon-build-starpu-simgrid.log && rm install/ -r
build_quark
:
...
...
@@ -54,7 +54,7 @@ build_quark:
-
mkdir -p build
-
cd build
-
cmake .. -DCMAKE_INSTALL_PREFIX=${PWD}/install -DCMAKE_VERBOSE_MAKEFILE=ON -DMORSE_ENABLE_WARNING=ON -DMORSE_ENABLE_COVERAGE=ON -DCHAMELEON_SCHED_QUARK=ON
-
make -j
2
| tee ../chameleon-build-quark.log
-
make -j
5
| tee ../chameleon-build-quark.log
-
make install | tee -a ../chameleon-build-quark.log && rm install/ -r
test_starpu_mpi
:
...
...
@@ -142,7 +142,6 @@ doc:
-
mkdir -p build
-
cd build
-
cmake .. -DCHAMELEON_ENABLE_DOC=ON
-
make doc
-
make doc
-j5
only
:
-
master@solverstack/chameleon
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment