summaryrefslogtreecommitdiffstats
path: root/perform/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-11-09 13:47:34 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-11-09 13:47:34 (GMT)
commit90cda8338c14afff88de3d511f4632309cd3d4a7 (patch)
tree68a6641867c5293376a3dc334bfc78b3c809ce2b /perform/Makefile.in
parentc5cfcea6bee0857a8f7d0471bfff2cfa7d1a885c (diff)
downloadhdf5-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).
Diffstat (limited to 'perform/Makefile.in')
-rw-r--r--perform/Makefile.in4
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