Skip to content

Version 2.1.9

Compare
Choose a tag to compare
@khuck khuck released this 22 Apr 14:35
· 1040 commits to develop since this release
7402e50

Bug fixes and updates to support changes in HPX.

Bug fix and maintenance release, version 2.1.9

  • view commit • Adding spack and cmake to buildbot build process
  • view commit • Merge branch 'develop' of git.nic.uoregon.edu:/gitroot/xpress-apex into develop
  • view commit • Initializing reset counter in profile constructor
  • view commit • Merge branch 'develop' of git.nic.uoregon.edu:/gitroot/xpress-apex into develop
  • view commit • should have tested before commit.
  • view commit • Fixing deadlock in policy shutdown, and segfault when profiles aren't processed before exit
  • view commit • Cleaning up the pedantic compiler flags And resolving pedantic compiler warnings.
  • view commit • Cleanup changes introduced a bug, this fixes it The cleanup changes caused APEX to request HPX to schedule profile processing during shutdown, but unfortunately HPX has already stopped by then. Instead, force synchronous processing of remaining profile data from the on_dump() event.
  • view commit • Fixing parallel buildbot for HPX builds
  • view commit • Still can't build more than 4 wide on ktau
  • view commit • Changing HPX tasks from actions to regular hpx::async calls
  • view commit • should have used hpx::apply()
  • view commit • Use moodycamel queue from hpx::concurrency namespace
  • view commit • Merge pull request #121 from msimberg/moodycamel
  • view commit • Merge pull request #120 from khuck/master