summaryrefslogtreecommitdiffstats
path: root/bin/timekeeper
Commit message (Collapse)AuthorAgeFilesLines
* Update license url part2 (#333)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test.
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* [svn-r13311] Updated copyright notice.Albert Cheng2007-02-141-11/+12
| | | | | Test: Just visual inspection as these are all comments changes.
* [svn-r11674] Description:Albert Cheng2005-11-021-0/+2
| | | | | | | | Added messages to remind platform watchers to check for processes still running in the remote machine after timeout. Platforms tested: Just eyeballed. Changes is trivial.
* [svn-r11428] Purpose:Albert Cheng2005-09-181-1/+1
| | | | | | | | | | | | | | | Bug fix. Description: In some racing condition, the process ID file might be removed just the moment before timekeeper cats its content. When that happens, the $pid is a blank. Timekeeper was not prepared for this. Solution: Added code to verify $pid is some number before proceeding. Platforms tested: Tested by hand only.
* [svn-r10817] Purpose:Albert Cheng2005-05-281-1/+21
| | | | | | | Feature Description: Add support for <time-limit> in the form of HH:MM.
* [svn-r9718] Purpose:Albert Cheng2004-12-251-10/+17
| | | | | | | | Change time-limit to be in the unit of minutes which is easier to use than unit of seconds. Platforms tested: Tested in eirene.
* [svn-r9714] Purpose:Albert Cheng2004-12-231-1/+1
| | | | | | | | bug fix Description: Setup the time limit with the wrong unit concept. 300 is only 300 seconds, not 300 minutes. Set them to the correct values.
* [svn-r9704] Purpose:Albert Cheng2004-12-231-0/+101
Feature Description: # As a time keeper of the remote daily test process launched by runtest. # It sleeps for a certain time and then wakes up to hangup those processes # that are still around, assuming they have run too long. Platforms tested: hand tested in heping.