Skip to content

Commit

Permalink
Prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian "DragonLord" Wong authored and Brian "DragonLord" Wong committed Dec 28, 2014
1 parent 577afef commit 236c3ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,11 @@
- Added support for setting key compile-time parameters using command-line
arguments to the compiler or Make. Parameters which may be set this way
include `ADVANCE`, `NCHUNK`, `NTRIAL`, `PATIENCE`, `RUNTM`, `STOPRT`, and
`STOPTM`.
`STOPTM`.

## 0.3.0 (December 28, 2014)

- Added the ability to limit memory use. The memory limit is specified at
runtime in megabytes as the first parameter to the benchmark executable. The
output directory name is now specified by the second parameter.
- Fixed a typo in the out-of-memory error message.
4 changes: 2 additions & 2 deletions hi64.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ int main(int argc, char *argv[])

char* suffix; /* Suffix for data.suffix directory */

printf("\nHI64 System Benchmark, Version 0.2.0");
printf(" (December 27, 2014)\n");
printf("\nHI64 System Benchmark, Version 0.3.0");
printf(" (December 28, 2014)\n");
printf("Derived from HINT originally developed by");
printf(" John L. Gustafson & Quinn O. Snell,\n");
printf("Scalable Computing Laboratory, Iowa State University\n\n");
Expand Down

0 comments on commit 236c3ed

Please sign in to comment.