diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-02-11 06:00:36 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-02-11 06:00:36 (GMT) |
commit | 84bd17dca32e39a40f49c345c5881f4f1d436c19 (patch) | |
tree | 5ccce102071a6efd1dda55eea8fdc829243a9f84 /src/Makefile.in | |
parent | 3e72af4d29e1daba0d84ad95cbd7b8a95440fad2 (diff) | |
download | hdf5-84bd17dca32e39a40f49c345c5881f4f1d436c19.zip hdf5-84bd17dca32e39a40f49c345c5881f4f1d436c19.tar.gz hdf5-84bd17dca32e39a40f49c345c5881f4f1d436c19.tar.bz2 |
[svn-r249] configure.in configure:
Changed default RUNTEST to 'mpi -np 1'.
src/Makefile.in:
Use $(RUNTEST) to run programs if enable-parallel is on.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 66af462..44fa037 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -46,7 +46,7 @@ PRIVATE_HDR=H5private.h H5Aprivate.h H5ACprivate.h H5Bprivate.h \ # Number format detection H5Tinit.c: H5detect - ./H5detect >H5Tinit.c + $(RUNTEST) ./H5detect >H5Tinit.c H5detect: H5detect.o $(CC) $(CFLAGS) -o $@ H5detect.o |