Skip to content

Commit

Permalink
bring mpi docstrings more in to line
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 24, 2023
1 parent 74bb5ca commit dcdaa1a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions src/polychord/mpi_utils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,16 @@ end subroutine throw_point



!============= Generating live points =================
!>
!!
!! This a process by which the administrator 'scatters' live points
!! to all workers.
!============== Scattering/gathering live points ====================
! This a process by which the administrator 'scatters' live points
! to all workers, and gathers them back again.
!
! This is used in the initial generation of live points.
! scatter_points:
! root ----> all workers
!
! gather_points:
! all workers ----> root

!> Administrator scatters live points to all workers.
!!
Expand Down

0 comments on commit dcdaa1a

Please sign in to comment.