George --
Can you put this back?
I don't think the error message is meaningless. It's there because people typically copy-n-paste the error message to the user's list (or whatever their support channel is). That error message will mean something to an OMPI developer; (I'm guessing/assuming) that's why it was there.
On Oct 19, 2011, at 9:04 AM, bosilca_at_[hidden] wrote:
> Author: bosilca
> Date: 2011-10-19 09:04:46 EDT (Wed, 19 Oct 2011)
> New Revision: 25324
> URL: https://svn.open-mpi.org/trac/ompi/changeset/25324
>
> Log:
> The error here is meaningless.
>
> Text files modified:
> trunk/ompi/debuggers/ompi_debuggers.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> Modified: trunk/ompi/debuggers/ompi_debuggers.c
> ==============================================================================
> --- trunk/ompi/debuggers/ompi_debuggers.c (original)
> +++ trunk/ompi/debuggers/ompi_debuggers.c 2011-10-19 09:04:46 EDT (Wed, 19 Oct 2011)
> @@ -260,8 +260,8 @@
> /* if it failed for some reason, then we are in trouble -
> * for now, just report the problem and give up waiting
> */
> - opal_output(0, "Debugger_attach[rank=%ld]: could not wait for debugger - error %s!",
> - (long)ORTE_PROC_MY_NAME->vpid, ORTE_ERROR_NAME(rc));
> + opal_output(0, "Debugger_attach[rank=%ld]: could not wait for debugger!",
> + (long)ORTE_PROC_MY_NAME->vpid);
> }
> }
> #endif
> _______________________________________________
> svn-full mailing list
> svn-full_at_[hidden]
> http://www.open-mpi.org/mailman/listinfo.cgi/svn-full
--
Jeff Squyres
jsquyres_at_[hidden]
For corporate legal information go to:
http://www.cisco.com/web/about/doing_business/legal/cri/
|