Skip to content

Version 2.3.1 - Patch Release

Compare
Choose a tag to compare
@khuck khuck released this 28 Jan 17:16
· 787 commits to develop since this release

This release patches CMake variables to make them consistent across the project, and some bug fixes for OpenMP initial/implicit tasks and support for CUDA 11.

Commits in this release:

  • view commit • Beginning the process of cleaning up the CMAKE config
  • view commit • Testing the CMake cleanup before merge with develop
  • view commit • Merge branch 'cmake_cleanup' into develop
  • view commit • Removing explicit check for cori or edison and replacing it with a check for Cray KNL
  • view commit • Fixing anonymous OpenMP regions, where appopriate For implicit tasks, barriers and barrier wait events, either there is no codeptr associated with it, or there is. For implicit tasks, use the codeptr of the parent. For barriers, don't do anything. An anonymous barrier usually means that the thread is idle between parallel regions.
  • view commit • Correcting support for CUDA 11 in NVML interface.
  • view commit • Changing USE_LM_SENSORS to APEX_WITH_LM_SENSORS
  • view commit • Fixing paths for lm sensors in HPX configs, and correcting cmake warnings.
  • view commit • Updating APEX version
  • view commit • Fixing demangle config for HPX