IODA Bundle
test_mpi.f90
Go to the documentation of this file.
1  program hello
2  use mpi_f08
3  implicit none
4  integer(kind=MPI_INTEGER_KIND) ierror
5  call mpi_init(ierror)
6  call mpi_finalize(ierror)
7  end program
program hello
Definition: test_mpi.f90:1