Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GILLES Sebastien
MoReFEM
Commits
36424ff4
Commit
36424ff4
authored
Oct 28, 2019
by
GILLES Sebastien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#177 Valgrind CI: use a quicker run (no need to use 20 time iterations!)
parent
dcc6be31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Scripts/CI/Valgrind/run_valgrind_hyperelasticity.py
Scripts/CI/Valgrind/run_valgrind_hyperelasticity.py
+1
-1
No files found.
Scripts/CI/Valgrind/run_valgrind_hyperelasticity.py
View file @
36424ff4
...
...
@@ -7,6 +7,6 @@ if __name__ == "__main__":
morefem_root_dir
=
MoReFEMRootDir
()
morefem_model_instances_dir
=
os
.
path
.
join
(
morefem_root_dir
,
"Sources"
,
"ModelInstances"
)
lua_file
=
os
.
path
.
join
(
morefem_model_instances_dir
,
"Hyperelasticity"
,
"demo_
input_hyperelasticity
.lua"
)
lua_file
=
os
.
path
.
join
(
morefem_model_instances_dir
,
"Hyperelasticity"
,
"demo_
test
.lua"
)
#
RunValgrind
(
"Sources/MoReFEM4Hyperelasticity"
,
lua_file
,
os
.
path
.
join
(
morefem_root_dir
,
"memcheck_hyperelasticity.txt"
))
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