summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/tod/TodUtils.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/isteps/tod/TodUtils.C')
-rw-r--r--src/usr/isteps/tod/TodUtils.C12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/usr/isteps/tod/TodUtils.C b/src/usr/isteps/tod/TodUtils.C
index a1a1ede63..493787861 100644
--- a/src/usr/isteps/tod/TodUtils.C
+++ b/src/usr/isteps/tod/TodUtils.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2017 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -161,14 +161,8 @@ errlHndl_t getMaxConfigParams(
o_maxConfigParams.max_mcs_per_sys = l_pTopLevel->getAttr
< TARGETING::ATTR_MAX_MCS_PER_SYSTEM > ();
- // TODO RTC 181481: attribute ATTR_MAX_COMPUTE_NODES_PER_SYSTEM is
- // currently not implemented as needed to do this assignment. I was
- // assured (10/2017) that HB only supports one node, so I am defaulting
- // this to 1. In the future HB will need to be multi-node aware and
- // TARGETING::ATTR_MAX_COMPUTE_NODES_PER_SYSTEM implemented.
- o_maxConfigParams.max_compute_nodes_per_sys = 1;
-// o_maxConfigParams.max_compute_nodes_per_sys = l_pTopLevel->getAttr
-// < TARGETING::ATTR_MAX_COMPUTE_NODES_PER_SYSTEM > ();
+ o_maxConfigParams.max_compute_nodes_per_sys = l_pTopLevel->getAttr
+ < TARGETING::ATTR_MAX_COMPUTE_NODES_PER_SYSTEM > ();
} while(0);
OpenPOWER on IntegriCloud