| HDF5 Performance Framework User Manual | ||
|---|---|---|
| <<< Previous | HPF Maintenance | Next >>> | 
In case there is a version change in HDF5 library from 1.x to 1.y where x is the old version number and y is the new version number, perform the following steps:
Update the back-end shell script.
# HDF5 version - 1.9 1.8 or 1.6 # VERSION="1.x" VERSION="1.y"  | 
Rename the temporary directory for environment variables defined in the back-end script.
mv /tmp/chicago_1.x /tmp/chiago_1.y  | 
Update entries in tables if the version change was not planned in advance.
%php replace_subversion.php  | 
Update entries in the TestInstanceBest and TestInstance table using the replace_version.php script. Please modify replace_version.php and then execute.
%php replace_version.php  | 
Fill in the missing record for each host.
%php record_manually.php hdfdap 1.y %php record_manually.php kagiso 1.y %...  | 
Update index.html, mailer.php, and today.php. For each file, look for the lines that have version numbers.
| <<< Previous | Home | Next >>> | 
| HPF Maintenance | Up | 6.3 Journal Entry |