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
ExaStencils
exastencils-release
Commits
21c5a167
Commit
21c5a167
authored
Feb 11, 2022
by
Richard Angersbach
Browse files
Summarize OptFlow ci example tests.
parent
98d970c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
21c5a167
...
...
@@ -974,34 +974,24 @@ example:NonNewtonianExamples_3D:
# OpticalFlow EXAMPLES #
###############################################
example:
2D_FD_
OptFlow
_fromL2
:
example:OptFlow
Examples_2D
:
stage
:
example
extends
:
.test_template
script
:
# 2D_FD_OptFlow_fromL2
-
python3 run_test.py ../Compiler/Compiler.jar:../Compiler/lib 2D_FD_OptFlow_fromL2 Examples/OpticalFlow/2D_FD_OptFlow_fromL2.knowledge "../Examples/OpticalFlow/2D_FD_OptFlow_fromL2.exa2;../Examples/OpticalFlow/2D_FD_OptFlow_fromL2.exa3" "" 1 1 Platform/random.platform output
example:2D_FD_OptFlow_fromL4:
stage
:
example
extends
:
.test_template
script
:
# 2D_FD_OptFlow_fromL4
-
python3 run_test.py ../Compiler/Compiler.jar:../Compiler/lib 2D_FD_OptFlow_fromL4 Examples/OpticalFlow/2D_FD_OptFlow_fromL4.knowledge "../Examples/OpticalFlow/2D_FD_OptFlow_fromL4.exa4" "" 1 1 Platform/random.platform output
example:2D_FD_OptFlow_fromL4_Vec:
stage
:
example
extends
:
.test_template
script
:
# 2D_FD_OptFlow_fromL4_Vec
-
python3 run_test.py ../Compiler/Compiler.jar:../Compiler/lib 2D_FD_OptFlow_fromL4_Vec Examples/OpticalFlow/2D_FD_OptFlow_fromL4_Vec.knowledge "../Examples/OpticalFlow/2D_FD_OptFlow_fromL4_Vec.exa4" "" 1 1 Platform/random.platform output
example:
3D_FD_
OptFlow
_fromL2
:
example:OptFlow
Examples_3D
:
stage
:
example
extends
:
.test_template
script
:
# 3D_FD_OptFlow_fromL2
-
python3 run_test.py ../Compiler/Compiler.jar:../Compiler/lib 3D_FD_OptFlow_fromL2 Examples/OpticalFlow/3D_FD_OptFlow_fromL2.knowledge "../Examples/OpticalFlow/3D_FD_OptFlow_fromL2.exa2;../Examples/OpticalFlow/3D_FD_OptFlow_fromL2.exa3" "" 1 1 Platform/random.platform output
example:3D_FD_OptFlow_fromL4_Vec:
stage
:
example
extends
:
.test_template
script
:
# 3D_FD_OptFlow_fromL4_Vec
-
python3 run_test.py ../Compiler/Compiler.jar:../Compiler/lib 3D_FD_OptFlow_fromL4_Vec Examples/OpticalFlow/3D_FD_OptFlow_fromL4_Vec.knowledge "../Examples/OpticalFlow/3D_FD_OptFlow_fromL4_Vec.exa4" "" 1 1 Platform/random.platform output
###############################################
...
...
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