Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d3e34186f69a7c89f2a3ac418e901b4d6e687773
/
.
/
Modules
/
FindMPI
/
test_mpi.f90.in
blob: 4d43a04d65d1bc1e43370446f778b840f3cd53f8 [
file
] [
log
] [
blame
]
program hello
@MPI_Fortran_INCLUDE_LINE@
integer@MPI_Fortran_INTEGER_LINE@ ierror
call MPI_INIT
(
ierror
)
call MPI_FINALIZE
(
ierror
)
end
program