Commit Graph

202 Commits

Author SHA1 Message Date
Elena Pourmal
f6218c4843 [svn-r14370] Maintenance: more cleanup of the h5import script 2008-01-03 16:18:14 -05:00
Elena Pourmal
bedd5c4395 [svn-r14369] Maintenance: Cleaned up the h5import script and fixed some potential errors.
Platforms tested: not yet, waiting for the server to come back
2008-01-03 16:04:12 -05:00
Elena Pourmal
0402a2a030 [svn-r14367] Maintenance for VMS system: updated testscript for h5import (need more work) and
added new source file to the librray compilation script.
Platforms tested: not yet since VMS server went down; this change doesn't affect any other platform
2008-01-03 15:09:00 -05:00
Elena Pourmal
79a96581a6 [svn-r14352] Maintenance: Fixed a typo in the build script
Platforms tested: VMS server
2007-12-18 18:13:37 -05:00
Elena Pourmal
49994bdd8f [svn-r14350] Maintenance for VMS system: brought up-to-date h5repack testing script and updated
build file

Platforms testeda VMS server:
2007-12-17 16:49:49 -05:00
Elena Pourmal
619e6d1cb1 [svn-r14344] Maintenance on VMS system: updated testscript for h5diff and removed obsolete command file
Platforms tested: VMS server
2007-12-13 17:30:40 -05:00
Elena Pourmal
7519e48016 [svn-r14343] Maintenance for VMS: added more tests to the command file for h5dump testing
modified the file to save output into h5dump_output.txt file
                     removed obsolete test script file check.com
                     update MANIFEST to refelect the change
2007-12-13 15:34:19 -05:00
Elena Pourmal
9ebdc0bf08 [svn-r14341] Maintenance for VMS system: VMS C++ compiler expects 'cxx' extensions. Used copy command
instead of rename to get the correct names of the C++ source 
                            files to avoid errors when build runs second time in the same directory.

Platforms tested: VMS server
2007-12-13 13:30:00 -05:00
Elena Pourmal
98fb2db938 [svn-r14340] Maintenance for VMS system:
Skip one of the tests in flush2.c since it looks like VMS system
		flsuhes the file anyway (like on Winodws with DLLs)

		Renamed files family*.h5 that are used in backward compatibility
		testing to have only one '.' in a file name, otherwise VMS system
		becomes confused and test fails.

		Cleaned up the only test (Fortran multi-file test) that is failing on 
		VMS (C counterpart passesa).

		Added new script to facilitate the build process on VMS
		Updated MANIFEST

PLatforms tested: VMS server, kagiso and linew (minor changes)
2007-12-13 13:17:02 -05:00
Elena Pourmal
1693ccbeba [svn-r14338] Maintenance: Cleaned up system warnings for the install.com script
Platforms tested: VMS server
2007-12-11 17:07:08 -05:00
Elena Pourmal
4d3577ae1a [svn-r14336] Maintenance/VMS port: added new command file to install C, Fortran and C++ libraries
and corresponding examples; modified some command files to check installation.

Platforms tested: VMS server
2007-12-11 12:05:09 -05:00
Elena Pourmal
fd871d2d02 [svn-r14327] Maintenance for VMS: brought command file up-to-date
Platforms tested: VMS server at Boeing.
2007-12-06 16:50:42 -05:00
Elena Pourmal
3d7bb85a3d [svn-r14277] Maintenance: updated VMS command file with new source files
Platforms tested: VMS server
2007-11-20 15:56:17 -05:00
Quincey Koziol
cf56cd041d [svn-r14211] Description:
Remove --enable-hdfv1_6 configure flag, now that all dependencies on it
have been removed and new --with-default-api-version=[v16|v18] and
--disable-deprecated-symbols flags have taken its place.

	Update types in bin/trace so that bin/reconfigure runs cleanly.

	Run bin/reconfigure to regenerate configure script, along with
other associated files, etc.

Tested on:
        FreeBSD/32 6.2 (duty) in debug mode
        FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
        Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
                                in debug mode
        Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
                                in production mode
        Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
                                in production mode
        Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
                                w/szip filter, in production mode
        Mac OS X/32 10.4.10 (amazon) in debug mode
2007-10-18 13:57:08 -05:00
Elena Pourmal
6719b3360a [svn-r13867] Brought VMS port up to date; made h5repack script to work again.
Platforms tested: VMS server; no other tests are needed since changes are local to 
                  the VMS command and source files.
2007-06-14 14:55:39 -05:00
Elena Pourmal
c0d407a481 [svn-r13754] VMS port:
Updated command files; added "extern "C"" for HDremove_all function.

Platforms tested:

VMS server; kagiso - very minor and affects only VMS
2007-05-15 17:14:10 -05:00
Elena Pourmal
0332285cff [svn-r13660] Minor cleanups and bug fixes.
H5Zpublic.h file didn't include H5public.h; done
H5Spublic.h had ghost function H5Sset_space; deleted
New source files were added to make.com for VMS.
h5gget_comment_c had a small bug in calculating buffer length; fixed

Platforms tested: pahra and kagiso; too minor for h5committest
2007-04-13 17:04:26 -05:00
Elena Pourmal
ac293ae20b [svn-r13526] Updated VMS make file.
Platforms tested:
	VMS and kagiso with gcc and newly installed Absoft compiler f95
	This is a minor change that affects VMS only;  h5committest is not needed.
2007-03-19 21:00:51 -05:00
Elena Pourmal
3465c529d2 [svn-r13445] Added new files to compilation command file
Platforms tested:
	VMS server
2007-03-03 11:19:26 -05:00
Elena Pourmal
1f38a7fb90 [svn-r13415] Somehow H5Ftest file was not added the list of the files.
Solution: Fixed

Platforms tested: Will be done shortly
2007-02-27 11:02:43 -05:00
Elena Pourmal
447b95fe6a [svn-r13414] Problem:
Somehow compiling testhdf5.cpp first made C++ compiler to fail.
Solution:
	Switch compilation order
Platforms tested:
	VMS server
2007-02-27 10:59:50 -05:00
Elena Pourmal
93cb366099 [svn-r13410] Cleanup the file and added new tests
Plastforms  tested: it is running on VMS server right now
2007-02-27 10:20:28 -05:00
Elena Pourmal
ce6440cbb2 [svn-r13398] Missing file H5Oshmesg.c caused linking problems on VMS; fixed 2007-02-26 16:05:52 -05:00
Albert Cheng
338e7920fb [svn-r13269] Updated or added with THG copyright. 2007-02-07 23:14:26 -05:00
Albert Cheng
ed7d456e51 [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice.
Tested platform:
Kagiso only since it is only a comment block change.  If it works in one
machine, it should work in all, I hope.  Still need to check the parallel
build on copper.
2007-02-07 09:56:24 -05:00
Elena Pourmal
79c17d54cc [svn-r13083] Description:
VMS maintenance: updated command file with the new source files;
        sohm test was failing on VMS due to upper case/lower case letters in 
        constant and variable names (i.e. FILENAME vs. filename); modified the test
        to avoid confusion.

Platforms tested:
	VMS server, kagiso
2006-12-20 16:10:06 -05:00
Elena Pourmal
a4c1120bd1 [svn-r13036] Description:
VMS maintenance: brought command file up-to-date.

Platforms tested:
	VMS server at Boeing
2006-12-08 16:50:05 -05:00
Elena Pourmal
7a72dfb6c9 [svn-r12943] Description:
Fixed MANIFEST files for daily tests failure and updated VMS make.com file

Platforms tested:
	bin/chkmanifest on heping and VMS server
2006-11-19 10:29:57 -05:00
Elena Pourmal
55ccf9022d [svn-r12926] Description:
Didn't add new example to the list of the C source files; fixed

Platforms tested:
	VMS server
2006-11-16 14:01:33 -05:00
Elena Pourmal
2c1eabbc50 [svn-r12924] Description:
Catching up with more changes from UNIX side.
2006-11-16 09:25:46 -05:00
Elena Pourmal
257403d304 [svn-r12923] Description:
Failed to add test program source to the VMS make file; fixed
2006-11-16 09:09:38 -05:00
Elena Pourmal
73ef01becc [svn-r12920] Description:
Modified VMS files to reflect recent changes in the code
2006-11-15 18:23:29 -05:00
Elena Pourmal
b4279178f9 [svn-r12903] Description:
Missed another reference to h5repack_refs.c file; fixed

Platforms tested
	VMS server
2006-11-13 15:45:42 -05:00
Elena Pourmal
77c265f267 [svn-r12901] Description:
Modified command file to refelect recent UNIX changes.

Platforms treted:
	VMS server
2006-11-13 15:25:53 -05:00
Elena Pourmal
89917f28bb [svn-r12900] Description:
Maintenance for VMS: added new example file to the command files
2006-11-13 12:17:18 -05:00
Elena Pourmal
ff11ef29e8 [svn-r12897] Description:
VMS maintenance: added new source files to the command line

Platforms tested:
	Not yet; will do it after this check-in
2006-11-13 12:11:33 -05:00
Elena Pourmal
7ff0e2eacd [svn-r12758] Description: Maintenenace for VMS
Solution: Added new library files to the compilation script

Platforms tested: VMS server at Boeing
2006-10-13 09:21:53 -05:00
Elena Pourmal
926011174e [svn-r12667] This is VMS maintenance for alpha5 release.
Commented out fheap test until we have a chance to work on the failures.
2006-09-15 14:48:12 -05:00
Frank Baker
749a0b9c17 [svn-r12640]
Description:
    Add per-directory abbreviated copyright notices 
    (abbreviated COPYING files pointing to full notices).
Tested:
    MANIFEST verified; not otherwise tested.
2006-09-04 13:30:13 -05:00
Elena Pourmal
0275bb1399 [svn-r12617] Description:
VMS maintenance; added source files to the command files

Platforms tested:
  VMS server (still running :-)
2006-08-22 17:21:08 -05:00
Elena Pourmal
32ab3519fb [svn-r12578] Description:
Maintenance for alpha5 release; brought command files up-to-date.

Platforms tested:
 VMS server. Compilation, C++, F90 and tools tests passed; 
             C tests are still running.
2006-08-14 17:36:50 -05:00
Elena Pourmal
2bf4bc29cd [svn-r12559] Maintenance for VMS
Added files created by James for user-define links to the command files
  Added  new script check_h5jam.com to test h5jam/h5unjam; test script
  needs more work.

Platforms tested:
  VMS server and test script only.
2006-08-09 17:46:17 -05:00
Elena Pourmal
71a4d0e9c4 [svn-r12526] Description:
Added test script to test h5import tool; added new source file
  to the make.com file in the src directory.

Platforms tested:
  Only h5import was tested on the VMS server
2006-08-02 14:08:09 -05:00
Elena Pourmal
676260a09b [svn-r12523] Description:
Added command files to compile and test h5copy tool.

Platfroms tested:
  VMS server
2006-08-01 16:41:15 -05:00
Elena Pourmal
4b72fd4f55 [svn-r12514] Scale+offset filter is not supported by h5repack; commented out the tests.
This command script cannot tell reliably if tests passed. More work is needed.
2006-07-28 10:20:07 -05:00
Elena Pourmal
3d7da924a4 [svn-r12511] Added command file to test h5repack and fixed command file to build the tool.
Test command file is not quite working yet.
2006-07-27 18:02:26 -05:00
Elena Pourmal
6a3cbe5b70 [svn-r12509] Added command file to test h5diff utility.
All tests passed on the VMS server.
2006-07-27 11:42:32 -05:00
Elena Pourmal
514c23f146 [svn-r12501] This is a small bug fix.
h5ls uses -S flag to display datatype in a machine-readable form. Since
VMS is not a case sensitive system, triple quotes around S are needed; fixed.

h5ls -w80 -v -S tattr2.h5 

test still reports failure due to line 311 in the tattr2.ls file "Modified: XXXX..."
Document it for now in the command file.
2006-07-27 09:41:33 -05:00
Elena Pourmal
c8157183b6 [svn-r12498] Added script to test h5ls tool on VMS system. All tests passed except for
the last one 
      h5ls -w80 -v -S tattr2.h5

h5ls prints "native" for all types instead of the complete datatype definition. 
I will look into the problem next.
2006-07-26 17:11:22 -05:00
Elena Pourmal
84dfa1d125 [svn-r12475] Added source files related to the recent link object changes in the libraary. 2006-07-16 12:08:22 -05:00
Elena Pourmal
f23ed40cae [svn-r12448] Purpose: Bug fixes/maintenance
Description: Some "" were missing causing incorrect results in passing an argument
             string.

Solution: Added missing ""

Platforms tested: VMS server.

                  There are still problems with the tests that have
                  "string" as an argument, for example:
                   -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5

                  On VMS "g1" and "dset" are translated in upper case causing h5dump
                  to fail. After figuring out the correct amount of " for VMS I encountered
                  another problem: corresponding DDL file does not have "" around
                  /g1/g1.1/dset1.1.2..... and therefore VMS diff fails.
                  Question: Since command to h5dump is
                  h5dump -d "/g1/g1.1/dset1.1.2[0;2;10]" tall.h5, why the second line in the
                  tall-5s.ddl has
                  h5dump -d /g1/g1.1/dset1.1.2[0;2;10] tall.h5? If one types the command
                  without "", it fails on UNIX.



Misc. update:
2006-06-30 17:24:40 -05:00
Elena Pourmal
531ca9af8b [svn-r12446] Purpose: Maintenance
Description: More work on the test script: added all current UNIX tests.

Solution:

Platforms tested: VMS server; many tests failed but I think it is false negative.
                  will investigate, but for now, let's save the code.

Misc. update:
2006-06-29 18:02:05 -05:00
Elena Pourmal
9884f21700 [svn-r12429] Purpose: Alpha Open VMS port
Description: Added a command file for testing tools; it has a framework
             to do exactly (almost) what UNIX tools test scripts do:
              - run test tool and save output
              - compare output with expected result
              - figure out the difference and
              - print PASSED /*FAILED* in a manner similar to the UNIX output
             It needs to be populated with more tests and reused for other tools.

Solution:

Platforms tested: VMS server

Misc. update:
2006-06-21 16:41:30 -05:00
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