summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-05-01 21:20:50 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-05-01 21:20:50 (GMT)
commit4b9e5af2e7d2a7a208407b8a7b44616b42d293bb (patch)
tree0b782a6109a0663a46350b9ebff7706c913c2cc0 /testpar/Makefile.in
parent570a182e6d03e12f5a02ccd5a6f10c555cbe2276 (diff)
downloadhdf5-4b9e5af2e7d2a7a208407b8a7b44616b42d293bb.zip
hdf5-4b9e5af2e7d2a7a208407b8a7b44616b42d293bb.tar.gz
hdf5-4b9e5af2e7d2a7a208407b8a7b44616b42d293bb.tar.bz2
[svn-r3882] Purpose:
Feature Description: Show simple performance of the MPIO and the HDF5-IO. The mpi-perf.c is contributed by Robert Ross of ANL. The perf.c is derived from mpi-perf.c Platforms tested: Modi4 (O2K, parallel)
Diffstat (limited to 'testpar/Makefile.in')
-rw-r--r--testpar/Makefile.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 7bb94f8..45a3439 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -40,6 +40,12 @@ $(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)