Mr Smith

Results 25 comments of Mr Smith

Have you ever downloaded the LSF command line source code from FixCentral? It's available. Since the API is based upon SWIG, you can translate almost directly.

You should be able to order and download the sample code from here. Look forward to your pull request. https://www.ibm.com/support/fixcentral/swg/doSelectFixes?options.selectedFixes=lsf-10.1-build427553&continue=1

Sure, I think the bulk kill is using a unsigned long long that includes both the jobid and the indexid as a single integer. So, there is a macro you...

@jakirkham, Please see the following IBM KB article. You can also find other references by searching Google using the following search string: "BSUB_QUIET site:ibm.com", for our environment variable reference. Small...

You can redirect job output either to a file or /dev/null depending on what you want with that data. I suspect this is standard error. So, a few options: -e...

Also, check the user manual. That might already be supported as a standard drmaa option.

LSF supports a variety of replacement variables: %J - Job Id %I - Job Index (for array jobs) %H - Job Execution Host %U - Job Execution User You can...

What does the deck look like? This is an end of list exception. So, it's a drmaa internal error that leads me to believe their is something wrong with the...

How are you submitting the jobs where this error is occurring.