Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ScalFMM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
ScalFMM
Commits
35a940da
There was a problem fetching the pipeline summary.
Commit
35a940da
authored
7 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
comment clang analyzer part because it fails
parent
500d13be
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Utils/scripts/analysis.sh
+5
-4
5 additions, 4 deletions
Utils/scripts/analysis.sh
with
5 additions
and
4 deletions
Utils/scripts/analysis.sh
+
5
−
4
View file @
35a940da
...
...
@@ -5,8 +5,8 @@
# build with proper options
cd
Build
&&
cmake ..
-DSCALFMM_USE_LOG
=
ON
-DSCALFMM_USE_ASSERT
=
ON
-DSCALFMM_USE_SSE
=
OFF
-DSCALFMM_USE_BLAS
=
ON
-DSCALFMM_USE_FFT
=
ON
-DSCALFMM_USE_MPI
=
ON
-DSCALFMM_BUILD_EXAMPLES
=
ON
-DSCALFMM_BUILD_TESTS
=
ON
-DSCALFMM_BUILD_UTESTS
=
ON
-DCMAKE_VERBOSE_MAKEFILE
=
ON
-DCMAKE_CXX_FLAGS
=
"-O0 -g -fPIC --coverage -Wall -fdiagnostics-show-option -fno-inline"
-DCMAKE_EXE_LINKER_FLAGS
=
"--coverage"
-DCMAKE_C_COMPILER
=
gcc-6
-DCMAKE_CXX_COMPILER
=
g++-6
# make with clang analyzer
scan-build
-plist
--intercept-first
--analyze-headers
-o
analyzer_reports make 2>&1 |
tee
scalfmm-build.log
# make with clang analyzer
(failure ...)
#
scan-build -plist --intercept-first --analyze-headers -o analyzer_reports make 2>&1 | tee scalfmm-build.log
# ctest : build and run tests + coverage + submit to cdash
OMP_NUM_THREADS
=
4 ctest
--no-compress-output
-V
-j
5
-D
ExperimentalBuild
-D
ExperimentalTest
-D
ExperimentalCoverage
-D
ExperimentalSubmit 2>&1 |
tee
-a
../scalfmm-build.log
cd
..
...
...
@@ -36,6 +36,7 @@ sonar.links.issue=https://gitlab.inria.fr/solverstack/ScalFMM/issues
sonar.projectKey=scalfmm
sonar.projectName=Scalfmm
sonar.projectDescription=C++ library that implements a kernel independent Fast Multipole Method (LGPL+CeCILL-C)
sonar.projectVersion=git
sonar.branch.name=develop
sonar.language=c++
sonar.sources=Build/Src/ScalFmmConfig.h, Examples, Src, Tests, UTests
...
...
@@ -45,7 +46,7 @@ sonar.cxx.compiler.charset=UTF-8
sonar.cxx.compiler.regex=^(.*):(
\\
d+):
\\
d+: warning: (.*)
\\
[(.*)
\\
]$
sonar.cxx.compiler.reportPath=scalfmm-build.log
sonar.cxx.coverage.reportPath=scalfmm-coverage.xml
#sonar.cxx.cppcheck.reportPath=scalfmm-cppcheck.xml
sonar.cxx.rats.reportPath=scalfmm-rats.xml
sonar.c.clangsa.reportPath=build/analyzer_reports/*/*.plist
#sonar.cxx.cppcheck.reportPath=scalfmm-cppcheck.xml
#sonar.c.clangsa.reportPath=build/analyzer_reports/*/*.plist
EOF
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment