summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-08-16 05:20:57 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-08-16 05:20:57 (GMT)
commita61dc89cb887d53af5e5b952d2c2d3882b918f7d (patch)
tree30f7ef4ad121c4b1057ec23309696d5437d6941d /testpar
parent900cce284007a07caabe5e995a6dd9e15314340a (diff)
downloadhdf5-a61dc89cb887d53af5e5b952d2c2d3882b918f7d.zip
hdf5-a61dc89cb887d53af5e5b952d2c2d3882b918f7d.tar.gz
hdf5-a61dc89cb887d53af5e5b952d2c2d3882b918f7d.tar.bz2
[svn-r4362] Purpose:
cleanup Description: perf.c and mpi-perf.c have been moved to perform/. Platforms tested: eirene (parallel)
Diffstat (limited to 'testpar')
-rw-r--r--testpar/Makefile.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 45a3439..7bb94f8 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -40,12 +40,6 @@ $(TEST_OBJ): $(TEST_HDR)
t_mpi: t_mpi.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ t_mpi.lo $(LIBH5TEST) $(LIBHDF5) $(LDFLAGS) $(LIBS)
-mpi-perf: mpi-perf.lo
- @$(LT_LINK_EXE) $(CFLAGS) -o $@ mpi-perf.lo $(LIBH5TEST) $(LIBHDF5) $(LDFLAGS) $(LIBS)
-
-perf: perf.lo
- @$(LT_LINK_EXE) $(CFLAGS) -o $@ perf.lo $(LIBH5TEST) $(LIBHDF5) $(LDFLAGS) $(LIBS)
-
testphdf5: $(TEST_PHDF5_OBJ)
@$(LT_LINK_EXE) $(CFLAGS) -o $@ $(TEST_PHDF5_OBJ) $(LIBH5TEST) $(LIBHDF5) $(LDFLAGS) $(LIBS)