Skip to content

Commit 71d29ef

Browse files
authored
Merge pull request #94 from Qthreads/release-1.17-RC
Release 1.17 rc
2 parents ea6ca7e + eefe41a commit 71d29ef

File tree

5 files changed

+16
-946
lines changed

5 files changed

+16
-946
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ debiddo99@gmail.com:David O'Brien <debiddo99@gmail.com>
99
gmackey:Greg Mackey <gmackey@sandia.gov>
1010
bradcray:Brad Chamberlain <bradcray@gmail.com>
1111
nevans:Noah Evans <nevans@sandia.gov>
12+
janciesko:Jan Ciesko <jciesko@sandia.gov>

NEWS

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
--- 1.16 (current) ---
1+
2+
--- 1.17 (current) ---
3+
4+
Improvements:
5+
- Add GitHub actions for CI testing
6+
- Add missing include files in the binders topology layer
7+
- Handle SIGSEGV during configure testing to avoid user exposure
8+
- Add --with-hwloc-symbol-prefix configure option
9+
- Add errno preservation from system calls
10+
- Fix compilation errors on M1 MAC computers
11+
- Remove Loxley experimental schedulers
12+
13+
--- 1.16 ---
214

315
Improvements:
416
- Add support for Spack testing (spack test run qthreads)

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ AC_ARG_WITH([scheduler],
342342
single-threaded shepherds are: nemesis (default),
343343
lifo, mdlifo, mutexfifo, and mtsfifo. Options
344344
when using multi-threaded shepherds are: sherwood
345-
(default), nottingham, and loxley. Details on
345+
(default), distrib and nottingham. Details on
346346
these options are in the SCHEDULING file.])])
347347

348348
AC_ARG_WITH([sinc],
@@ -764,7 +764,7 @@ AS_IF([test "x$with_scheduler" != "x"],
764764
default)
765765
[with_scheduler="sherwood"]
766766
;;
767-
sherwood|loxley|nemesis|lifo|mutexfifo|mtsfifo|distrib)
767+
sherwood|nemesis|lifo|mutexfifo|mtsfifo|distrib)
768768
# all valid options that require no additional configuration
769769
;;
770770
mdlifo)

0 commit comments

Comments
 (0)