finalize_communications Subroutine

public subroutine finalize_communications(params)

Arguments

Type IntentOptional AttributesName
type(KORC_PARAMS), intent(in) :: params

Core KORC simulation parameters.


Contents


Source Code

  subroutine finalize_communications(params)
    !! @note Interface to function that finalizes MPI communications.
    !! See [[korc_hpc]].
    TYPE(KORC_PARAMS), INTENT(IN) :: params
    !! Core KORC simulation parameters.  

    call finalize_mpi(params)
  end subroutine finalize_communications