Skip to content

Commit 2529251

Browse files
committed
release prep
1 parent 42194b5 commit 2529251

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# benchMT - SETI multi-threaded MB/AP Benchmark Tool
22

3-
Download the latest release [here](https://github.com/Ricks-Lab/benchMT/releases/tag/v1.5.0)
3+
Download the latest release [here](https://github.com/Ricks-Lab/benchMT/releases/tag/v1.6.0)
44

55
This tool will extract the total number of CPU cores/threads and GPU platforms from the user's
66
environment and utilize them in running a list of apps/args specified in the benchCFG file. Using
@@ -41,7 +41,7 @@
4141
files for each job run. A run name can be specified with the *--run_name* commane line option. This
4242
name will be included in the name of the testData subdirectory for the current run.
4343

44-
## New in this Release - v1.6.0 (Under Testing)
44+
## New in this Release - v1.6.0
4545
* Complete rewrite of commandline/config file option parsing. Original got complex and buggy.
4646
* Support execution and time/energy metrics for AstroPulse apps/wus. Still no working results comparison utility, so comparison to reference results not possible.
4747

benchMT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ __license__ = "GNU General Public License"
6262
__program_name__ = "benchMT"
6363
__version__ = "v1.6.0"
6464
__maintainer__ = "RueiKe"
65-
__status__ = "Release Candidate"
65+
__status__ = "Stable Release"
6666

6767
import argparse
6868
import re

0 commit comments

Comments
 (0)