Skip to content

Commit

Permalink
Merge pull request #72 from shintaro-iwasaki/release-1.0
Browse files Browse the repository at this point in the history
CHANGES/version: update for 1.0

Approved-by: Pavan Balaji <[email protected]>
  • Loading branch information
shintaro-iwasaki authored May 4, 2020
2 parents 87cd214 + e5b1519 commit 44976c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
===============================================================================
Changes in 1.0
===============================================================================

- Upgraded to LLVM OpenMP 10.0
- Upgraded Argobots to 1.0
- Fixed support for untied tasks
- Added tests for OpenMP task and thread scheduling
- Support several platforms including OSX and POWER9.

===============================================================================
Changes in 1.0rc3
===============================================================================
Expand Down
6 changes: 3 additions & 3 deletions runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -367,9 +367,9 @@ endif()
set(LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX})

# Set BOLT version, release date, and build information
set(BOLT_VERSION "1.0rc3")
set(BOLT_NUMVERSION "10000203")
set(BOLT_RELEASE_DATE "Mon Nov 18 6:00:00 UTC 2019")
set(BOLT_VERSION "1.0")
set(BOLT_NUMVERSION "10000300")
set(BOLT_RELEASE_DATE "Tue May 5 6:00:00 UTC 2020")
set(BOLT_COMPILER_CC ${CMAKE_C_COMPILER})
set(BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER})
if("${libomp_build_type_lowercase}" STREQUAL "release")
Expand Down

0 comments on commit 44976c4

Please sign in to comment.