Interface to function that finalizes MPI communications. See korc_hpc.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(KORC_PARAMS), | intent(in) | :: | params | Core KORC simulation parameters. |
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