summaryrefslogtreecommitdiffstats
path: root/vms
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r13083] Description:Elena Pourmal2006-12-201-8/+9
| | | | | | | | | | 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
* [svn-r13036] Description:Elena Pourmal2006-12-081-4/+4
| | | | | | | VMS maintenance: brought command file up-to-date. Platforms tested: VMS server at Boeing
* [svn-r12943] Description:Elena Pourmal2006-11-191-2/+2
| | | | | | | Fixed MANIFEST files for daily tests failure and updated VMS make.com file Platforms tested: bin/chkmanifest on heping and VMS server
* [svn-r12926] Description:Elena Pourmal2006-11-161-1/+1
| | | | | | | Didn't add new example to the list of the C source files; fixed Platforms tested: VMS server
* [svn-r12924] Description:Elena Pourmal2006-11-162-5/+8
| | | | Catching up with more changes from UNIX side.
* [svn-r12923] Description:Elena Pourmal2006-11-161-1/+1
| | | | Failed to add test program source to the VMS make file; fixed
* [svn-r12920] Description:Elena Pourmal2006-11-152-7/+5
| | | | Modified VMS files to reflect recent changes in the code
* [svn-r12903] Description:Elena Pourmal2006-11-131-1/+1
| | | | | | | Missed another reference to h5repack_refs.c file; fixed Platforms tested VMS server
* [svn-r12901] Description:Elena Pourmal2006-11-131-2/+2
| | | | | | | Modified command file to refelect recent UNIX changes. Platforms treted: VMS server
* [svn-r12900] Description:Elena Pourmal2006-11-132-0/+5
| | | | Maintenance for VMS: added new example file to the command files
* [svn-r12897] Description:Elena Pourmal2006-11-131-3/+3
| | | | | | | VMS maintenance: added new source files to the command line Platforms tested: Not yet; will do it after this check-in
* [svn-r12758] Description: Maintenenace for VMSElena Pourmal2006-10-131-2/+3
| | | | | | Solution: Added new library files to the compilation script Platforms tested: VMS server at Boeing
* [svn-r12667] This is VMS maintenance for alpha5 release.Elena Pourmal2006-09-151-5/+5
| | | | Commented out fheap test until we have a chance to work on the failures.
* [svn-r12640] Frank Baker2006-09-041-0/+16
| | | | | | | | Description: Add per-directory abbreviated copyright notices (abbreviated COPYING files pointing to full notices). Tested: MANIFEST verified; not otherwise tested.
* [svn-r12617] Description:Elena Pourmal2006-08-222-5/+7
| | | | | | | VMS maintenance; added source files to the command files Platforms tested: VMS server (still running :-)
* [svn-r12578] Description:Elena Pourmal2006-08-142-5/+5
| | | | | | | | 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.
* [svn-r12559] Maintenance for VMSElena Pourmal2006-08-093-4/+142
| | | | | | | | | 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.
* [svn-r12526] Description:Elena Pourmal2006-08-022-1/+172
| | | | | | | | 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
* [svn-r12523] Description:Elena Pourmal2006-08-013-0/+112
| | | | | | | Added command files to compile and test h5copy tool. Platfroms tested: VMS server
* [svn-r12514] Scale+offset filter is not supported by h5repack; commented out ↵Elena Pourmal2006-07-281-19/+26
| | | | | | the tests. This command script cannot tell reliably if tests passed. More work is needed.
* [svn-r12511] Added command file to test h5repack and fixed command file to ↵Elena Pourmal2006-07-272-1/+172
| | | | | | build the tool. Test command file is not quite working yet.
* [svn-r12509] Added command file to test h5diff utility.Elena Pourmal2006-07-271-0/+334
| | | | All tests passed on the VMS server.
* [svn-r12501] This is a small bug fix.Elena Pourmal2006-07-271-1/+8
| | | | | | | | | | 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.
* [svn-r12498] Added script to test h5ls tool on VMS system. All tests passed ↵Elena Pourmal2006-07-261-0/+149
| | | | | | | | | | 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.
* [svn-r12475] Added source files related to the recent link object changes in ↵Elena Pourmal2006-07-161-2/+2
| | | | the libraary.
* [svn-r12448] Purpose: Bug fixes/maintenanceElena Pourmal2006-06-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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:
* [svn-r12446] Purpose: MaintenanceElena Pourmal2006-06-291-7/+234
| | | | | | | | | | | 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:
* [svn-r12429] Purpose: Alpha Open VMS portElena Pourmal2006-06-211-0/+75
| | | | | | | | | | | | | | | | 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:
* [svn-r12388] Purpose: MaintenanceElena Pourmal2006-05-312-2/+18
| | | | | | | | | | 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:
* [svn-r12378] Purpose: MaintenanceElena Pourmal2006-05-251-1/+2
| | | | | | | | | | | Description: Added location of the zlib library compiled with /float=ieee_float flag Solution: Platforms tested: VMS server Misc. update:
* [svn-r12377] Purpose: MaintenanceElena Pourmal2006-05-252-4/+5
| | | | | | | | | | Description: Brought up VMS make files up to date Solution: Platforms tested: VMS server with native floating number and ZLIB enabled Misc. update:
* [svn-r12346] Purpose: new feature/maintenanceElena Pourmal2006-05-1214-94/+97
| | | | | | | | | | | | 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:
* [svn-r12328] Elena Pourmal2006-05-041-1/+2
| | | | | | | | | | | | 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:
* [svn-r12324] Purpose: Fighting with VMS make filesElena Pourmal2006-05-031-4/+7
| | | | | | | | | | | | | | 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:
* [svn-r12323] Purpose: Maintenance/bug fixesElena Pourmal2006-05-037-32/+28
| | | | | | | | | | | | 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:
* [svn-r12320] Purpose:Quincey Koziol2006-05-022-3/+3
| | | | | | | | | | code cleanup Description: Finish H5FS->H5CS internal API name changes... Platforms tested: FreeBSD 4.11 (sleipnir) w/ & w/o --enable-codestack
* [svn-r12292] Purpose:Quincey Koziol2006-04-202-5/+2
| | | | | | | | | | | | | 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)
* [svn-r12274] Purpose: Maintenance/bug fixesElena Pourmal2006-04-183-4/+4
| | | | | | | | | | | Description: Several small typos were discovered during today's testing by Raymond Solution: Fixed Platforms tested: VMS server Misc. update:
* [svn-r12262] Purpose: MaintenanceElena Pourmal2006-04-161-0/+1
| | | | | | | | | | Description: Added new H5HF* files to the list of the source files Solution: Platforms tested: Later, VMS server Misc. update:
* [svn-r12249] Purpose: MaintenanceElena Pourmal2006-04-142-225/+253
| | | | | | | | | | Description: cleaned up make.com file; added command file to run the tests. Solution: Platforms tested: VMS server Misc. update:
* [svn-r12248] Purpose: MaintenanceElena Pourmal2006-04-142-16/+14
| | | | | | | | | | Description: cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12247] Purpose: MaintenanceElena Pourmal2006-04-142-14/+32
| | | | | | | | | | Description: cleaned up make.com file; added command file to run tests Solution: Platforms tested: VMS server Misc. update:
* [svn-r12246] Purpose: MaintenanceElena Pourmal2006-04-142-80/+96
| | | | | | | | | | Description: Added file to run the examples; cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12245] Purpose: MaintenanceElena Pourmal2006-04-142-31/+34
| | | | | | | | | | Description: Added file to run the tests; cleaned up make.com file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12244] Purpose: MaintenanceElena Pourmal2006-04-142-11/+31
| | | | | | | | | | Description: Added file to run the tests Solution: Platforms tested: VMS server Misc. update:
* [svn-r12243] Purpose: MaintenanceElena Pourmal2006-04-141-12/+5
| | | | | | | | | | Description: Cleaned up the file Solution: Platforms tested: VMS server Misc. update:
* [svn-r12242] Purpose: MaintenanceElena Pourmal2006-04-142-45/+64
| | | | | | | | | | Description: Added new file to run examples Solution: Platforms tested: VMS server Misc. update:
* [svn-r12241] Purpose: MaintenanceElena Pourmal2006-04-141-16/+119
| | | | | | | | | | | | | | | 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:
* [svn-r12233] Purpose: MaintenanceElena Pourmal2006-04-121-119/+82
| | | | | | | | | | | | | | | | 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:
* [svn-r12228] Purpose: MaintenanceElena Pourmal2006-04-121-1/+1
| | | | | | | | | | 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: