-
Notifications
You must be signed in to change notification settings - Fork 4
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
unnecessary log messages for ssh plugin #51
Comments
Aren't those messages only visible when SAGA_VERBOSE is set? ::
But, FWIW, job description attributes should never be silently ignored: if they are specified, then they are likely specified for a reason, and not honoring them will likely cause the application to misbehave. My $0.02, Andre. |
Yes! The SAGA_VERBOSE is not set and still I see these messages. On Sat, May 26, 2012 at 8:01 AM, Andre Merzky
|
Pradeep, this has been fixed in MASTER a while ago? Let me know if not. Cheers, On May 25, 2012, at 8:36 PM, pradeepmantha wrote:
|
I can make these "DEBUG" messages instead of "WARNING", so they only show up with SAGA_VERBOSE=5 or higher. |
Silently ignoring job attributes is not good -- if the attribs are specified, they are so for a reason...::
|
The below messages are not needed for XSEDE tutorial.
05/25/2012 08:30:33 PM - SSHJobPlugin(0xeb5efc8) - WARNING - Silently ignoring the walltime_limit attribute. It's not supported by SSH.
05/25/2012 08:30:33 PM - SSHJobPlugin(0xeb5efc8) - WARNING - Silently ignoring the total_cpu_count attribute. It's not supported by SSH.
05/25/2012 08:30:33 PM - SSHJobPlugin(0xeb5efc8) - WARNING - Silently ignoring the spmd_variation attribute. It's not supported by SSH.
The text was updated successfully, but these errors were encountered: