diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-11-09 13:47:34 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-11-09 13:47:34 (GMT) |
commit | 90cda8338c14afff88de3d511f4632309cd3d4a7 (patch) | |
tree | 68a6641867c5293376a3dc334bfc78b3c809ce2b | |
parent | c5cfcea6bee0857a8f7d0471bfff2cfa7d1a885c (diff) | |
download | hdf5-90cda8338c14afff88de3d511f4632309cd3d4a7.zip hdf5-90cda8338c14afff88de3d511f4632309cd3d4a7.tar.gz hdf5-90cda8338c14afff88de3d511f4632309cd3d4a7.tar.bz2 |
[svn-r4597] Purpose:
Bug patch
Description:
pio_xxx.c will fail compiling in serial mode.
I temporary disable the compile of the pio-perform code from
the Makefile. Will fix it after sunday.
Platforms tested:
eirene (serial).
-rw-r--r-- | perform/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perform/Makefile.in b/perform/Makefile.in index d1b967e..a9f2f2a 100644 --- a/perform/Makefile.in +++ b/perform/Makefile.in @@ -18,7 +18,9 @@ LIBH5TOOLS=../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=mpi-perf perf pio_perf +##Temporary disable the compiling of pio_perf codes while I fix it. +##TEST_PROGS_PARA=mpi-perf perf pio_perf +TEST_PROGS_PARA=mpi-perf perf TEST_PROGS=iopipe chunk overhead ## These are the files that `make clean' (and derivatives) will remove from |