summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r4431] Purpose:Albert Cheng2001-09-101-1/+1
| | | | | | | | | | | Bug fix. Description: Did not update the expected strings for result of grand total test time. Causing a false report of test failed to complete. Solution: Update the strings. Platforms tested: Eirene and modi4.
* [svn-r4429] Description:Albert Cheng2001-09-081-7/+18
| | | | | | | Added a feature to print total test time spent in a host in addition to individual test time. Platforms tested: eirene, modi4, baldric.
* [svn-r4427] Purpose:Albert Cheng2001-09-061-1/+5
| | | | | | | | | Bug fix Description: The previous coding using sed was not portable for all Unix systems. Much easier to use 'cut' to parse the strings. Platforms tested: eirene
* [svn-r4420] Description:Albert Cheng2001-09-041-0/+15
| | | | | | | Added a new feature that allows an test configure runs on a certain day of the week (Mon, ..., Sun) Platforms tested: eirene.
* [svn-r4417] Purpose:HDF Admin2001-08-311-1/+1
| | | | | | | | Bug fix Description: when a snaptest did not complete, it reported it as a failure of the launching host, rather than the testing host. Changed it to report the testing host.
* [svn-r4416] Purpose:Bill Wendling2001-08-281-1/+1
| | | | | | | | | | | | | | | Bug Fix Description: On some SGI machines (or, rather, it was showing up there), the /usr/ncsa/lib directory was being placed before the other directories in the linker line. This was causing the linker to link in alternative HDF5 libraries than the test library. Solution: Modified my previous hack so that it puts the $rpath macro at the end, since those are the ones we're passing into the libtool function (in the DYNAMIC_DIRS macro). Platforms tested: Paz
* [svn-r4411] Purpose:HDF Admin2001-08-271-9/+10
| | | | | | Improved format of failures reporting. Platforms tested: eirene, premium, modi4.
* [svn-r4404] Purpose:Albert Cheng2001-08-211-43/+73
| | | | | | | | | Feature Description: Changed some output format. Improved the CHECK_RSH to better report the result when failed. Platforms tested: eirene with nosuch and shalom. (made sure failures do occur)
* [svn-r4400] Description:Albert Cheng2001-08-211-2/+2
| | | | slight change of output format.
* [svn-r4340] Purpose:HDF Admin2001-08-141-3/+3
| | | | | | Changed the wording of test results. Platforms tested: eirene, dangermouse.
* [svn-r4331] Purpose:HDF Admin2001-08-131-1/+2
| | | | | | | | | New feature Description: Added a positive report of test completed by reporting them to SUCCEED_LOG_<date>. Platforms tested: eirene, dangermouse.
* [svn-r4305] Bill Wendling2001-08-021-3/+3
| | | | | | | | | | | | Purpose: Back-port of Bug Fix Description: Back port of hte bug fix for matching anything when we really only wanted to match a ".". Solution: Escaped the "." with "\." in the matching string. Platforms tested: Linux
* [svn-r4294] This commit was manufactured by cvs2svn to create branch 'hdf5_1_4'.cvs2svn2001-08-011-0/+41
|
* [svn-r4227] Purpose:Albert Cheng2001-07-171-1/+14
| | | | | | | | | | Feature Description: Added the feature that ALLHOSTS can be set via the file allhostfile in the snapshot directory. This reduces the need to modify runtest for hosts changes. Platforms tested: eirene (did dry runs).
* [svn-r4203] Bill Wendling2001-07-131-1/+1
| | | | | | | | | | | | | Purpose: Hack Fix Description: In order for my hack to work on the gseaborg machines at NERSC, there needed to be *'s before and after the hostname so that the pattern matching would work. Solution: Added them. Platforms tested: gseaborg machine
* [svn-r4183] Bill Wendling2001-07-111-1/+1
| | | | | | | | Purpose: Fix Description: Back porting the bug fix from the 1.5 branch vis-a-vis the -b nolibpath thingy.
* [svn-r4122] Purpose:Albert Cheng2001-07-052-27/+25
| | | | | | | | | | | | | | | | update Description: Several files have been renamed or moved to a different location. README => README.txt RELEASE.txt => release_docs/RELEASE.txt HISTORY.txt => release_docs/HISTORY.txt Updated h5vers and release to reflect all these new names/locations. Also made all uses the same beginning phases for the first line of text in README.txt and RELEASE.txt as follows: "HDF5 version ... " Platforms tested: eirene by running the bin/release and bin/h5vers -i.
* [svn-r3965] Purpose:Albert Cheng2001-06-061-0/+7
| | | | | | | | | new feature Description: added the command option of "setenv x y" for setting environment variable x=y. Platforms tested: Eirene
* [svn-r3947] Description:Albert Cheng2001-05-291-32/+0
| | | | | | This script file is not used any more. Platforms tested: "grep versinc *" does not return any reference. Verified with Quincey too.
* [svn-r3912] Purpose:Albert Cheng2001-05-111-3/+3
| | | | | | | | | | Cosmetic adjustment Description: Changed Version information from just "HDF5 version ..." to "HDF5 library version" since this is really about a library implementation. Platforms tested: eirene (used "h5vers -s ..." to see the effect.)
* [svn-r3909] Purpose:Albert Cheng2001-05-101-4/+27
| | | | | | | | feature Description: -i option update the RELEASE.txt file too. Platforms tested: eirene
* [svn-r3905] Purpose:Albert Cheng2001-05-101-4/+17
| | | | | | | | | | | new feature Description: Added feature to update RELEASE.txt with release information just like what happens to README. Make a copy of RELEASE.txt to accompany the tarball file(s). Also moved the umask command up to cover all files created on the fly. Platforms tested: Worked for 1.5, got to work the same.
* [svn-r3858] Purpose:Bill Wendling2001-04-261-1/+1
| | | | | | Bug Fix / Sync Description: Synced with the HDF5 1.5 branch.
* [svn-r3855] Purpose:Bill Wendling2001-04-241-5/+27
| | | | | | | | | Sync Description: Putting the fix for the Modi4 compiler in the hdf5 1.4 branch since it seems to be affecting the 1.4 branch as well. Platforms tested: Modi4
* [svn-r3826] Purpose:Albert Cheng2001-04-191-6/+15
| | | | | | | | | | | | | | Improvement Description: The DIFF used to keep running after detecting significant code changes. This was done in order to see all changes but no one seems to look at the diff any more. So, let it end the DIFF cycle once it determines there are enough differences for a new test. Added "install install-doc uninstall uninstall-doc" to the test cycle. Platforms tested: v1.5 works. This should work. Hard to test this without launching the daily test. Will let daily test shakes it down.
* [svn-r3655] Purpose:Albert Cheng2001-03-171-2/+7
| | | | | | | | | | | | | | | | adjustment Description: When gondolin failed the 1.5 test, it moved ahead for the 1.4 test. The 1.5 test usually takes 1 hour to complete but runtest only waited 30 minutes for the 1.4 cvs update to complete. So, gondolin ended up failing the 1.4 test too. Solution: Changed the wait time to 90 minutes. Added echo statements showing it is waiting for some event. This would help the human knowing it is waiting for something. Added more comments about the algorithm of the waiting. Platforms tested: Gotta be right. :-)
* [svn-r3614] Purpose:Albert Cheng2001-03-131-2/+0
| | | | | | Bug fix Description: removed two debug statements used before.
* [svn-r3612] Purpose:Albert Cheng2001-03-131-4/+94
| | | | | | | | | | new feature Description: Added a new option -nocvs for no cvs commands. Added a locking mechanism to show CVS checkout in progress and other hosts should wait till it is done. Platforms tested: gondolin
* [svn-r3554] Purpose:Albert Cheng2001-03-081-1/+6
| | | | | | | | | | Code improvement Description: Changed it so that $H5VERSION determines which version of hdf5 code to do cvs checkout and to test, making it easier to handle new versions. Platforms tested: run simple test to make sure it did generate the right command.
* [svn-r3525] Purpose:Albert Cheng2001-02-281-1/+1
| | | | | | | | | Bug fix Description: Updated its default H5DIR value to the correct version branch it is in now. Platforms tested: Will be tested by the daily test cron job.
* [svn-r3524] Purpose:Albert Cheng2001-02-282-17/+22
| | | | | | | | | Upgrade Description: Folded changes done in v1.5 into this branch. Changed the default version to -r1.4 for snapshot. Platforms tested: Eirene & all other test hosts.
* [svn-r3369] Purpose:Albert Cheng2001-02-061-0/+5
| | | | | | | | | | | Bug fix (feature) Description: It did not recognize the op-configure keyword as a possible type of test. Solution: Added the feature to handle op-configure. Platforms tested: Linux, freebsd.
* [svn-r3365] Purpose:Albert Cheng2001-02-061-16/+31
| | | | | | | | | | | | | Bug fix, feature, cleaning code Description: It could not find bin/locate_hdf5. Solution: Explicitedly use the bin/locate_hdf5 in the snapshots/current area. Also, added Usage page to be printed when -h(elp) is asked or when there is error in command option. Cleaned some old code no longer used. Platforms tested: eirene
* [svn-r3353] Description:Albert Cheng2001-02-051-0/+2
| | | | | | | | Automatically update the HISTORY.txt and RELEASE.txt to in doc/html/ADGuide by copying the same files at the top level to them. This keeps the two files updated right before release. Platforms tested: eirene.
* [svn-r3348] Purpose:Albert Cheng2001-02-051-32/+58
| | | | | | | | | | | new feature Description: It now reads a configuration file ($HOME/snapshots-hdf5/snaptest.cfg) to set up the configure options of the tests, and what type of tests to run for each host. Platforms tested: Eirene launched a full blown test on all machines involved in the daily test.
* [svn-r3339] Got rid some debug echo statements.Albert Cheng2001-01-311-6/+1
|
* [svn-r3336] Purpose:Albert Cheng2001-01-312-5/+6
| | | | | | | | | | | | | | Simple twist Description: snapshot used to just use whatever `hostname` returns. Often it is the fully qualified name but sometimes just hostname without the domain part. Inconsistent. Solution: Chopped off any domain part and use just the host name. Use the 'cut' command rather than the sed with ncsa.uiuc.edu hardcoded. Applied that to runtest too. Platforms tested: Should work. Will find out if the daily tests still work.
* [svn-r3334] Purpose:Albert Cheng2001-01-301-7/+40
| | | | | | | | | | New Feature Description: It supports a configure file (snapshots.../snaptest.cfg). Currently, it recognize comment lines (started with #) and the standard configuration. Platforms tested: Eirene (Linux)
* [svn-r3333] Purpose:Albert Cheng2001-01-301-67/+7
| | | | | | | | | | | | feature Description: Use the external locate_hdf4 instead of the internal function to find the HDF4 software. Also set PATH to include the HDF4 bin if found. That would help gurantee access to the 'hdp' tool. (Need to do an explicite "export PATH" since DEC OSF1 sh does not seem to export the changed value by default.) Platforms tested: Gondolin (DEC OSF1)
* [svn-r3331] Purpose:Albert Cheng2001-01-271-7/+30
| | | | | | | | | | feature Description: revised it so that it can really run the snapshot tests. It now first update the source in the snapshot area and then uses the scripts in snapshot/current/bin. Platforms tested: modi4, arabica
* [svn-r3329] Purpose:Albert Cheng2001-01-261-0/+68
| | | | | | | | | | | | | | New feture Description: # Try to locate the HDF (nicknamed hdf4) software # This is a hack because there is no consistent place to find # the valid HDF library. # Usage: locate_hdf5 # It prints two strings in which the first one represents a valid # value for the --with-hdf=... switch and the second one is where # one can find the hdp command. It can be added to the $PATH. Platforms tested: Pecos (solaris 5.7)
* [svn-r3328] Purpose:Albert Cheng2001-01-261-0/+468
| | | | | | | | | | | | New feature Description: This runs the hdf5 library testing via the snapshot script. Without any argument, it runs the test for the current host. If -all is used, it runs the tests on a predefined list of hosts. Platforms tested: This does not quite work yet as there are a few hardcoded pathnames to find the script on remote machines. Committing it now to hold the place so that others can see how it works.
* [svn-r3164] Purpose:Albert Cheng2000-12-201-1/+1
| | | | | | | | | | | | Improvement Description: The -i option used to increment the first number it finds in the SUBRELEASE string. So, beta1-post0 becomes beta2-post0. Solution: Changed to increment the last number it finds. So, beta1-post0 becomes beta1-post1. Platforms tested: eirene and modi4.
* [svn-r3035] Purpose:Bill Wendling2000-11-301-1/+15
| | | | | | | | | | | | | | | | Major Hack (tm) NOTE! When upgrading ltconfig in the future, this may have to be re-fixed!!! Description: Pacific Blue didn't like the ``-b nolibpath -b libpath:...'' flags libtool was handing it. It looks as if those flags would make mpicc forget where some of the libraries it needed were. Solution: Test the hostname to determine if we're at pacific.llnl.gov. If so, then we don't want those flags. Platforms tested: Pacific Blue...
* [svn-r2882] Description:Albert Cheng2000-11-132-255/+57
| | | | | | | | | | The last commited version of config.guess and config.sub does not have the local changes we made over the time. Thus configure failed in non-standard machine like the ASCI Red. Solution: Replaced them with the last version before the last committed version. Platforms tested: ASCI Red
* [svn-r2858] ./hdf5/bin/traceRobb Matzke2000-11-101-1/+1
| | | | | | * 2000-11-10 Robb Matzke <matzke@llnl.gov> Changed `unknown type' error message to `untraceable type' so as to be more precise and less alarming.
* [svn-r2857] Purpose:Quincey Koziol2000-11-102-57/+255
| | | | | | | | | | Keeping up with the Jones's Description: Updated to latest version of the config.guess and config.sub scripts from the GNU ftp site, even though the copies in this branch of the library are OK with the new compiler on the Linux box. Platforms tested: Linux (eirene) & FreeBSD 4.1.1 (hawkwind)
* [svn-r2573] Purpose:Robb Matzke2000-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Irix pmake bugs Description: Build fails on Irix when builddir != srcdir Solution: * acconfig.h * src/H5config.h.in [REGENERATED] Added definition for HAVE_STREAM * config/conclude.in * config/depend1.in * config/depend2.in * config/depend3.in * config/depend4.in The `Dependencies' file is located in the source tree. This fixes bugs for Irix pmake when compiling outside the source tree. Hopefully it still preserves Albert's changes which allow concurrent compilations to not stomp on each other's Dependencies files. * examples/Dependencies [REGENERATED] * src/Dependencies [REGENERATED] * test/Dependencies [REGENERATED] * tools/Dependencies [REGENERATED] Regenerated for testing purposes. Platforms: i686-pc-linux mips-sgi-irix6.5 sparc-sun-solaris2.6
* [svn-r2556] Purpose:Thomas Radke2000-09-151-0/+1
| | | | | | | | | | | Added the H5FD_stream_fapl_t type to the TypeString mapping table. Description: This servers for proper substitution of the H5TRACE macros in the Stream VFD sources. Platforms: All platforms.
* [svn-r2507] Updated to most recent release of libtools (1.3.5). Most of the ↵Bill Wendling2000-09-054-1651/+5423
| | | | | | | | | | | | | | | | | | | | | | changes applied for various platforms which weren't supported by libtools are now standard for libtools it seems. There were only a few of the previous fixes I rolled forward (the diffs follow): config.sub: 750a760,763 > tflop*) > basic_machine=i386-intel > os=-osf1 > ;; ltmain.sh: 2911c2911 < $shlibpath_var=\"$temp_rpath\$$shlibpath_var\" --- > $shlibpath_var=\"$finalize_shlibpath$temp_rpath\$$shlibpath_var\"