diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-13 15:10:43 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-13 15:10:43 (GMT) |
commit | 578e287bdde0d82d08c25a778fc9c40d7d865f4f (patch) | |
tree | c07aa07fa0b138be094af3e259b0a5ca03ea4edc | |
parent | 4660d05a6b9a7b66dc4d4d73072bf21ef01dc2ea (diff) | |
download | hdf5-578e287bdde0d82d08c25a778fc9c40d7d865f4f.zip hdf5-578e287bdde0d82d08c25a778fc9c40d7d865f4f.tar.gz hdf5-578e287bdde0d82d08c25a778fc9c40d7d865f4f.tar.bz2 |
[svn-r10911] Purpose:
Change output file name.
Description:
Some output file name should be changed from hdf5_results.txt to hdf5_intelc.txt
Solution:
Platforms tested:
Misc. update:
-rwxr-xr-x | windows/batch_intelc/hdf5bt_intelc.BAT | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/batch_intelc/hdf5bt_intelc.BAT b/windows/batch_intelc/hdf5bt_intelc.BAT index d0a45b8..783c94f 100755 --- a/windows/batch_intelc/hdf5bt_intelc.BAT +++ b/windows/batch_intelc/hdf5bt_intelc.BAT @@ -12,9 +12,9 @@ @ECHO OFF type nul > hdf5_results_intelc.txt -echo ***************************************************************************** >> hdf5_results.txt -echo Build and Test HDF5 Library and Tools >> hdf5_results.txt -echo ***************************************************************************** >> hdf5_results.txt +echo ***************************************************************************** >> hdf5_results_intelc.txt +echo Build and Test HDF5 Library and Tools >> hdf5_results_intelc.txt +echo ***************************************************************************** >> hdf5_results_intelc.txt call hdf5build_intelc %1 more build_results_intelc.txt >> hdf5_results_intelc.txt |