index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
FindHDF5
/
Test
/
test_Fortran.f90
blob: 4c12c8ce02053f0cfc82c2275728a80cf23983b6 (
plain
)
1
2
3
4
5
6
program
hdf5_hello
use
hdf5
integer
error
call
h5open_f
(
error
)
call
h5close_f
(
error
)
end