Mentions légales du service

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

fix path in the doc

parent f45a9c13
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ Example to link with chameleon in CMake project, see the ...@@ -22,7 +22,7 @@ Example to link with chameleon in CMake project, see the
#+begin_src #+begin_src
mkdir build mkdir build
cd build cd build
cmake .. -DMORSE_DISTRIB_DIR=$PWD/../../cmake_modules -DMORSE_CHAMELEON_USE_STARPU=ON cmake .. -DMORSE_DISTRIB_DIR=$PWD/../../../cmake_modules -DMORSE_CHAMELEON_USE_STARPU=ON
make VERBOSE=1 make VERBOSE=1
./link_chameleon_c ./link_chameleon_c
./link_chameleon_f ./link_chameleon_f
......
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