Skip to content

Commit

Permalink
doc: advise to set STARPU_MICROBENCHS_DISABLED when running make check
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurmento committed Aug 14, 2024
1 parent 14f1626 commit b816449
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/doxygen/chapters/starpu_installation/building.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,14 @@ $ make

Once everything is built, you may want to test the result. An
extensive set of regression tests is provided with StarPU. Running the
tests is done by calling <c>make check</c>. These tests are run every night
and the result from the main profile is publicly available (https://starpu.gitlabpages.inria.fr/files/testing/master/).
tests is done by calling <c>make check</c> (by setting the variable \c STARPU_MICROBENCHS_DISABLED to disable benchmarks)

These tests are run every night and the result from the main profile
is publicly available
(https://starpu.gitlabpages.inria.fr/files/testing/master/).

\verbatim
$ make check
$ STARPU_MICROBENCHS_DISABLED=1 make check
\endverbatim

\subsection InstallingStarPU Installing StarPU
Expand Down

0 comments on commit b816449

Please sign in to comment.