cmake/Modules/FindMPI/test_mpi.f90.in
2018-01-26 17:06:56 +01:00

7 lines
178 B
Fortran

program hello
@MPI_Fortran_INCLUDE_LINE@
integer@MPI_Fortran_INTEGER_LINE@ ierror
call MPI_INIT(ierror)
call MPI_FINALIZE(ierror)
end program