[svn-r4443] Purpose:

Bug fix
Description:
    Added the condition that Parallel programs are dependent on
    the hdf5 library too.
Platforms tested:
    eirene (parallel), modi4(serial and parallel).
This commit is contained in:
Albert Cheng 2001-09-17 11:41:15 -05:00
parent 59d67bc3f9
commit ee6a5bf86b

View File

@ -32,7 +32,7 @@ TEST_SRC=iopipe.c chunk.c overhead.c \
TEST_OBJ=$(TEST_SRC:.c=.lo)
## How to build the programs... they all depend on the hdf5 library
$(TEST_PROGS): $(LIBHDF5)
$(TEST_PROGS) $(TEST_PROGS_PARA): $(LIBHDF5)
perf: perf.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ perf.lo $(LIBH5TEST) $(LIBHDF5) \