Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GILLES Sebastien
MoReFEM
Commits
106c086c
Commit
106c086c
authored
Oct 27, 2019
by
GILLES Sebastien
Browse files
#177 Try to fix Valgrind command (namely path to the executable).
parent
eaabcbfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Scripts/Tools/run_valgrind_elasticity.py
View file @
106c086c
...
...
@@ -11,4 +11,4 @@ if __name__ == "__main__":
lua_file
=
os
.
path
.
join
(
morefem_model_instances_dir
,
"Elasticity"
,
"demo_2d_binary.lua"
)
#
buildAndRunValgrind
(
"MoReFEM4Elasticity"
,
lua_file
,
os
.
path
.
join
(
morefem_root_dir
,
"memcheck_elasticity.txt"
))
buildAndRunValgrind
(
"
Sources/
MoReFEM4Elasticity"
,
lua_file
,
os
.
path
.
join
(
morefem_root_dir
,
"memcheck_elasticity.txt"
))
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment