From 183c4d8ef2e7c2e964a0e09970f5cf8e06ec707e Mon Sep 17 00:00:00 2001 From: zclok010 Date: Mon, 17 Jun 2019 16:01:59 +0800 Subject: [PATCH] update version info --- nodemanager/Version.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nodemanager/Version.h b/nodemanager/Version.h index ac60cc5..5f66159 100644 --- a/nodemanager/Version.h +++ b/nodemanager/Version.h @@ -614,6 +614,26 @@ namespace hpc "Fix affinity bug", } }, + { "2.4.0.0", + { + "Fix 'Cores In Use' not correct bug", + "Fix a bug that HPC Pack environment variables will be lost if CCP_SWITCH_USER is set on CentOS", + "Add environment variable CCP_DISABLE_CGROUP to enable running a task without cgroup", + "Change the owner of home directory, which is created by Linux nodemanager, to the user instead of leaving it root", + "Change the default working directory to home", + "Fix a bug that memory is limited to the first NUMA node when using cgroup", + "Fix code defect: get home dir by tilde expansion", + "Add build-in execution filters to adjust task affinity in terms of core distribution in NUMA nodes", + "Add build-in execution filters to modify command for preparation of mpi task", + "Enable task statistics when task is running", + "Fix a bug that zombie task clean up would fail when nodemanager starts", + "Fix a bug that processes in task are not actually terminated after task canceling when cgroup is not enabled", + "Add properties 'CcpVersion' and 'CustomProperties' in node registration info", + "Add build-in execution filters to modify command for supporting downloading input files and uploading output files of task with HpcData service", + "Support monitoring InfiniBand network usage", + "Fix node manager crash issue due to out-of-bound array writing when constructing monitoring packet with too many data values", + } + }, }; return versionHistory;