From 2039139380e161acb6073af77440751da9a894ef Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Fri, 12 Mar 2021 12:54:56 +0900 Subject: [PATCH] release: 1.7.8: fix ihklib/ihk_reserve_cpu when using krm Change-Id: I57235d51f51ae7327cb08a9e3ae56be995157100 --- CMakeLists.txt | 2 +- docs/NEWS.rst | 24 ++++++++++++++++++++++++ ihk | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31c6fe31..edd25b29 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ endif (NOT CMAKE_BUILD_TYPE) enable_language(C ASM) project(mckernel C ASM) -set(MCKERNEL_VERSION "1.7.7") +set(MCKERNEL_VERSION "1.7.8") # See "Fedora Packaging Guidelines -- Versioning" set(MCKERNEL_RELEASE "") diff --git a/docs/NEWS.rst b/docs/NEWS.rst index a081aa47..b637907d 100644 --- a/docs/NEWS.rst +++ b/docs/NEWS.rst @@ -1,3 +1,27 @@ +============================================= +Version 1.7.8 (Mar 12, 2021) +============================================= + +---------------------- +IHK major updates +---------------------- +N/A + +------------------------ +IHK major bug fixes +------------------------ +#. ihklib: ihk_reserve_cpu: fix job cpu check when using krm + +---------------------- +McKernel major updates +---------------------- +N/A + +------------------------ +McKernel major bug fixes +------------------------ +N/A + ============================================= Version 1.7.7 (Mar 11, 2021) ============================================= diff --git a/ihk b/ihk index 8da09178..2ced7eda 160000 --- a/ihk +++ b/ihk @@ -1 +1 @@ -Subproject commit 8da09178786215e681baf67df2b40cab3128fca5 +Subproject commit 2ced7eda65eba5da05400c56de95bf50404f5a17