summaryrefslogtreecommitdiff
path: root/mbw.spec
diff options
context:
space:
mode:
authorAndras HORVATH <andras.horvath@gmail.com>2012-03-11 10:57:17 +0100
committerAndras HORVATH <andras.horvath@gmail.com>2012-03-11 10:57:17 +0100
commit39046228d0c79e87f6a9cd8e540f2ea5770238b6 (patch)
tree363a5ef83ab6675242c70fa75ebf6e226ecdc3ed /mbw.spec
parent8f89f1da7b451b49fc579bdbd7fae5e2c51ff14d (diff)
Update version number and contact information
Diffstat (limited to 'mbw.spec')
-rw-r--r--mbw.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/mbw.spec b/mbw.spec
index 769b796..e3a0dd6 100644
--- a/mbw.spec
+++ b/mbw.spec
@@ -1,12 +1,12 @@
Summary: Memory bandwidth benchmark
Name: mbw
-Version: 1.1
+Version: 1.2
Release: 1
License: LGPL
Buildroot: %{_tmppath}/%{name}-buildroot
Group: System Environment/Base
Source: %{name}.tar.gz
-Packager: Andras.Horvath@cern.ch
+Packager: andras.horvath@gmail.com
%description
Test memory copy bandwidth (single thread). Switch off swap or make sure array size does not exceed available free RAM.
@@ -33,6 +33,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/mbw.1.gz
%changelog
+* Sun Mar 11 2012 Andras Horvath <andras.horvath@gmail.com> 1.2-1
+- Fix MCBLOCK test: actually copy to the full buffer, not just its first $blocksize.
+
* Tue Jul 07 2006 Andras Horvath <Andras.Horvath@cern.ch> 1.1-1
- separate array initialization from work -> faster execution
- getopt() options parsing: suppress average, specific tests only, no. runs