Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6b18930f authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

gitlab-ci:

build two configurations with starpu: w/ and w/o mpi component enabled
parent 5a13a49c
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@ starpu:
- git submodule update
- mkdir build
- cd build
- cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=$PWD/install
- cmake ..
- make -j2
- ctest -R test_shm_s
- cmake .. -DCHAMELEON_USE_MPI=ON -DCMAKE_INSTALL_PREFIX=$PWD/install
- make -j2
- ctest -R mpi_s
quark:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment