Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hysop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
particle_methods
hysop
Commits
6f3f3a18
Commit
6f3f3a18
authored
4 years ago
by
Jean-Baptiste Keck
Browse files
Options
Downloads
Patches
Plain Diff
reenable tests, close issue
#45
parent
a3af8866
No related branches found
No related tags found
1 merge request
!16
MPI operators
Pipeline
#47554
passed
4 years ago
Stage: env
Stage: configure
Stage: build
Stage: install
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci/scripts/test.sh
+25
-25
25 additions, 25 deletions
ci/scripts/test.sh
with
25 additions
and
25 deletions
ci/scripts/test.sh
+
25
−
25
View file @
6f3f3a18
...
@@ -112,31 +112,31 @@ example_test() {
...
@@ -112,31 +112,31 @@ example_test() {
echo
echo
}
}
#
if [ "$RUN_TESTS" = true ]; then
if
[
"
$RUN_TESTS
"
=
true
]
;
then
#
hysop_test "core/arrays/tests/test_array.py"
hysop_test
"core/arrays/tests/test_array.py"
#
hysop_test "core/graph/tests/test_graph.py"
hysop_test
"core/graph/tests/test_graph.py"
#
hysop_test "fields/tests/test_fields.py"
hysop_test
"fields/tests/test_fields.py"
#
hysop_test "numerics/tests/test_fft.py"
hysop_test
"numerics/tests/test_fft.py"
#
hysop_test "operator/tests/test_analytic.py"
hysop_test
"operator/tests/test_analytic.py"
#
hysop_test "operator/tests/test_transpose.py"
hysop_test
"operator/tests/test_transpose.py"
#
hysop_test "operator/tests/test_fd_derivative.py"
hysop_test
"operator/tests/test_fd_derivative.py"
#
hysop_test "operator/tests/test_absorption.py"
hysop_test
"operator/tests/test_absorption.py"
#
hysop_test "operator/tests/test_penalization.py"
hysop_test
"operator/tests/test_penalization.py"
#
hysop_test "operator/tests/test_velocity_correction.py"
hysop_test
"operator/tests/test_velocity_correction.py"
#
hysop_test "operator/tests/test_restriction_filter.py"
hysop_test
"operator/tests/test_restriction_filter.py"
#
hysop_test "operator/tests/test_directional_advection.py"
hysop_test
"operator/tests/test_directional_advection.py"
#
hysop_test "operator/tests/test_directional_diffusion.py"
hysop_test
"operator/tests/test_directional_diffusion.py"
#
hysop_test "operator/tests/test_directional_stretching.py"
hysop_test
"operator/tests/test_directional_stretching.py"
#
hysop_test "operator/tests/test_custom_symbolic.py"
hysop_test
"operator/tests/test_custom_symbolic.py"
#
hysop_test "operator/tests/test_spectral_derivative.py"
hysop_test
"operator/tests/test_spectral_derivative.py"
#
hysop_test "operator/tests/test_spectral_curl.py"
hysop_test
"operator/tests/test_spectral_curl.py"
#
hysop_test "operator/tests/test_diffusion.py"
hysop_test
"operator/tests/test_diffusion.py"
#
hysop_test "operator/tests/test_poisson.py"
hysop_test
"operator/tests/test_poisson.py"
#
hysop_test "operator/tests/test_solenoidal_projection.py"
hysop_test
"operator/tests/test_solenoidal_projection.py"
#
hysop_test "operator/tests/test_poisson_curl.py"
hysop_test
"operator/tests/test_poisson_curl.py"
#
${HYSOP_DIR}/fields/tests/test_cartesian.sh
${
HYSOP_DIR
}
/fields/tests/test_cartesian.sh
#
${HYSOP_DIR}/core/tests/test_checkpoint.sh
${
HYSOP_DIR
}
/core/tests/test_checkpoint.sh
#
fi
fi
if
[
"
${
RUN_LONG_TESTS
}
"
=
true
]
;
then
if
[
"
${
RUN_LONG_TESTS
}
"
=
true
]
;
then
hysop_test
"backend/device/codegen/kernels/tests/test_directional_advection.py"
hysop_test
"backend/device/codegen/kernels/tests/test_directional_advection.py"
...
...
This diff is collapsed.
Click to expand it.
Jean-Baptiste Keck
@keckj
mentioned in commit
cb65ca47
·
4 years ago
mentioned in commit
cb65ca47
mentioned in commit cb65ca4741bc528212dc5a9188020a2f1f9473f4
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment