|
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-2015 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. |
@@ -479,17 +479,6 @@ static int do_child(orte_app_context_t* context, |
479 | 479 |
|
480 | 480 | /* Exec the new executable */ |
481 | 481 |
|
482 | | - if (10 < opal_output_get_verbosity(orte_odls_base_framework.framework_output)) { |
483 | | - int jout; |
484 | | - opal_output(0, "%s STARTING %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), context->app); |
485 | | - for (jout=0; NULL != context->argv[jout]; jout++) { |
486 | | - opal_output(0, "%s\tARGV[%d]: %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), jout, context->argv[jout]); |
487 | | - } |
488 | | - for (jout=0; NULL != environ_copy[jout]; jout++) { |
489 | | - opal_output(0, "%s\tENVIRON[%d]: %s", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), jout, environ_copy[jout]); |
490 | | - } |
491 | | - } |
492 | | - |
493 | 482 | execve(context->app, context->argv, environ_copy); |
494 | 483 | send_error_show_help(write_fd, 1, |
495 | 484 | "help-orte-odls-default.txt", "execve error", |
|
0 commit comments