summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/FindMPI/test_mpi.f90.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-11-01 20:06:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-11-01 20:06:46 (GMT)
commit21874ce5c201b2be7305599434a156b9fbbcfc89 (patch)
tree64003c755967358ee575f73653c026f57ce0e4dc /config/cmake_ext_mod/FindMPI/test_mpi.f90.in
parentf190509675e545bdda4e53d561c30f58a5f5ff4a (diff)
downloadhdf5-21874ce5c201b2be7305599434a156b9fbbcfc89.zip
hdf5-21874ce5c201b2be7305599434a156b9fbbcfc89.tar.gz
hdf5-21874ce5c201b2be7305599434a156b9fbbcfc89.tar.bz2
Add back Find module and add support files
Diffstat (limited to 'config/cmake_ext_mod/FindMPI/test_mpi.f90.in')
-rw-r--r--config/cmake_ext_mod/FindMPI/test_mpi.f90.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/cmake_ext_mod/FindMPI/test_mpi.f90.in b/config/cmake_ext_mod/FindMPI/test_mpi.f90.in
new file mode 100644
index 0000000..4d43a04
--- /dev/null
+++ b/config/cmake_ext_mod/FindMPI/test_mpi.f90.in
@@ -0,0 +1,6 @@
+ program hello
+ @MPI_Fortran_INCLUDE_LINE@
+ integer@MPI_Fortran_INTEGER_LINE@ ierror
+ call MPI_INIT(ierror)
+ call MPI_FINALIZE(ierror)
+ end program