Mentions légales du service

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

faq2: update

parent 4d22f60c
Branches
No related tags found
No related merge requests found
Pipeline #1107327 canceled
......@@ -180,7 +180,7 @@ guix shell --pure -D starpu -- /bin/bash --norc
./autogen.sh
rm build -rf && mkdir build && cd build
../configure --prefix=$PWD/install --enable-debug --disable-opencl
make -j install
make -j20 install
exit
```
......@@ -192,7 +192,7 @@ cd chameleon
guix shell --pure -D chameleon -- /bin/bash --norc
export PKG_CONFIG_PATH=/tmp/starpu/build/install/lib/pkgconfig:$PKG_CONFIG_PATH
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCHAMELEON_USE_MPI=ON
cmake --build build -j
cmake --build build -j20
exit
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment