Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
d3b58023
Commit
d3b58023
authored
Oct 16, 2019
by
DIAZ Jerome
Committed by
GILLES Sebastien
Oct 29, 2019
Browse files
#1489 Add an argument to interpret still reachable blocks as errors.
parent
77ad0485
Changes
1
Hide whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/analysis.yml
View file @
d3b58023
...
...
@@ -6,7 +6,7 @@ valgrind:
-
mkdir -p build_4_valgrind
-
cd build_4_valgrind && python ../cmake/Scripts/configure_cmake.py --cache_file=../cmake/PreCache/linux.cmake --cmake_args="-G Ninja" --third_party_directory=/opt --mode="debug"
-
ninja
-
valgrind --error-exitcode=1 --log-file=memcheck_matrix_operations.txt --gen-suppressions=all --show-leak-kinds=all --show-reachable=yes --track-origins=yes --leak-check=full --suppressions=../ExternalTools/Valgrind/openmpi.suppr --suppressions=../ExternalTools/Valgrind/libgomp.suppr --suppressions=../ExternalTools/Valgrind/libc.suppr Sources/MoReFEMTestPetscMatrixOperations -i ../Sources/Test/ThirdParty/PETSc/MatrixOperations/demo.lua -e MOREFEM_RESULT_DIR=${PWD}
-
valgrind --error-exitcode=1 --log-file=memcheck_matrix_operations.txt --gen-suppressions=all --show-leak-kinds=all --show-reachable=yes --track-origins=yes --leak-check=full
--errors-for-leak-kinds=all
--suppressions=../ExternalTools/Valgrind/openmpi.suppr --suppressions=../ExternalTools/Valgrind/libgomp.suppr --suppressions=../ExternalTools/Valgrind/libc.suppr Sources/MoReFEMTestPetscMatrixOperations -i ../Sources/Test/ThirdParty/PETSc/MatrixOperations/demo.lua -e MOREFEM_RESULT_DIR=${PWD}
-
echo $MOREFEM_RESULT_DIR
dependencies
:
[]
artifacts
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment