Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use named parameters instead of overloads for py::execute
[simgrid.git] / sonar-project.properties
index 4ab5282..279a4bd 100644 (file)
@@ -102,6 +102,9 @@ sonar.cpd.exclusions=examples/**,teshsuite/**
 # The build-wrapper output dir
 sonar.cfamily.build-wrapper-output=bw-outputs
 
+# Allow multithreaded execution
+sonar.cfamily.threads=2
+
 # Where the coverage files are located
 # See https://docs.sonarqube.org/pages/viewpage.action?pageId=5312222
 sonar.cfamily.gcov.reportsPath=Testing/CoverageInfo