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


ADD A NEW IDEA

Scheduling

Showing 37

Cleanup user details with bqueues -lr output if they don't have running/done jobs in system

Currently, we can find thousands of entries for all users even though they have ZERO STARTED jobs as listed in bqueues -lr output. For some of larger farms, these entries are close to 7M records and bqueues -lr takes long time to return the data. ...
8 months ago in Spectrum LSF / Scheduling 2 Planned for future release

Expand API (or bjobs -o option) to report memory reservation on a per-job basis

Determining per-job memory usage is valuable, but we also need to be able to see, on a per-job basis, how much memory job(s) have reserved at a point in time. Partly we need to be able to compare to the actual memory use to see if they're over-res...
8 months ago in Spectrum LSF / Scheduling 0 Future consideration

Affinity support for windows compute servers

We have a mixed Linux/Windows cluster. Unfortunately the affinity string in the resource requirement is not supported on Windows. This leads to several problems: 1. jobs with affinity settings will not be dispatched to windows nodes 2. less perfor...
10 months ago in Spectrum LSF / Scheduling 1 Future consideration

Add possibility to assign cores from the same CCX in AMD CPUs to make use of the same L3 cache.

With a specific 2-core workload we noticed significant performance improvements of about 50% in shorter runtime when both cores reside on the same L3 cache group (CCX) of an AMD EPYC CPU.Therefore it would be very beneficial to be able to have LSF...
11 months ago in Spectrum LSF / Scheduling 0 Future consideration

Use all applicable NUMA Memory information on a machine to determine available Memory resources before dispatching a job to a machine

We were noticing that jobs were being terminated by LSF with the message: TERM_MEMLIMIT: job killed after reaching LSF memory usage limit.Exited with exit code 137. Yet, this was happening before the job had even consumed the amount of memory rese...
12 months ago in Spectrum LSF / Scheduling 0 Future consideration

LSF to control SSH sessions on hosts running LSF jobs

We have many users who need to open an SSH session from their IDE ( VSCode, PyCharm) to a cluster machine running their LSF job so they can debug/troubleshoot/test in realtime in an interactive session. While battach works to connect to a cluster ...
12 months ago in Spectrum LSF / Scheduling 2 Future consideration

LSF to track SSH and child processes on machines running LSF jobs

To prevent users from sshing into nodes that they do not have a running job on, to restrict the SSH session to the resources that the runing job has on the machine (e.g. cgroups ), to track the ssh connection and any other spawned processes for ac...
12 months ago in Spectrum LSF / Scheduling 0 Future consideration

Allow preemption of shared gpu jobs (j_exclusive=no) by higher priority job queues.

We need the LSF support for preemption of shared gpu jobs. Currently GPU preemption is supported only for jobs in mode j_exclusive=yes This is a very big problem as we have a significant waste of gpu memory resource. because if a lower priority jo...
about 1 year ago in Spectrum LSF / Scheduling 1 Not under consideration

Enable option for hardcoding GPU memory request like its available for CPU memory request

At this moment IBM offers features of hardcoding CPU memory. We have implemented this feature in our cluster with esub scripting. Similarly we want to have same feature available for GPU memmory (gmem) to be hardcoded. I have raised ticket to our ...
about 1 year ago in Spectrum LSF / Scheduling 2 Not under consideration

bjobs -o reserved_mem or bhosts -o reserved_mem

To see how much memory is reserved on a host, we need to parse the bhosts -l <hostname> command, and it doesn't give us info about which job is reserving how much memory. I'd either like to see one of the following: bhosts -o 'jobid reserved...
over 1 year ago in Spectrum LSF / Scheduling 1 Future consideration