From 90cda8338c14afff88de3d511f4632309cd3d4a7 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 9 Nov 2001 08:47:34 -0500 Subject: [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). --- perform/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12