Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 3.42 KB

2018-07-27-flux-core-0.10.0.md

File metadata and controls

45 lines (38 loc) · 3.42 KB
title date author categories version download
flux-core v0.10.0
2018-07-27 17:54:54 +0000
flux-framework
release
0.10.0
This is an alpha release of flux-core and is not intended for production use.

Download from GitHub here.

Release Notes

Fixes

  • fix python kz binding errors (#1537)
  • fix default socket path and config file parsing for flux-broker (#1577)
  • Lua 5.2 compatibility and other Lua fixes (#1586, #1594)
  • flux PMI server response before closing (#1528)

New Features

  • support cpu affinity for wreck jobs (#1533, #1603)
  • support for GPU device discovery through hwloc (#1561)
  • set CUDA_VISIBLE_DEVICES for jobs with GPUs (#1599)
  • add ability to bootstrap Flux using pmix (#1580)
  • add flux wreck sched-params cmd to tune scheduler at runtime (#1579)
  • support -o mpi=spectrum for spectrum MPI launch (#1578, #1588)
  • allow generic JSON values in aggregator (#1535)
  • new --wrap=arg0,arg1 option to flux-start (#1542)
  • allow arbitrary error strings in RPC responses (#1538)
  • support for composite flux_future_t types (#1553)
  • add buffered I/O support to Flux API (#1518, #1547, #1548)
  • remove extra line breaks in Flux log messages (#1530)
  • add Flux Locally Unique ID (FLUID) implementation (#1541)

Cleanup