|
11 | 11 | * All rights reserved. |
12 | 12 | * Copyright (c) 2007-2010 Oracle and/or its affiliates. All rights reserved. |
13 | 13 | * Copyright (c) 2007 Evergrid, Inc. All rights reserved. |
14 | | - * Copyright (c) 2008-2013 Cisco Systems, Inc. All rights reserved. |
| 14 | + * Copyright (c) 2008-2016 Cisco Systems, Inc. All rights reserved. |
15 | 15 | * Copyright (c) 2010 IBM Corporation. All rights reserved. |
16 | 16 | * Copyright (c) 2011-2013 Los Alamos National Security, LLC. All rights |
17 | 17 | * reserved. |
@@ -500,17 +500,6 @@ static int do_child(orte_app_context_t* context, |
500 | 500 |
|
501 | 501 | /* Exec the new executable */ |
502 | 502 |
|
503 | | - if (10 < opal_output_get_verbosity(orte_odls_base_framework.framework_output)) { |
504 | | - int jout; |
505 | | - opal_output(0, "%s STARTING %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), context->app); |
506 | | - for (jout=0; NULL != context->argv[jout]; jout++) { |
507 | | - opal_output(0, "%s\tARGV[%d]: %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), jout, context->argv[jout]); |
508 | | - } |
509 | | - for (jout=0; NULL != environ_copy[jout]; jout++) { |
510 | | - opal_output(0, "%s\tENVIRON[%d]: %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), jout, environ_copy[jout]); |
511 | | - } |
512 | | - } |
513 | | - |
514 | 503 | execve(context->app, context->argv, environ_copy); |
515 | 504 | send_error_show_help(write_fd, 1, |
516 | 505 | "help-orte-odls-default.txt", "execve error", |
|
0 commit comments