Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
cd6771646aa56e8a791105b335fc8bce309daa85
/
.
/
Tests
/
FindMPI
/
Test
/
main.f90
blob: 6fb6fd36a13003d0cc5d13a141016927b3e632c7 [
file
]
program mpi_test
include
'mpif.h'
integer ierror
call MPI_INIT
(
ierror
)
call MPI_FINALIZE
(
ierror
)
end
program mpi_test