codekingpro's picture
Add files using upload-large-folder tool
0577a6d verified
Raw
History Blame Contribute Delete
184 Bytes
program hello
@MPI_Fortran_INCLUDE_LINE@
integer@MPI_Fortran_INTEGER_LINE@ ierror
call MPI_INIT(ierror)
call MPI_FINALIZE(ierror)
end program