Skip to content

Commit

Permalink
Merge branch 'JHopeCollins/aaorf_timeparallel' of https://github.com/…
Browse files Browse the repository at this point in the history
…firedrakeproject/firedrake into JHopeCollins/aaorf_timeparallel
  • Loading branch information
JHopeCollins committed Jan 7, 2025
2 parents 8e1c69c + f7b38d5 commit a56c615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/firedrake/regression/test_4dvar_reduced_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,13 @@ def main_test_weak_4dvar_advection():
assert mean(taylor['R2']['Rate']) > 2.9


@pytest.mark.skipcomplex # Taping for complex-valued 0-forms not yet done
@pytest.mark.parallel(nprocs=[1, 2])
def test_strong_4dvar_advection():
main_test_strong_4dvar_advection()


@pytest.mark.skipcomplex # Taping for complex-valued 0-forms not yet done
@pytest.mark.parallel(nprocs=[1, 2, 3, 4])
def test_weak_4dvar_advection():
main_test_weak_4dvar_advection()
Expand Down

0 comments on commit a56c615

Please sign in to comment.