Skip to content

Commit eefe41a

Browse files
authored
Merge pull request #93 from janciesko/release-1.17-RC
Release 1.17 rc
2 parents 8281649 + 39f3e49 commit eefe41a

File tree

4 files changed

+3
-945
lines changed

4 files changed

+3
-945
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Improvements:
88
- Add --with-hwloc-symbol-prefix configure option
99
- Add errno preservation from system calls
1010
- Fix compilation errors on M1 MAC computers
11+
- Remove Loxley experimental schedulers
1112

1213
--- 1.16 ---
1314

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)