zdoom-macos-deps/deps/cmake/share/cmake-3.21/Modules/FindMPI/test_mpi.f90.in
2021-07-25 12:55:31 +03:00

6 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