Skip to content

Commit

Permalink
remove note on round-robin with smoother.
Browse files Browse the repository at this point in the history
why have these comments in the code and the rst?
  • Loading branch information
hkershaw-brown committed May 25, 2023
1 parent c4f9358 commit 05a9642
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions assimilation_code/modules/utilities/ensemble_manager_mod.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1692,9 +1692,6 @@ subroutine round_robin(ens_handle)

! Round-robin MPI task layout starting at the first node.
! Starting on the first node forces pe 0 = task 0.
! The smoother code assumes task 0 has an ensemble member.
! If you want to break the assumption that pe 0 = task 0, this routine is a good
! place to start. Test with the smoother.

type(ensemble_type), intent(inout) :: ens_handle

Expand Down
4 changes: 1 addition & 3 deletions assimilation_code/modules/utilities/ensemble_manager_mod.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1162,9 +1162,7 @@ dimensioned large enough to hold all copies. Depends on distribution_type with o

.. container:: indent1

Round-robin MPI task layout starting at the first node. Starting on the first node forces pe 0 = task 0. The smoother
code assumes task 0 has an ensemble member. If you want to break the assumption that pe 0 = task 0, this routine is a
good place to start. Test with the smoother.
Round-robin MPI task layout starting at the first node. Starting on the first node forces pe 0 = task 0.

============== =======================
``ens_handle`` Handle for an ensemble.
Expand Down

0 comments on commit 05a9642

Please sign in to comment.