|
11 | 11 | * All rights reserved. |
12 | 12 | * Copyright (c) 2007-2015 Cisco Systems, Inc. All rights reserved. |
13 | 13 | * Copyright (c) 2009 Oak Ridge National Labs. All rights reserved. |
14 | | - * Copyright (c) 2014-2015 Research Organization for Information Science |
| 14 | + * Copyright (c) 2014-2016 Research Organization for Information Science |
15 | 15 | * and Technology (RIST). All rights reserved. |
16 | 16 | * Copyright (c) 2015 Intel, Inc. All rights reserved |
17 | 17 | * $COPYRIGHT$ |
|
37 | 37 | #endif |
38 | 38 |
|
39 | 39 | #include MCA_timer_IMPLEMENTATION_HEADER |
| 40 | +#include "opal/include/opal/version.h" |
40 | 41 | #include "opal/class/opal_value_array.h" |
41 | 42 | #include "opal/class/opal_pointer_array.h" |
42 | 43 | #include "opal/util/printf.h" |
@@ -315,6 +316,7 @@ void ompi_info_do_config(bool want_all) |
315 | 316 | opal_info_out("Configured by", "config:user", OPAL_CONFIGURE_USER); |
316 | 317 | opal_info_out("Configured on", "config:timestamp", OPAL_CONFIGURE_DATE); |
317 | 318 | opal_info_out("Configure host", "config:host", OPAL_CONFIGURE_HOST); |
| 319 | + opal_info_out("Configure command line", "config:cli", OPAL_CONFIGURE_CLI); |
318 | 320 |
|
319 | 321 | opal_info_out("Built by", "build:user", OMPI_BUILD_USER); |
320 | 322 | opal_info_out("Built on", "build:timestamp", OMPI_BUILD_DATE); |
|
0 commit comments