Files
hdf5/config/cmake_ext_mod/FindMPI/test_mpi.f90.in
2017-11-01 15:06:46 -05: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