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
12f7e535
Commit
12f7e535
authored
Oct 15, 2019
by
DIAZ Jerome
Committed by
GILLES Sebastien
Oct 29, 2019
Browse files
#1489 Remove previous attempt for the valgrind job.
parent
a404ab39
Changes
1
Show whitespace changes
Inline
Side-by-side
ExternalTools/Gitlab-CI/gitlab-ci-no-macos.yml
View file @
12f7e535
...
...
@@ -16,18 +16,6 @@ build_ubuntu_gcc_debug_several_shared_libraries:
OS
:
"
ubuntu"
IS_ONLY_ONE_LIB
:
"
False"
valgrind_memcheck
:
stage
:
valgrind
image
:
ubuntu:latest
tags
:
-
ubuntu
-
gcc
-
debug
before_script
:
-
apt-get -y install valgrind
script
:
-
cd ${HOME}/Codes/MoReFEM/CoreLibrary/build/Sources
-
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=${HOME}/Codes/MoReFEM/CoreLibrary/ExternalTools/Valgrind/openmpi.suppr --suppressions=${HOME}/Codes/MoReFEM/CoreLibrary/ExternalTools/Valgrind/libgomp.suppr --suppressions=${HOME}/Codes/MoReFEM/CoreLibrary/ExternalTools/Valgrind/libc.suppr ./MoReFEMTestPetscMatrixOperations -i ${HOME}/Codes/MoReFEM/CoreLibrary/Sources/Test/ThirdParty/PETSc/MatrixOperations/demo.lua
check_ubuntu_gcc_debug_several_shared_libraries
:
extends
:
.check_compilation_warning_template_docker
...
...
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