File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ===============================================================================
2+ Changes in 1.0rc3
3+ ===============================================================================
4+
5+ - Upgraded Argobots to 1.0rc2 to solve the TLS-related issue
6+ - Fixed support for scheduler sleep
7+
18===============================================================================
29 Changes in 1.0rc2
310===============================================================================
Original file line number Diff line number Diff line change @@ -359,9 +359,9 @@ endif()
359359set (LIBOMP_LIB_FILE ${LIBOMP_LIB_NAME}${LIBOMP_LIBRARY_SUFFIX} )
360360
361361# Set BOLT version, release date, and build information
362- set (BOLT_VERSION "1.0rc2 " )
363- set (BOLT_NUMVERSION "10000202 " )
364- set (BOLT_RELEASE_DATE "Fri Sep 27 6:00:00 UTC 2019" )
362+ set (BOLT_VERSION "1.0rc3 " )
363+ set (BOLT_NUMVERSION "10000203 " )
364+ set (BOLT_RELEASE_DATE "Mon Nov 18 6:00:00 UTC 2019" )
365365set (BOLT_COMPILER_CC ${CMAKE_C_COMPILER} )
366366set (BOLT_COMPILER_CXX ${CMAKE_CXX_COMPILER} )
367367if ("${libomp_build_type_lowercase} " STREQUAL "release" )
You can’t perform that action at this time.
0 commit comments