Mentions légales du service

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

load an already installed starpu+simgrid stack (build with spack) before...

load an already installed starpu+simgrid stack (build with spack) before configuring chameleon for simulation mode
parent 2c30cea3
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ starpu-simgrid:
- git submodule update
- mkdir build
- cd build
- . /home/ci/spack/share/spack/setup-env.sh
- spack load hwloc && spack load fxt && spack load simgrid && spack load starpu
- cmake .. -DCHAMELEON_SIMULATION=ON -DCHAMELEON_USE_CUDA=ON -DCHAMELEON_USE_MAGMA=OFF -DCHAMELEON_USE_MPI=OFF
- make -j2
- ctest -V
......
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