Commit Graph

12733 Commits

Author SHA1 Message Date
Dana Robinson
3674c78a6e [svn-r21517] - Added checks for clock_gettime() to configure.in.
Tested on Linux, FreeBSD, Solaris, MacOSX to ensure they are found correctly and everything builds.  No code currently relys on clock_gettime().

- Brought Windows and VMS H5pubconf.h files into sync with the Linux file.

Tested on Windows.  Ray will test on VMS when this is pushed to the 1.8.x branch.
2011-10-11 14:04:46 -05:00
Allen Byrne
4eab5f7e31 [svn-r21511] Synchronize macros for naming with other libraries 2011-10-11 08:42:32 -05:00
Dana Robinson
a15593186e [svn-r21510] Change to comments.
Just checked to make sure it still compiled on Windows.
2011-10-10 17:12:26 -05:00
Dana Robinson
62b1372a03 [svn-r21508] Revoked svn check-ins 20913 and 20921 (fix for HDFFV-7579) pending a careful evaluation of enum conversion behavior. 2011-10-10 16:55:45 -05:00
Dana Robinson
873e6aea8d [svn-r21506] Updated svn properties as needed. 2011-10-10 16:30:43 -05:00
Dana Robinson
b53d17d511 [svn-r21505] Updated svn properties as needed in source root. 2011-10-10 16:11:00 -05:00
Dana Robinson
d0b97c67b8 [svn-r21504] Updated svn flags as needed on source files from H5A* to H5C*. 2011-10-10 16:05:32 -05:00
Dana Robinson
43b8790508 [svn-r21502] - Removed Windows VFD code. H5Pset_fapl_windows() actually sets the SEC2 driver, though it will still report H5FD_WINDOWS.
- Set svn:eol-style and svn:keyword properties on H5FDwindows.c/h.

Tested on 64- and 32-bit Windows 7 (doesn't affect non-Windows platforms).
2011-10-10 14:44:57 -05:00
Dana Robinson
820b552278 [svn-r21501] - Propagated Windows VFD tweaks to SEC2 and log VFDs.
- Created typedefs and #defines to make POSIX I/O type-safe on Windows and true POSIX platforms.

- Added pre-checks and removed post-checks for POSIX I/O sizes.  When the number of bytes to be sent exceeds the maximum return value, the operation is split into smaller subsets.

- General code tidying and cleanup.

Tested on: jam (64-bit linux), jam + threadsafe, jam + parallel, Windows 7 (64- and 32-bit), freedom (64-bt BSD).
2011-10-10 13:58:45 -05:00
HDF Tester
892d491c35 [svn-r21499] Snapshot version 1.9 release 94 2011-10-09 09:02:51 -05:00
Dana Robinson
268b9d3819 [svn-r21497] Changed H5Pset_fapl_log() to deep copy the log file name instead of copying the pointer.
Tested on jam (simple change).
2011-10-09 03:37:39 -05:00
Dana Robinson
ab4451e2dd [svn-r21496] - H5MM_strdup() and H5MM_xstrdup() comments changed to correctly reflect how they respond to an input NULL string.
- H5MM_xstrdup() now reports memory allocation errors via the HDF5 error stack (was previously an assert).

Tested on local Windows via ctest (trivial change).
2011-10-09 02:03:10 -05:00
Allen Byrne
22dff7723c [svn-r21493] Add new mach/mach_time.h header check. 2011-10-07 16:46:12 -05:00
Dana Robinson
731050e888 [svn-r21490] The configuration file isn't executable! 2011-10-07 16:14:49 -05:00
Albert Cheng
c470efd00d [svn-r21489] Bug:
h5dump was used in test script but was not invoked by RUNSERIAL.
THis does not work in batch machines like Blue Gene in LLNL.

Solution:
Added $RUNSERIAL to invoke $H5DUMP_BIN.

Tested:
LLNL BlueGene (udawn)
2011-10-07 15:16:20 -05:00
Allen Byrne
0d8bd0c44d [svn-r21484] Add HDprefix and change when pio_timer.h is included
Tested
2011-10-07 10:24:56 -05:00
Allen Byrne
1f115749c4 [svn-r21481] Add option to enable windows stdio 2011-10-06 14:25:13 -05:00
Albert Cheng
07d7090609 [svn-r21477] Removed the known problem of insufficient memory error in AIX. It was patched
in the config/ibm-aix file.
2011-10-05 13:18:22 -05:00
Vailin Choi
3f4b1f3b74 [svn-r21476] The first part fix for bug HDFFV-7640: does not need to do H5O_move_msgs_forward() when writing attributes. h5committested.
Tests are checked into the performance suite.
2011-10-05 10:52:12 -05:00
Scot Breitenfeld
817bfb6499 [svn-r21475] Description: fixed C_LOC(X) non-standard argument X for multi-dimensional arrays detected using xlf compiler.
Tested: jam  (intel, gnu, pgi) F2003 compilers.
2011-10-04 23:51:08 -05:00
Albert Cheng
440044ebaf [svn-r21469] updated with the change of Windows platform switched back to use SEC2 as the
default VFD.
2011-10-04 12:50:49 -05:00
Albert Cheng
1c3acba570 [svn-r21459] Problem:
Some machines, like LLNL udawn, a blue-gene machine, requires all executables,
be launched by some command like mpirun.

Solution:
Added $RUNSERIAL to launch the executable.

Tested: LLNL uDawn.
2011-10-04 03:36:27 -05:00
Albert Cheng
082a3ce442 [svn-r21457] Problem:
Function TOOLTEST_OUTPUT does not filter the extra system messages sent to
stdout or stderr, thus causing output mismatched with expected output.

Solution:
Added STDOUT_FILTER and STDERR_FILTER to filter them out.

Tested:
Tested LLNL uDawn (Blue-Gene cluster), for serial mode only.
2011-10-04 03:16:00 -05:00
HDF Tester
9d793e7e5e [svn-r21443] Snapshot version 1.9 release 93 2011-10-02 09:35:04 -05:00
Quincey Koziol
3d15d9d681 [svn-r21442] Description:
Check in "actual I/O mode" feature to trunk.  Will merge back to 1.8 branch
after it bakes over the weekend.

Tested on:
    FreeBSD/32 8.2 (loyalty) w/gcc4.6, w/C++ & FORTRAN, in debug mode
    FreeBSD/64 8.2 (freedom) w/gcc4.6, w/C++ & FORTRAN, in debug mode
    Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
        w/C++ & FORTRAN, w/threadsafe, in debug mode
    Linux/64-amd64 2.6 (koala) w/Intel compilers, w/default API=1.6.x,
        w/C++ & FORTRAN, in production mode
    Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
        w/szip filter, w/threadsafe, in production mode
    Linux/PPC 2.6 (heiwa) w/C++ & FORTRAN, w/threadsafe, in debug mode
    Linux/64-ia64 2.6 (ember) w/Intel compilers, w/C++ & FORTRAN,
        in production mode
    Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in debug mode
    Mac OS X/32 10.6.8 (amazon) in debug mode
    Mac OS X/32 10.6.8 (amazon) w/C++ & FORTRAN, w/threadsafe,
        in production mode
2011-09-30 20:37:23 -05:00
Allen Byrne
8f6ec57f06 [svn-r21437] Added listing of all cmake options available 2011-09-30 13:19:54 -05:00
Raymond Lu
b7f8909a58 [svn-r21436] Issue 7701 - H5LTdtype_to_text had memory corruption while being querried about the size of the buffer needed. The problem happened when the internal buffer is reallocated, the new address got lost. I revised the code to pass the new address as the return value of functions. I also added two new test cases.
Tested on jam, linew, and koala.
2011-09-30 10:51:15 -05:00
Allen Byrne
bae6ab5219 [svn-r21435] Add F2003 IF-ENDIF protection blocks around _F03 file processing 2011-09-30 09:01:49 -05:00
Scot Breitenfeld
1883ba281d [svn-r21434] Description: Removed 12 byte real tests and definition from fortran types, it was not used in the main fortran src.
Tested: jam (gnu, g95, intel)
2011-09-29 23:47:53 -05:00
Allen Byrne
641d10289d [svn-r21425] Add 2003 fortran to settings text 2011-09-27 10:52:56 -05:00
Allen Byrne
d4509ea9ed [svn-r21422] Add 2003 examples to cmake build 2011-09-27 09:17:27 -05:00
Allen Byrne
cb06ebf08d [svn-r21417] Correct indentation in cmake config file.
Add option for allowing -fPIC.
2011-09-26 08:56:42 -05:00
HDF Tester
c27e3c313e [svn-r21415] Snapshot version 1.9 release 92 2011-09-25 09:27:41 -05:00
Jonathan Kim
7d53789366 [svn-r21413] Description:
Skip parallel diff test "-c non_comparables1.h5 non_comparables2.h5" due
    to hanging issue occurring on koala (linux64-LE) intermittently.
    Plan to put back when resolved.
    The test was related to J7693.

Tested:
 jam (linux32-LE), koala (linux64-LE)
2011-09-23 16:36:19 -05:00
Allen Byrne
772e1db05c [svn-r21412] Change windows default driver to SEC2 2011-09-23 16:11:42 -05:00
Scot Breitenfeld
0c7dc67ea1 [svn-r21406] Updated Makefile.in after updating from trunk. 2011-09-21 12:19:59 -05:00
Scot Breitenfeld
414c1654b3 [svn-r21405] Added dependencies, for HDF5.lo and HDF5mpio.lo, H5_ff_F90/F03.lo and H5_ff.lo
to resolve failures when building HDF5.lo and HDF5mpio.lo.

Tested: jam (gcc, mpi) using both: make  HDF5.lo and make HDF5mpio.lo
2011-09-21 12:15:06 -05:00
Jonathan Kim
24fc368ac0 [svn-r21397] Fix mis-spell non_comparables#.h5. It's from previous checkin for HDFFV-7693. (r21396) 2011-09-16 14:35:52 -05:00
Jonathan Kim
86faf0b302 [svn-r21396] Purpose:
HDFFV-7693 - h5diff produces different behavior between versions: 1.8.3 and 1.8.6

Description:
    There were two issues on this. 
    One was not displaying all the comparable objects if non-comparable 
    object/attribute exist and compared before comparables ones. This issue
    occurred after 1.8.4 release. This is the issue from user.
    The other issue was not displaying all the comparable attributes, 
    if non-comparable object/attribute exist and compared ahead. This issue 
    were exist even before 1.8.4 release. So it's possible some attribute 
    comparison may have not displayed correctly in the past, if non-comparable 
    data were exist in common object.
    Fixed h5diff to display all the comparable object and attribute regardless 
    of non-comparables. 

Tested:
 jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam, Windows)
2011-09-16 14:29:03 -05:00
Jonathan Kim
35d9b34621 [svn-r21393] Just moved comment to the top of the Tools' list as the new entry is suppose to add to the top not the bottom.
Relate to fix for HDFFV-5932 - h5repack.
2011-09-14 17:30:58 -05:00
Jonathan Kim
4d4bbf0e81 [svn-r21389] Test case added for HDFFV-5932 - h5repack breaks files with dimension scales.
Tested:
 jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE)
2011-09-14 16:04:41 -05:00
Peter Cao
0d106f126d [svn-r21386] Fixed a void pointer (need to cast it to char*) because it causes problem on Windows. 2011-09-14 14:27:08 -05:00
Peter Cao
91f38293fa [svn-r21382] Update values of references(object and region) of attributes in h5repack for 1) references, 2) ARRAY of references, 3) VLEN of references, and 4) COMPOUND of references. 2011-09-14 10:48:50 -05:00
Peter Cao
f054b60885 [svn-r21381] 2011-09-14 10:48:22 -05:00
Raymond Lu
64b1807783 [svn-r21378] The tools used "%hhd" to print signed char. But VMS doesn't know it. So I used H5_VMS to have a different way ("%hd") to print it.
Tested on jam.  Not tested on VMS yet.  Simple change.
2011-09-13 10:45:34 -05:00
HDF Tester
645fae330d [svn-r21374] Snapshot version 1.9 release 91 2011-09-11 09:27:36 -05:00
Scot Breitenfeld
b87ae2b785 [svn-r21373] Description: Changed the robodoc keywords in the comments
to the RM documentation's standards.
2011-09-10 15:58:32 -05:00
Allen Byrne
2457d8ecaf [svn-r21366] JIRA HDFFV-2748 replace use of _WIN32 in source. Created new defines H5_HAVE_WIN32_API and H5_HAVE_VISUAL_STUDIO defines to use. These can be properly set during configurration.
Tested: windows and local linux - reviewed internally
2011-09-06 11:50:32 -05:00
Scot Breitenfeld
85726e28fc [svn-r21362] Change the integer type for filno in in H5O_info_t derived type to c_long to match the unsigned long, via standard:
F2003, Note 15.9

  "The C international standard specifies that the representations for
   nonnegative signed integers ar ethe same as the corresponding
   values for signed integers. Because Fortran does not provide direct
   support for unsigned kinds of integers, the ISO_C_BINDING module
   does not make accessible named constants for their kind type
   parameter values. Instead, a user can use the signed kinds of
   integers to interoperate with the unsigned types and all their
   qualified versions as well...." 

Tested: (jam, intel)
2011-09-05 15:06:15 -05:00
HDF Tester
188c31b1d9 [svn-r21360] Snapshot version 1.9 release 90 2011-09-04 09:32:12 -05:00