diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-02-06 20:34:56 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-02-06 20:34:56 (GMT) |
commit | a472b6c30a04ac93b460ae95ef0d3d6dd2d99693 (patch) | |
tree | 56d497bcec4c59e2b6fc469842034c7703529d51 /perform/Makefile.in | |
parent | 8251a252868b4809beb2a9dd2ebb1debb3e23e2e (diff) | |
download | hdf5-a472b6c30a04ac93b460ae95ef0d3d6dd2d99693.zip hdf5-a472b6c30a04ac93b460ae95ef0d3d6dd2d99693.tar.gz hdf5-a472b6c30a04ac93b460ae95ef0d3d6dd2d99693.tar.bz2 |
[svn-r6377] Purpose:
Update
Description:
version 1.4 has renamed the tool from pio_perf to h5perf.
Folded the chagne into this branch too.
Also updated the Copyright notes.
Platforms tested:
Tested h5committest {arabica (fortran), eirene (fortran, C++)
modi4 (parallel, fortran)}? Tested in burrwhite with PP only.
[If no, why not?] It is a pretty straight forward Makefile change.
Diffstat (limited to 'perform/Makefile.in')
-rw-r--r-- | perform/Makefile.in | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in index 09f9086..5a4dff5 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -1,8 +1,16 @@ ## HDF5 Library Performance Makefile(.in) ## -## Copyright (C) 2001, 2002 -## National Center for Supercomputing Applications. -## All rights reserved. +## Copyright by the Board of Trustees of the University of Illinois. +## All rights reserved. +## +## This file is part of HDF5. The full HDF5 copyright notice, including +## terms governing use, modification, and redistribution, is contained in +## the files COPYING and Copyright.html. COPYING can be found at the root +## of the source code distribution tree; Copyright.html can be found at the +## root level of an installed copy of the electronic HDF5 document set and +## is linked from the top-level documents page. It can also be found at +## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have +## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu. ## top_srcdir=@top_srcdir@ top_builddir=.. @@ -19,9 +27,11 @@ LIBTOOLS=../tools/lib/libh5tools.la ## These are the programs that `make all' or `make tests' will build and which ## `make check' will run. List them in the order they should be run. -TEST_PROGS_PARA=pio_perf +TEST_PROGS_PARA=h5perf TEST_PROGS=iopipe chunk overhead zip_perf +PUB_PROGS=h5perf + ## These are the files that `make clean' (and derivatives) will remove from ## this directory. CLEAN=*.h5 *.raw *.dat x-gnuplot @@ -40,7 +50,7 @@ TEST_OBJ=$(TEST_SRC:.c=.lo) ## How to build the programs... they all depend on the hdf5 library $(TEST_PROGS) $(TEST_PROGS_PARA): $(LIBHDF5) -pio_perf: $(PIO_PERF_OBJ) +h5perf: $(PIO_PERF_OBJ) @$(LT_LINK_EXE) $(CFLAGS) -o $@ $(PIO_PERF_OBJ) $(LIBH5TEST) \ $(LIBTOOLS) $(LIBHDF5) $(LDFLAGS) $(LIBS) |