Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Future consideration
Workspace Spectrum Symphony
Components Version 7.3.2
Created by Guest
Created on Mar 6, 2024

CPU affinity as LSF or compatibility with taskset

Good afternoon,



we are currently working with MDS and multithreaded apps and have a question regarding cpu affinity or the possibility of adding specific information to taskset command while executing.



When we are using cpuLimits, we see it works great in terms of not allowing a total percentage use of cores superior to what we put in cpuLimit variable (which is correct).



So for example if i set cpuLimit to 2, on a 4 core machine I will see all 4 cores working at 50%. And if the same process executes on a 8 core machine, it will use 25% of 8 cores.



The issue we have is that this is not as good performance wise as stating taskset to cpu's 0 and 1 for example. In that case, cores 0 and 1 witll have 100% cpu and 0% for 2 and 3 for the 4 core machine, and on the 8 core machine, cores 0 and 1 will be at 100% and 2 to 7 at 0%.



Is there any way to either dynamically be able to set taskset to execute on cores depending on the cpuLimit of MDS configuration set? I cant directly specify 2 core to execute on cores 0 and 1, as if i launch another cpuLimit=2/MDS=ncpus=2 type, it will overlap. So it would be great to have the possibility, as with MDS i am indicating slots to use, to be able to bind thos slots to cpu's on server.



Or similar to as you have for LSF (https://www.ibm.com/docs/sk/spectrum-lsf/10.1.0?topic=affinity-binding-based-linux-cgroup-cpuset-subsystem), is there a way to set or define cpu affinity?



Thanks and best regards

Needed By Quarter