Commit Graph

49 Commits

Author SHA1 Message Date
Elena Pourmal
30d130b7b5 [svn-r12388] Purpose: Maintenance
Description: dsets and objcopy tests were missing from the command files

Solution: Added appropriate commands to compile and run tests

Platforms tested: VMS server with native float

Misc. update:
2006-05-31 17:49:07 -05:00
Elena Pourmal
6ffdaca016 [svn-r12378] Purpose: Maintenance
Description: Added location of the zlib library compiled with /float=ieee_float
             flag

Solution:

Platforms tested: VMS server

Misc. update:
2006-05-25 11:44:39 -05:00
Elena Pourmal
5f7e54737e [svn-r12377] Purpose: Maintenance
Description: Brought up VMS make files up to date

Solution:

Platforms tested: VMS server with native floating number and ZLIB enabled

Misc. update:
2006-05-25 11:19:11 -05:00
Elena Pourmal
916399d31e [svn-r12346] Purpose: new feature/maintenance
Description: Added support for Zlib compression on VMS

Solution: Modified command files to add compilation and linking with
          the ZLIB library.

Platforms tested: VMS servere with the VAX floating datatype;
                   will test IEEE option later

Misc. update:
2006-05-12 16:32:59 -05:00
Elena Pourmal
1253bdc89d [svn-r12328]
Purpose: Maintenance

Description: fheap test failed on VMS due to the missing H5HFiter module

Solution: Updated make.com file to include the missing module.

Platforms tested: VMS server with IEEE option.

Misc. update:
2006-05-04 09:06:07 -05:00
Elena Pourmal
4c073616df [svn-r12324] Purpose: Fighting with VMS make files
Description: Compilation of most of the Fortran files depends on existance
             of three module files. On VMS the dependency was enforced by
             listing source files for compilation command in the correct order.
             It looks like that this approach doesn't always work and compilation fails
             sometimes.

Solution: Hardcoded compilation of the threee files in the make.com file

Platforms tested: VMS server with IEEE option

Misc. update:
2006-05-03 12:06:11 -05:00
Elena Pourmal
e8f915c403 [svn-r12323] Purpose: Maintenance/bug fixes
Description: Some VMS command files were broken, some needed
             an update to catch up with the current code distribution.

Solution: Fixed

Platforms tested: VMS server with IEEE option. Will do more testing after
                  checking out a fresh CVS version.

Misc. update:
2006-05-03 10:09:03 -05:00
Quincey Koziol
c6e532afb9 [svn-r12320] Purpose:
code cleanup

Description:
    Finish H5FS->H5CS internal API name changes...

Platforms tested:
    FreeBSD 4.11 (sleipnir) w/ & w/o --enable-codestack
2006-05-01 22:17:49 -05:00
Quincey Koziol
d7573cbc85 [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)
2006-04-20 18:54:47 -05:00
Elena Pourmal
6125645ed1 [svn-r12274] Purpose: Maintenance/bug fixes
Description: Several small typos were discovered during today's testing
             by Raymond

Solution: Fixed

Platforms tested: VMS server

Misc. update:
2006-04-17 22:03:25 -05:00
Elena Pourmal
c7411642e1 [svn-r12262] Purpose: Maintenance
Description: Added new H5HF* files to the list of the source files

Solution:

Platforms tested: Later, VMS server

Misc. update:
2006-04-16 16:52:58 -05:00
Elena Pourmal
fdd2d22773 [svn-r12249] Purpose: Maintenance
Description: cleaned up make.com file; added command file to run the tests.

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:30:39 -05:00
Elena Pourmal
449af61402 [svn-r12248] Purpose: Maintenance
Description: cleaned up make.com file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:30:21 -05:00
Elena Pourmal
754e92f9a9 [svn-r12247] Purpose: Maintenance
Description: cleaned up make.com file; added command file to run tests

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:30:13 -05:00
Elena Pourmal
de6233a077 [svn-r12246] Purpose: Maintenance
Description: Added file to run the examples; cleaned up make.com file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:29:48 -05:00
Elena Pourmal
d0bb21e615 [svn-r12245] Purpose: Maintenance
Description: Added file to run the tests; cleaned up make.com file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:29:31 -05:00
Elena Pourmal
c178152d7c [svn-r12244] Purpose: Maintenance
Description: Added file to run the tests

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:29:10 -05:00
Elena Pourmal
540e7a54a8 [svn-r12243] Purpose: Maintenance
Description: Cleaned up the file

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:28:55 -05:00
Elena Pourmal
dcd840cde9 [svn-r12242] Purpose: Maintenance
Description: Added new file to run examples

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:28:29 -05:00
Elena Pourmal
099dfac2a9 [svn-r12241] Purpose: Maintenance
Description: This command file defines all necessary compilation flags
             and builds all libraries, tests and examples.
             If you build in a particular directory, make sure you use
             the correct compilation flags since they are not defined
             in each individual command file (actually the line is still there
             but commented out).

Solution:

Platforms tested: VMS server

Misc. update:
2006-04-14 16:28:08 -05:00
Elena Pourmal
40592235ed [svn-r12233] Purpose: Maintenance
Description: Some dumper tests suppose to fail; those tests cause make file
             to exit.

Solution: For now I commented those tests to let other tests
          to run; output is saved in a file for examination. Next step
          will be to compare with the existing output. (Actually
          the next step will be to learn how to program functions in DCL to
          create a test script similar to UNIX one, but at least I finally
          figured out why the test script was exiting.)

Platforms tested: VMS server

Misc. update:
2006-04-12 17:13:56 -05:00
Elena Pourmal
3dfec8d73b [svn-r12228] Purpose: Maintenance
Description: Warning message about broken line was displayed while running make.com

Solution: Replaced blank line with $ exit line.

Platforms tested: VMS server; this change is local to VMS only

Misc. update:
2006-04-12 14:48:14 -05:00
Raymond Lu
1560edd366 [svn-r12197] Purpose: Add copyright information.
Platforms tested: No test needed.
2006-04-04 09:49:39 -05:00
Raymond Lu
ef9835e89d [svn-r12153] Purpose: Maintainence
Description: Added the new test cross_read.c to this "Makefile".


Platforms tested: Simple change, no test is needed, only affects OpenVMS.
2006-03-24 15:18:42 -05:00
Elena Pourmal
b20cc15097 [svn-r12144] Purpose: Maintenance
Description: Brought up VMS make file up-to-date

Solution:

Platforms tested: VMS server (this change doesn't affect any other platforms)

Misc. update:
2006-03-23 11:32:18 -05:00
Raymond Lu
cbfc669139 [svn-r12136] Purpose: Update
Description: A few macro names have been changed.  Enabled a few for test.


Platforms tested: OpenVMS - the only concerned machine.

Misc. update:
2006-03-22 16:41:28 -05:00
Elena Pourmal
cac506d3fb [svn-r12121] Purpose: Maintenance
Description: cache_api test was missing in the make.com file

Solution: Added the missing file


Platforms tested: VMS

Misc. update:
2006-03-18 12:18:43 -05:00
Elena Pourmal
90a10efb5c [svn-r12120] Purpose: Maintenance
Description: VMS stat structure doesn't have st_blocks filed. H5_HAVE_STAT_ST_BLOCKS
             was defined in h5pubconf.h and therefore compilation of big.c
             failed on VMS.

Solution: Undefined H5_HAVE_STAT_ST_BLOCKS in h5pubconf.h

Platforms tested: VMS server (change is local to VMS only)

Misc. update:
2006-03-18 11:48:41 -05:00
Elena Pourmal
438b30798c [svn-r12119] Purpose: Maintenance
Description: Linking of cache test failed on VMS  due to the missing
             cache_common.* files

Solution: Added cache_common.* files to the approriate places in the make.com file.


Platforms tested: VMS server (this change is for VMS only)

Misc. update:
2006-03-18 10:39:13 -05:00
Elena Pourmal
42d61839d1 [svn-r12105] Purpose: Fix a typo
Description: Raymond discovered a typo in the file while testing
             on the VMS server.

Solution: Fixed

Platforms tested: VMS

Misc. update:
2006-03-16 15:17:30 -05:00
Elena Pourmal
2dea08588b [svn-r12097] Purpose: Maintenance
Description: Added H5B2stat.c, H5HFflist.c and H5HFstat.c to the VMS
             command file

Solution:

Platforms tested: Raymond is going to test on the VMS server

Misc. update:
2006-03-16 10:46:55 -05:00
Raymond Lu
a2a98a8135 [svn-r12091] Purpose: Support for VAX floating-point types.
Solution: Support VAX float and double types with new byte order. There're some
details not yet included,
1. the alignment detection for VAX order in H5detect.c.
2. support for special values in library conversion functions.
3. the infinity for VAX in H5T_init_inf.
4. support for VAX types in printing hexadecimal format.


Platforms tested: h5committest and fuss.
2006-03-14 17:11:21 -05:00
Elena Pourmal
e35becd211 [svn-r12072] Purpose: VMS port
Description: added command file to build tools library

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:39:07 -05:00
Elena Pourmal
a93e3f1e60 [svn-r12071] Purpose: VMS port
Description: added command file to build h5repack

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:55 -05:00
Elena Pourmal
6c874c75b9 [svn-r12070] Purpose: VMS port
Description: added command file to build h5ls

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:40 -05:00
Elena Pourmal
148c103a43 [svn-r12069] Purpose: VMS port
Description: added command file to build h5jam

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:32 -05:00
Elena Pourmal
ed0626de20 [svn-r12068] Purpose: VMS port
Description: added command file to build h5import

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:23 -05:00
Elena Pourmal
2476cf947e [svn-r12067] Purpose: VMS port
Description: added command file to build and test h5dump; more work is needed on
             check.com

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:38:06 -05:00
Elena Pourmal
ef9e298980 [svn-r12066] Purpose: VMS port
Description: added command file to build and test h5diff; more work is needed on
             check.com

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:37:54 -05:00
Elena Pourmal
b49f313888 [svn-r12065] Purpose: VMS port
Description: added command file to build C library tests

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:37:28 -05:00
Elena Pourmal
809cf9e03d [svn-r12064] Purpose: VMS port
Description: added command file to build C library and configuration file.

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:37:18 -05:00
Elena Pourmal
ea19a9da42 [svn-r12063] Purpose: VMS port
Description: added command file to build Fortran library tests

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:36:52 -05:00
Elena Pourmal
e3937a8b07 [svn-r12062] Purpose: VMS port
Description: added command file to build Fortran library

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:36:44 -05:00
Elena Pourmal
936a6a09ed [svn-r12061] Purpose: VMS port
Description: added command file to build Fortran examples

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:36:31 -05:00
Elena Pourmal
aa44b9facc [svn-r12060] Purpose: VMS port
Description: added command file to build C examples

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:36:20 -05:00
Elena Pourmal
d3d6c7c9b6 [svn-r12059] Purpose: VMS port
Description: added command file to build C++ tests

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:36:05 -05:00
Elena Pourmal
2b2f48ff04 [svn-r12058] Purpose: VMS port
Description: command file to build C++ library

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:35:47 -05:00
Elena Pourmal
7070f9a499 [svn-r12057] Purpose: VMS port
Description: command file to build C++ examples

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:35:31 -05:00
Elena Pourmal
91a781e33f [svn-r12056] Purpose: VMS port
Description: command file to copy other command files to the appropriate directories.

Solution:

Platforms tested: VMS server

Misc. update:
2006-03-09 16:35:17 -05:00