-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to disable or redirect log messages #11
Comments
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 KB article: Environment variable reference: |
Thanks @adamsla. So that does get rid of the |
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 /dev/null Choose your poison. |
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 You can use the variables programmatically in for you standard output (-o), standard error (-e), and local working directory (-cwd) |
So we are already dumping |
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 way your have submitted the workload. |
Sorry to be dense, but what do you mean by "deck"? |
How are you submitting the jobs where this error is occurring. |
There are a few layers of indirection unfortunately. Jobs are started by a |
Am seeing logging messages sent to terminal much like those described in this mailing list post (snippet of one example below). Is there some option to turn them off or redirect them to a log file at run time? Thanks.
The text was updated successfully, but these errors were encountered: