diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-20 23:54:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-04-20 23:54:47 (GMT) |
commit | d7573cbc857f5a2a843a42b3ea05cd9d3770208d (patch) | |
tree | f4e7afbb25303fdc587ab5d95b824ea77cb62407 /vms | |
parent | ad790bfa3c700de8ac49ebeaeffe0be1a876b6de (diff) | |
download | hdf5-d7573cbc857f5a2a843a42b3ea05cd9d3770208d.zip hdf5-d7573cbc857f5a2a843a42b3ea05cd9d3770208d.tar.gz hdf5-d7573cbc857f5a2a843a42b3ea05cd9d3770208d.tar.bz2 |
[svn-r12292] Purpose:
Code maintenance
Description:
Remove flexible parallel code
Platforms tested:
FreeBSD 4.11 (sleipnir)
Linux 2.4 (heping)
Solaris 2.9 (shanti)
Linux 2.4/64 (mir)
Diffstat (limited to 'vms')
-rw-r--r-- | vms/src/h5pubconf.h | 3 | ||||
-rw-r--r-- | vms/src/make.com | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/vms/src/h5pubconf.h b/vms/src/h5pubconf.h index e3a0df3..0fb33c1 100644 --- a/vms/src/h5pubconf.h +++ b/vms/src/h5pubconf.h @@ -90,9 +90,6 @@ /* Define to 1 if you have the `fork' function. */ /*#undefine H5_HAVE_FORK */ -/* Define if we want flexible parallel HDF5 support */ -#undef H5_HAVE_FPHDF5 - /* Define to 1 if you have the `frexpf' function. */ #define H5_HAVE_FREXPF 1 diff --git a/vms/src/make.com b/vms/src/make.com index feb50b3..2288638 100644 --- a/vms/src/make.com +++ b/vms/src/make.com @@ -32,9 +32,9 @@ $ cobj= "H5, H5A, H5AC, H5B, H5B2, H5B2cache,"+- "H5D, H5Dcontig, H5Dcompact,"+- "H5Defl, H5Dio, H5Distore, H5Doh, H5Dmpio, H5Dselect, H5Dtest ,"+- "H5E, H5F, H5Fdbg, H5Fmount, H5Fsfile, H5Fsuper, H5FD, H5FDcore,"+- - "H5FDfamily, H5FDfphdf5, H5FDlog, H5FDmpi, H5FDmpio,"+- + "H5FDfamily, H5FDlog, H5FDmpi, H5FDmpio,"+- "H5FDmpiposix, H5FDmulti, H5FDsec2, H5FDstdio,"+- - "H5FDstream, H5FL, H5FO, H5FP, H5FPclient, H5FPserver, H5FS,"+- + "H5FDstream, H5FL, H5FO, H5FS,"+- "H5G, H5Gent, H5Glink, H5Gloc, H5Gname, H5Gnode, H5Gstab,"+- "H5Gobj, H5Goh, H5Gtest, H5Gtraverse,"+- "H5HF, H5HFcache, H5HFdbg, H5HFint, H5HFtest, H5HFflist, H5HFstat,"+- |