From 74674c46d1147674636b6f88a9c2c4827579e7ef Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 18 Mar 2009 15:29:57 +0000 Subject: [PATCH] Expand explanation of network topology support --- RELEASE_NOTES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c71505eb8ec..f0e8559ccf3 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -101,8 +101,10 @@ CONFIGURATION FILE CHANGES (see "man slurm.conf" for details) it has been allocated. The entity bound to (sockets, cores or threads) will be automatically set based upon the allocation size and task count SLURM's SPANK cpuset plugin is no longer be needed. -* Added switch topology configuration options: TopologyPlugin, SwitchName, - Nodes, Switches. +* Resource allocations can not be optimized according to network topology. + The following switch topology configuration options have been added: + TopologyPlugin, SwitchName, Nodes, Switches. More information is available + here: https://computing.llnl.gov/linux/slurm/topology.html * BLUEGENE - Added option DenyPassthrough in the bluegene.conf. Can be set to any combination of X,Y,Z to not allow passthroughs when running in dynamic layout mode. (see "man bluegene.conf" for details) -- GitLab