diff options
author | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-04-24 00:02:08 (GMT) |
---|---|---|
committer | Paul Harten <pharten@ncsa.uiuc.edu> | 1998-04-24 00:02:08 (GMT) |
commit | 304ad92a466ed64982d6bd76a50f015969692c32 (patch) | |
tree | 335389064994b487296eb3b19108ba4ae8f8976b /Makefile.in | |
parent | 0b6fd0ff94c4df86697a5d3e07794d1f75109735 (diff) | |
download | hdf5-304ad92a466ed64982d6bd76a50f015969692c32.zip hdf5-304ad92a466ed64982d6bd76a50f015969692c32.tar.gz hdf5-304ad92a466ed64982d6bd76a50f015969692c32.tar.bz2 |
[svn-r368] Purpose:
Documentation (mostly)
Solution:
Parallel HDF5 support on Intel TFLOPS machine using PFS file system
and MPIO.
Platform tested:
Intel TFLOPS (ASCI Red)
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0ab8db6..6924d92 100644 --- a/Makefile.in +++ b/Makefile.in @@ -63,6 +63,9 @@ lib progs test _test install uninstall TAGS dep depend: done # Number format detection +H5detect: + (cd src && $(MAKE) $@) + H5Tinit.c: (cd src && $(MAKE) $@) |