[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.]
This commit is contained in:
Raymond Lu 2000-11-03 15:39:52 -05:00
parent fee0dc2bb6
commit 524c9ca7c7

View File

@ -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.