summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/FindMPI/mpiver.f90.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:31:58 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-03-09 18:32:06 (GMT)
commit24c62ba7fefcd48cafec79385011cbd89be5d182 (patch)
tree798f2c628b33555c6109d1683d7e6b4f58279e0f /config/cmake_ext_mod/FindMPI/mpiver.f90.in
parent2a5d608f7bf5f99fb61898a331fde2ccc170117e (diff)
downloadhdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.zip
hdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.tar.gz
hdf5-24c62ba7fefcd48cafec79385011cbd89be5d182.tar.bz2
Change CMake min to 3.10
Diffstat (limited to 'config/cmake_ext_mod/FindMPI/mpiver.f90.in')
-rw-r--r--config/cmake_ext_mod/FindMPI/mpiver.f90.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/cmake_ext_mod/FindMPI/mpiver.f90.in b/config/cmake_ext_mod/FindMPI/mpiver.f90.in
deleted file mode 100644
index a254523..0000000
--- a/config/cmake_ext_mod/FindMPI/mpiver.f90.in
+++ /dev/null
@@ -1,10 +0,0 @@
- program mpi_ver
- @MPI_Fortran_INCLUDE_LINE@
- integer(kind=kind(MPI_VERSION)), parameter :: zero = ichar('0')
- character, dimension(17), parameter :: mpiver_str =&
- (/ 'I', 'N', 'F', 'O', ':', 'M', 'P', 'I', '-', 'V', 'E', 'R', '[', &
- char(zero + MPI_VERSION), &
- '.', &
- char(zero + MPI_SUBVERSION), ']' /)
- print *, mpiver_str
- end program mpi_ver