Skip to content

pika 0.20.0

Compare
Choose a tag to compare
@msimberg msimberg released this 01 Nov 08:52
· 1341 commits to main since this release
0.20.0
b20d31c

New features

  • The MPI rank is now printed with --pika:print-bind and when handling exceptions, if MPI support is enabled. (#805, #822)
  • A warning message is now printed on macOS when using --pika:process-mask since thread bindings are unsupported. (#806)
  • Thread bindings can now be printed using the environment variable PIKA_PRINT_BIND in addition to the command line option --pika:print-bind. (#828)
  • The pika-bind helper script has been added to more conveniently set PIKA_PROCESS_MASK based on the environment. (#834)

Breaking changes

  • All remaining locality-related functions and files have been removed. (#823)

Bugfixes

  • Handling of explicitly specified process masks with --pika:process-mask or PIKA_PROCESS_MASK has been fixed. (#807)