9#include "test_macros.inc"
18 character(len=YAC_MAX_CHARLEN) :: comp_name
23 integer :: local_communicator
29 comp_name =
'ICON-ocean'
34 call mpi_comm_size ( local_communicator, npes, ierror )
35 call mpi_comm_rank ( local_communicator, mype, ierror )
36 print *, mype,
':',
' we are running on ', npes,
' processors.'
Fortran interface for the coupler termination.
Fortran interface for getting back a local MPI communicator.
subroutine, public start_test(name)
subroutine, public stop_test()
subroutine, public exit_tests()
program test_init_finalize