|
| 1 | +flux-core version 0.10.0 - 2018-07-26 |
| 2 | +------------------------------------- |
| 3 | + |
| 4 | +### Fixes |
| 5 | + * fix python kz binding errors (#1537) |
| 6 | + * fix default socket path and config file parsing for flux-broker (#1577) |
| 7 | + * Lua 5.2 compatibility and other Lua fixes (#1586, #1594) |
| 8 | + * flux PMI server response before closing (#1528) |
| 9 | + |
| 10 | +### New Features |
| 11 | + * support cpu affinity for wreck jobs (#1533, #1603) |
| 12 | + * support for GPU device discovery through hwloc (#1561) |
| 13 | + * set CUDA_VISIBLE_DEVICES for jobs with GPUs (#1599) |
| 14 | + * add ability to bootstrap Flux using pmix (#1580) |
| 15 | + * add `flux wreck sched-params` cmd to tune scheduler at runtime (#1579) |
| 16 | + * support `-o mpi=spectrum` for spectrum MPI launch (#1578, #1588) |
| 17 | + * allow generic JSON values in aggregator (#1535) |
| 18 | + * new --wrap=arg0,arg1 option to flux-start (#1542) |
| 19 | + * allow arbitrary error strings in RPC responses (#1538) |
| 20 | + * support for composite flux_future_t types (#1553) |
| 21 | + * add buffered I/O support to Flux API (#1518, #1547, #1548) |
| 22 | + * remove extra line breaks in Flux log messages (#1530) |
| 23 | + * add Flux Locally Unique ID (FLUID) implementation (#1541) |
| 24 | + |
| 25 | +### Cleanup |
| 26 | + * remove json-c (#1522, #1524, #1525, #1527, #1529) |
| 27 | + * libidset internal cleanup (#1521) |
| 28 | + * libsubprocess cleanup (#1549) |
| 29 | + * drop PMIx heuristic in libpmi (#1575) |
| 30 | + * add missing `#!/bin/bash` to all rc1 scripts (#1597) |
| 31 | + |
1 | 32 | flux-core version 0.9.0 - 2018-05-10
|
2 | 33 | ------------------------------------
|
3 | 34 |
|
|
0 commit comments