diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-03 20:39:52 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2000-11-03 20:39:52 (GMT) |
commit | 524c9ca7c78eb85eed80f84d066dcf2e23fa692a (patch) | |
tree | 0d78b0a7be7385bf985cf58f80ca31c172b6c670 /INSTALL_VFL | |
parent | fee0dc2bb63617ec1ea6c8f09b3ff01e798a2e85 (diff) | |
download | hdf5-524c9ca7c78eb85eed80f84d066dcf2e23fa692a.zip hdf5-524c9ca7c78eb85eed80f84d066dcf2e23fa692a.tar.gz hdf5-524c9ca7c78eb85eed80f84d066dcf2e23fa692a.tar.bz2 |
[svn-r2799]
Purpose:
Update information for the latest version of SRB
Description:
change information about SRB from 1.1.6 to 1.1.7.
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'INSTALL_VFL')
-rw-r--r-- | INSTALL_VFL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL_VFL b/INSTALL_VFL index 7d3e490..d0466a3 100644 --- a/INSTALL_VFL +++ b/INSTALL_VFL @@ -12,7 +12,7 @@ Layer to handle file I/O. We currently have documented SRB and Globus-GASS. I. Overview ----------- This part contains instructions for remote-accessing HDF5 through SRB. The -SRB version 1.1.6 on Sun Solaris 2.7 platform has been tested. If you have +SRB version 1.1.7 on Sun Solaris 2.7 platform has been tested. If you have difficulties installing the software in your system, please send mails to me (Raymond Lu) at @@ -59,9 +59,9 @@ The installation steps are similar to the ones in INSTALL file: 4. Run 'make install' -5. Run testing program: +5. Run testing program(Optional): Go to the testing directory(cd test) and run srb_write, srb_read, - srb_append. + srb_append. Actually, these tests have been run in step 3. srb_write: Connect to SRB server, write an HDF5 file with an integer dataset to SRB server. |