Commit Graph

107 Commits

Author SHA1 Message Date
Elena Pourmal
3c27797b21 [svn-r14394] Maintenance on VMS: cleaned up the scripts to avoid the annoying warning messages
and to delete temporary files

Platforms tested: VMS server
2008-01-10 12:59:00 -05:00
Elena Pourmal
e982a364fe [svn-r14390] Maintenance for VMS system before the final release:
Updated utilities test scripts to make output more legible; fixed some typos.
	Added four new expected output files to avoid false negative reports
	for the h5dump tests (for ones that expect to have error report in them).
        Updated MANIFEST to reflect the changes.
Platforms tested: 
	VMS server (more testing is on the way)
2008-01-09 17:27:55 -05:00
Elena Pourmal
dfbeb73b48 [svn-r14378] Maintenance: Cleaned up the test script and add reporting of false negative tests.
Platforms tested: VMS server
2008-01-06 19:15:44 -05:00
Elena Pourmal
5808f6c3c8 [svn-r14377] Maintenance: Added Ray's new test tcoords.c to the build script;
modified h5import test script to cleanup the files after the test; 
             modified "master" building script to run tools tests.
Platforms tested: VMS server (not quite done yet)
2008-01-05 21:42:01 -05:00
Elena Pourmal
da95bdb88f [svn-r14373] Maintenance: Fixed the script to use the correct VMS file name when file doesn't have
an extension.

Platforms tested: VMS server
2008-01-03 20:38:17 -05:00
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