Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[CI] Activate PAPI in Coverage checks.
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 5 Jul 2018 09:53:28 +0000 (11:53 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 5 Jul 2018 09:53:36 +0000 (11:53 +0200)
There are no real tests (yet), but at least that
code compiles again and will be tested for compilation
errors.

tools/jenkins/Coverage.sh

index b301313..07e40d7 100755 (executable)
@@ -54,6 +54,7 @@ cmake -Denable_documentation=OFF -Denable_lua=ON -Denable_java=ON \
       -Denable_compile_optimizations=OFF -Denable_compile_warnings=ON \
       -Denable_jedule=ON -Denable_mallocators=ON \
       -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=ON \
+      -Denable_smpi_papi=ON \
       -Denable_memcheck=OFF -Denable_memcheck_xml=OFF -Denable_smpi_ISP_testsuite=ON -Denable_coverage=ON $WORKSPACE
 
 make -j$NUMPROC