Skip to content

Commit

Permalink
Merge pull request #94 from Qthreads/release-1.17-RC
Browse files Browse the repository at this point in the history
Release 1.17 rc
  • Loading branch information
janciesko authored Sep 14, 2021
2 parents ea6ca7e + eefe41a commit 71d29ef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 946 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ [email protected]:David O'Brien <[email protected]>
gmackey:Greg Mackey <[email protected]>
bradcray:Brad Chamberlain <[email protected]>
nevans:Noah Evans <[email protected]>
janciesko:Jan Ciesko <[email protected]>
14 changes: 13 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
--- 1.16 (current) ---

--- 1.17 (current) ---

Improvements:
- Add GitHub actions for CI testing
- Add missing include files in the binders topology layer
- Handle SIGSEGV during configure testing to avoid user exposure
- Add --with-hwloc-symbol-prefix configure option
- Add errno preservation from system calls
- Fix compilation errors on M1 MAC computers
- Remove Loxley experimental schedulers

--- 1.16 ---

Improvements:
- Add support for Spack testing (spack test run qthreads)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ AC_ARG_WITH([scheduler],
single-threaded shepherds are: nemesis (default),
lifo, mdlifo, mutexfifo, and mtsfifo. Options
when using multi-threaded shepherds are: sherwood
(default), nottingham, and loxley. Details on
(default), distrib and nottingham. Details on
these options are in the SCHEDULING file.])])

AC_ARG_WITH([sinc],
Expand Down Expand Up @@ -764,7 +764,7 @@ AS_IF([test "x$with_scheduler" != "x"],
default)
[with_scheduler="sherwood"]
;;
sherwood|loxley|nemesis|lifo|mutexfifo|mtsfifo|distrib)
sherwood|nemesis|lifo|mutexfifo|mtsfifo|distrib)
# all valid options that require no additional configuration
;;
mdlifo)
Expand Down
Loading

0 comments on commit 71d29ef

Please sign in to comment.