mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
bcf3f797d4
Makefile bug fix Description: Previously, automake didn't output rules to build perform/mpi-perf or the test/gen_* programs. Now these can be built by typing 'make mpi-perf' (or 'make foo') or by configuring with --enable-build-all. Solution: Automake doesn't like having rules for programs it doesn't build. Tricked it by having these programs built "sometimes"--whenever the user enables --build-all. This should be used mostly for testing and to ensure that these helper programs compile. ***IMPORTANT*** These programs do *not* currently compile. When --enable-build-all is used (not the default), gen_new_fill fails because it uses an old API. This is an existing "bug" that has simply been exposed by this checkin. Platforms tested: sleipnir, modi4, sol Misc. update: |
||
---|---|---|
.. | ||
fflush1.f90 | ||
fflush2.f90 | ||
fortranlib_test.f90 | ||
Makefile.am | ||
Makefile.in | ||
t.c | ||
t.h | ||
tf.f90 | ||
tH5A.f90 | ||
tH5D.f90 | ||
tH5E.f90 | ||
tH5F.f90 | ||
tH5G.f90 | ||
tH5I.f90 | ||
tH5P.f90 | ||
tH5R.f90 | ||
tH5S.f90 | ||
tH5Sselect.f90 | ||
tH5T.f90 | ||
tH5VL.f90 | ||
tH5Z.f90 |