Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform 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

Clear

Ideas

Showing 162 of 18259

Improve constraint priority attachment in OPL

Actually we have to use OPL script to attach a relaxation priority to a constraint. It will be easier to attach this priority at the creation of the constraint. Reason is that a constraint tupleset can easily include a priority field: tuple rvCons...
about 5 years ago in CPLEX Optimization Studio 0 Not under consideration

Piecewise function with input as coordinate (x,y) of curve's points

the actual piecewise function in OPL takes as input abscissas and vector coefficient to construct the function.Many time people have user have the (x;y) coordinate. to do that you need to write OPL code to find the vector coefficient.Would be grea...
about 5 years ago in CPLEX Optimization Studio 0 Not under consideration

Map memory reservation to cgroup memory.low

Mapping the memory reservation of a job to the cgroup memory.low could protect jobs from running short on memory, while in parallel allowing more memory to be used if it's available. The soft limit instead of a hard limit should prevent users to b...
about 1 year ago in Spectrum LSF / Scheduling 4 Future consideration

Add job group filter to bhist

The ability to find job groups via bhist command after the jobs have been removed from memory.
about 1 year ago in Spectrum LSF / Scheduling 0 Planned for future release

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...
about 3 years ago in Spectrum LSF / Scheduling 1 Future consideration

Set different requeue exit values for different hosts or hostgroups

Sometimes it would be helpful to set different requeue exit values for different hostgroups, something like (i.e. in lsb.applications):REQUEUE_EXIT_VALUES 138 linux_hosts 210 windows_hosts 127 which would trigger a requeue for jobs exiting with va...
8 months ago in Spectrum LSF / Scheduling 1 Future consideration

Increase amount of characters in job description

This enhancement would enable us to store additional job attributes within each job record, such as specific flow information. By enriching the job metadata, machine learning algorithms can leverage this information to make more informed predictio...
8 months ago in Spectrum LSF / Scheduling 2 Functionality already exists

Make CP cumulFunction and expressions accept float instead of int

cumulFunction and expressions currently only allow the resource usage to be int which is not useful for all resource types. Whilst a workaround of multiplying the int by a large number to approximate the float is possible there are limitations and...
about 5 years ago in CPLEX Optimization Studio 0 Not under consideration

Improve OPL Interfaces by providing dynamically typed API and a “façade” compatible with the .NET framework

Using OPL interface in .Net is cumbersome. Manipulate data elements object and result is far from being trivial.By example, instantiate an int look like that: OplDataSource dataSource = new MyCustomDataSource(oplF); internal class MyCustomDataSour...
about 5 years ago in CPLEX Optimization Studio 0 Not under consideration

Improve OPL Interfaces by providing field access infer by using the OPL model schema

Modify coefficient, adding variable, iterate on tupleset, modifiing dataElements and almost all operation in the OPL interface are really counter intuitive. Object uses by OPL are not directly compatible with the framework object. Ituple!= Tuple. ...
about 5 years ago in CPLEX Optimization Studio 0 Not under consideration