From e0437994a0f3722934d9c50d4866e4388855113f Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Fri, 31 Jan 2025 15:28:59 +0100 Subject: [PATCH] faq2: update --- content/pages/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/faq.md b/content/pages/faq.md index 15ca3e4..7073a11 100644 --- a/content/pages/faq.md +++ b/content/pages/faq.md @@ -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 ``` -- GitLab