Commit Graph

5214 Commits

Author SHA1 Message Date
Frank Baker
e747ba6bed [svn-r6979]
Purpose:
    Make "New Functions and Tools" section easier to read.

Solution:
    Alphabetized functions and tools lists.
    Created table with function names on left, full syntax on right.

Platforms tested:
   Safari, IE 5
2003-06-05 16:42:16 -05:00
Albert Cheng
0004209a24 [svn-r6978] Purpose:
Bug fix.

Description:
The default setting of max transfer size is larger than
the default setting of number of bytes per process, result
in complaints that Transfer size is too big.

Solution:
Cap the min and max transfer size with number of bytes per process.
Always cap min transfer size with the max xfer size.

Platforms tested:
Copper.

Misc. update:
2003-06-05 16:15:53 -05:00
Quincey Koziol
c134146b3e [svn-r6975] Purpose:
Bug fix

Description:
    Don't attempt to perform collective I/O on chunked datasets.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-05 15:05:52 -05:00
Quincey Koziol
51b427848d [svn-r6974] Purpose:
Bump version #

Description:
    Bump the version # of the library after creating snapshot for SAF developers
to test with.
2003-06-05 12:44:43 -05:00
Elena Pourmal
82cc42fd19 [svn-r6973]
Purpose: Maintenance for 1.6 release

Description: Documented recent changes in 4 fortran APIs
              h5pset(get)_fapl_core_f and h5pset(get)_preserve_f

Solution:

Platforms tested: IE

Misc. update:
2003-06-05 12:31:38 -05:00
Elena Pourmal
29558fe080 [svn-r6972]
Purpose: Maintenance

Description: Signature pages for h5tarray_create_f, h5tget_array_ndims,
             h5tget_array_dims were missing.

Solution: Added signature pages to the RM

Platforms tested: IE

Misc. update:
2003-06-05 12:12:58 -05:00
Pedro Vicente Nunes
0141e8c66b [svn-r6971] Purpose:
modified code warrior project to include recent changes in library

Description:

Solution:

Platforms tested:
CW

Misc. update:
2003-06-05 11:28:51 -05:00
Quincey Koziol
2e07d8035f [svn-r6970] Purpose:
Twist code

Description:
    Try to find a happy definition of HSSIZET_MAX, HSSIZET_MIN and HSIZET_MAX
for all platforms.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    h5committested
2003-06-05 09:53:21 -05:00
Quincey Koziol
6924dc6453 [svn-r6969] Purpose:
Code cleanup

Description:
    Correct a couple of mistakes in error macros.

Platforms tested:
    FreeBSD 4.8 (sleipnir)
    triple check not necesssary.
2003-06-05 09:51:14 -05:00
Quincey Koziol
650600f143 [svn-r6968] Purpose:
Code cleanup

Description:
    h5pset_preserve_f function changed from an INTEGER to a LOGICAL parameter,
change it here too.

Platforms tested:
    h5committested
2003-06-05 07:37:49 -05:00
Elena Pourmal
115e88e645 [svn-r6967]
Purpose: Maintenance

Description: Updated test to use new type of the argument for the
             h5pset(get)_preserve_f function

Solution:

Platforms tested: arabica nad verbena

Misc. update:
2003-06-04 18:21:16 -05:00
Elena Pourmal
c67aff706f [svn-r6966]
Purpose: Bug fix

Description: One of the arguments to the h5pset(get)_preserve_f and
             h5pset(get)_fapl_core_f had fortran INTEGER instead
             of LOGICAL type.

Solution: Changed the type

Platforms tested: arabica and verbena
                  This is a very simple change, and I want to go home :-)
                  I will be doing more testing anyway on modi4 tomorrow.

Misc. update:
2003-06-04 18:19:55 -05:00
Elena Pourmal
ea346d8042 [svn-r6965]
Purpose: Maintenace fro 1.6 release

Description: Man pages for the following functions have been added
             h5pset(get)_fapl_core_f
             h5pset(get)_fapl_family_f
             h5pset(get)_fapl_multi_f
             h5pset_fapl_sec2_f
             h5pset_fapl_sdio_f
             h5pset_fapl_split_f
             h5pget_driver_f
             h5pset_szip_f
             h5pget_nfilters_f
             h5pset(get)_preserve_f

Solution:

Platforms tested: IE

Misc. update:
2003-06-04 17:53:23 -05:00
Frank Baker
9c1746f12d [svn-r6964]
Purpose and Description:
    Added "New Functions and Tools" list.

Platforms tested:
    Safari and IE 5.
2003-06-04 16:18:54 -05:00
Quincey Koziol
c508e1ddc4 [svn-r6963] Purpose:
Code cleanup

Description:
    Fix HSIZET_MAX, HSSIZET_MAX and HSSIZET_MIN to work with Windows (hopefully)

Platforms tested:
    h5committested
2003-06-04 15:26:35 -05:00
Quincey Koziol
bdf3620e62 [svn-r6962] Purpose:
Code cleanup

Description:
    Update dependencies and tracing information

Platforms tested:
    h5committested
2003-06-04 15:25:43 -05:00
Quincey Koziol
ab28d2c820 [svn-r6961] Purpose:
Bug fix

Description:
    An earlier checkin changed some of the assumptions about single block
hyperslabs, causing them to fail in odd ways.

Solution:
    Fix errors with single block hyperslabs by keying off of count==1 instead
of stride==1.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 13:42:20 -05:00
Pedro Vicente Nunes
e03437e4da [svn-r6960] Purpose:
added writing more attributes to one test file

Description:
added the writing of 3D attributes to one test file of h5ls

Solution:

Platforms tested:

Windows 2000 (octopus)
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)


Misc. update:
2003-06-04 12:37:36 -05:00
Bill Wendling
1e26a97d51 [svn-r6959]
Purpose:
	Bug Fix

Description:
	The flags for the linker on MacOS X were invalid.

Solution:
	If this is a darwin platform (MacOS X), then don't specify the
	runtime linker flags.

Platforms tested:
	MacOSX (since it only affects it...)

Misc. update:
2003-06-04 11:51:32 -05:00
Quincey Koziol
a43876da02 [svn-r6958] Purpose:
Code cleanup

Description:
    Move dataspace testing code into separate module to avoid linking it into
user's applications.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:47:17 -05:00
Quincey Koziol
4d8f148d09 [svn-r6957] Purpose:
Code cleanup & performance improvements

Description:
    Optimize hyperslabs that are built to detect situations where "regular"
hyperslabs can be recovered from span tree descriptions.

    Also, improve "same shape" routine to correctly work with all the different
combinations of selections.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:45:11 -05:00
Quincey Koziol
2a7cf2ea94 [svn-r6956] Purpose:
Code cleanup

Description:
    Add another error code...

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:35:22 -05:00
Quincey Koziol
a3f07ee927 [svn-r6955] Purpose:
Code cleanup

Description:
    Tweak HSIZET_MAX macro and add HSSIZE_MAX and HSSIZET_MIN macros.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:33:24 -05:00
Quincey Koziol
99f66946f1 [svn-r6954] Purpose:
Code cleanup

Description:
    Wrap macro parameters with parantheses to avoid errors in expanding them.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:32:05 -05:00
Quincey Koziol
cb01b00e74 [svn-r6953] Purpose:
Code cleanup

Description:
    Correct typo in printf().

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:29:55 -05:00
Quincey Koziol
d1042619ae [svn-r6952] Purpose:
Code cleanup

Description:
    Move testing routines into their own module, to avoid linking them into
user's applications needlessly.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:28:04 -05:00
Quincey Koziol
b56429d086 [svn-r6951] Purpose:
Code cleanup

Description:
    Clean up various warnings & comment out unused code.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested
2003-06-04 10:25:23 -05:00
Quincey Koziol
bb042d83c7 [svn-r6950] Purpose:
API tweak.

Description:
    The H5Sget_select_bounds() API call was using hsize_t arrays for retrieving
the 'start' and 'end' coordinates, which is counter to the rest of the dataspace
API.

Solution:
    Change the arrays to be hssize_t instead.

Platforms tested:
    FreeBSD 4.8 (sleipnir) w/C++
    FreeBSD 4.8 (sleipnir) w/parallel
    h5committested

Misc. update:
    Updated all docs for this change.

    Added 1.4 compatibility #ifdef's
2003-06-04 10:22:23 -05:00
Robert E. McGrath
112aff61ca [svn-r6949] Purpose:
Minor corrections to match the man pages. Code provided by Pankaj.

Description:
  * do not accept more than 30 file names
  * corrected error messages.

Solution:

Platforms tested:
Tested on verbena.
Already tested on several platforms before integration.

Misc. update:
2003-06-03 15:12:30 -05:00
Elena Pourmal
360fc65279 [svn-r6948]
Purpose: Maintenance for 1.6 release

Description: I did more cleanup and restructuring of the file.
             Please take a look at the file when you have a chance.
             Thank you!

Solution:

Platforms tested:

Misc. update:
2003-06-03 12:27:13 -05:00
Pedro Vicente Nunes
12b00a5dd4 [svn-r6947] Purpose:
added some comments

Description:

Solution:

Platforms tested:
linux

Misc. update:
2003-06-03 10:50:19 -05:00
Albert Cheng
94bf3a6d7b [svn-r6946] Purpose:
Bug fix

Description:
This would sometimes coredump in machines like PSC Alpha cluster
or linux icc if -g is not used.

Solution:
The real problem was because char string arrays were declared
without including space for the null terminator.  E.g.,
   char s[5][2]={ "s1", "s2", ...}
is not correct.  Increased the size and also need to change
the H5S... definitions too.

Platforms tested:
"h5committested"--the h5dumpgentest passed without problem though
it failed in Fortran but that is a current known problem.
Tested in verbena using icc and also in PSC's cluster.

Misc. update:
Can't find this error in the v1.5 know problem list.
2003-06-02 18:32:33 -05:00
Elena Pourmal
db2631c956 [svn-r6945]
Purpose: Maintenance for 1.6 release

Description: HISTORY.txt was not updated in 1.5 branch since 1.2.0 release.
             RELEASE.txt had a lot of redundant info that is now in HISTORY.txt
             INSTALL_Windows_withF90.txt was lost in 1.5 branch.

Solution: I updated HISTORY.txt to include release history up to 1.4.5 release.
          After that I removed all information related to the 1.4.* releases
          from RELEASE.txt file. "Platforms Tested" section was brought up
          to date based on the information provided by developers for 1.6.0 first
          round of testing. RELEASE.txt still needs a lot of work.
          INSTALL_Windows_withF90.txt  is also a first draft, more work is needed.

Platforms tested: N/A

Misc. update:
2003-06-02 15:36:31 -05:00
Elena Pourmal
45d6798731 [svn-r6944]
Purpose: Maintenance for 1.6 release

Description: I added INSTALL_Windows_withf90.txt file that was lost
             in 1.5 branch.

Solution: Modified  MANIFEST to include new file.

Platforms tested:

Misc. update:
2003-06-02 15:29:13 -05:00
Pedro Vicente Nunes
6273d8beee [svn-r6943] Purpose:
bug fix

Description:
unsigned integers were not printed out correctly

Solution:
added %u and %lu to the list of formats

Platforms tested:

Windows 2000 (octopus)
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)




Misc. update:
2003-06-02 11:30:40 -05:00
Quincey Koziol
f04d4aea61 [svn-r6942] Purpose:
Performance improment

Description:
    Speed up chunked dataset I/O.  This breaks down into several areas:
        - Compute chunk selections in the file by using hyperslab operations
            instead of iterating over each element in the selection.
        - If the file and memory selections are the same shape, use the file
            chunk selections to compute the memory chunk selections.

    This required several additional dataspace, dataspace selection and
        hyperslab routines.

Platforms tested:
    h5committestted (although Fortran tests failed for some reason)
2003-05-31 11:26:19 -05:00
Quincey Koziol
862520b80e [svn-r6941] Purpose:
Code cleanup

Description:
    Clean up older settings for strides of hyperslabs

Platforms tested:
    h5committestted (although Fortran tests failed for some reason)
2003-05-31 11:20:03 -05:00
Quincey Koziol
263ff3e4fd [svn-r6940] Purpose:
Code cleanup

Description:
    Call srand(time(NULL)) before performing tests, to better randomize numbers
chosen for testing.

Platforms tested:
    h5committestted (although Fortran tests failed for some reason)
2003-05-31 11:19:28 -05:00
Quincey Koziol
8f205256f2 [svn-r6939] Purpose:
Code cleanup

Description:
    Free malloc'ed buffer of 0 bytes when H5_MALLOC_WORKS is defined, to make
purify happier.

Platforms tested:
    h5committestted (although Fortran tests failed for some reason)
2003-05-31 11:18:06 -05:00
Quincey Koziol
3ad545c7ae [svn-r6938] Purpose:
Code cleanup

Description:
    Remove redundant "Testing" from test output.

Platforms tested:
    h5committestted (although Fortran tests failed for some reason)
2003-05-31 11:17:23 -05:00
Quincey Koziol
f81b42e76a [svn-r6937] Purpose:
Bug fix

Description:
    Failed tests were not being reported correctly to main test routine, so
they were not stopping a 'make check'

Solution:
    Changed '1' to '-1' for failures.

Platforms tested:
    h5committestted (although Fortran tests failed for some reason)
2003-05-31 11:16:52 -05:00
Quincey Koziol
119891e4b6 [svn-r6936] Purpose:
Bug fix

Description:
    When free lists where disabled, the macros for array free list operations
could possibly expand in ways that allowed incorrect numbers of objects to be
operated on.

Solution:
    Put parentheses around macro arguments when performing operations with them.

Platforms tested:
    h5committestted (although Fortran tests failed for some reason)
2003-05-31 11:15:19 -05:00
Pedro Vicente Nunes
10009e7c1b [svn-r6935] Purpose:
ok, this time it went

phew, i'm outta here


Description:

Solution:

Platforms tested:

Misc. update:
2003-05-31 04:01:11 -05:00
Pedro Vicente Nunes
72a71a5a18 [svn-r6934] Purpose:
error in adding this one  as binary

Description:

Solution:

Platforms tested:

Misc. update:
2003-05-31 03:59:33 -05:00
Pedro Vicente Nunes
0213d5defe [svn-r6933] Purpose:
added them as binary

Description:

Solution:

Platforms tested:

Misc. update:
2003-05-31 03:58:16 -05:00
Pedro Vicente Nunes
b1ac74d86d [svn-r6932] Purpose:
removed these 2 files to mark them as binary

Description:

Solution:

Platforms tested:

Misc. update:
2003-05-31 03:54:53 -05:00
Pedro Vicente Nunes
815b6fb790 [svn-r6931] Purpose:
updated install instructions  for code warrior with szip


Description:

Solution:

Platforms tested:

Misc. update:
2003-05-31 03:51:31 -05:00
Pedro Vicente Nunes
a08a239692 [svn-r6930] Purpose:
added code warrior project file with  szip support
to link with szip, it is necessary the precompiled library
located in
/szip/codewarrior/szip.lib
that is included in our szip distribution


Description:

Solution:

Platforms tested:
Code Warrior



Misc. update:
2003-05-31 03:37:14 -05:00
Pedro Vicente Nunes
4c65c18a32 [svn-r6929] Purpose:
removed a small path warning on the code warrior project
this project  is *without* szip support

Description:

Solution:

Platforms tested:
CW

Misc. update:
2003-05-30 18:26:10 -05:00
Pedro Vicente Nunes
614490a83a [svn-r6928] Purpose:
h5diff support for long_long

Description:
added h5diff support for long_long;

No automatic test was added because
it seems that the printf format of long_long is  slightly different in Linux and IRIX(modi4),
because the diff command complained about a difference in the 2 test files for long_long;
visually, it seems that in IRIX an extra space is added after the print (or maybe it is
just me that is seeing extra spaces :=)
this test is test 5.8,  commented in testh5diff.sh





Platforms tested:
Windows 2000 (octopus)
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)




Misc. update:
2003-05-30 17:38:46 -05:00