Mentions légales du service

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

faq1: update -j20

parent e0437994
No related branches found
No related tags found
No related merge requests found
Pipeline #1107334 passed
...@@ -29,7 +29,7 @@ mkdir build ...@@ -29,7 +29,7 @@ mkdir build
cd build cd build
../configure --prefix=$HOME/dev/builds/starpu --disable-opencl --disable-cuda --disable-fortran ../configure --prefix=$HOME/dev/builds/starpu --disable-opencl --disable-cuda --disable-fortran
# see https://files.inria.fr/starpu/testing/master/doc/html/CompilationConfiguration.html # see https://files.inria.fr/starpu/testing/master/doc/html/CompilationConfiguration.html
make -j && make -j install make -j20 install
``` ```
Adjust environment variables (for example in your `.bash_profile`): Adjust environment variables (for example in your `.bash_profile`):
...@@ -57,7 +57,7 @@ cd chameleon ...@@ -57,7 +57,7 @@ cd chameleon
mkdir build mkdir build
cd build cd build
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/dev/builds/chameleon/ -DCHAMELEON_USE_MPI=OFF -DCHAMELEON_ENABLE_EXAMPLE=OFF -DCHAMELEON_ENABLE_TESTING=ON -DCHAMELEON_PREC_C=OFF -DCHAMELEON_PREC_Z=OFF -DBLA_VENDOR=Intel10_64lp_seq cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/dev/builds/chameleon/ -DCHAMELEON_USE_MPI=OFF -DCHAMELEON_ENABLE_EXAMPLE=OFF -DCHAMELEON_ENABLE_TESTING=ON -DCHAMELEON_PREC_C=OFF -DCHAMELEON_PREC_Z=OFF -DBLA_VENDOR=Intel10_64lp_seq
make -j && make -j make -j20 install
$HOME/dev/builds/chameleon/bin/chameleon_stesting -o potrf -H # should print some nice results $HOME/dev/builds/chameleon/bin/chameleon_stesting -o potrf -H # should print some nice results
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment