Skip to content

Commit d7dd4d7

Browse files
committed
openmpi-mca-params.conf: Fix comment
Make sure to specify "--level 9" to ompi_info to see all MCA params. Signed-off-by: Jeff Squyres <[email protected]>
1 parent 99ec16e commit d7dd4d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

opal/etc/openmpi-mca-params.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# University of Stuttgart. All rights reserved.
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
12-
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
12+
# Copyright (c) 2006-2017 Cisco Systems, Inc. All rights reserved
1313
# $COPYRIGHT$
1414
#
1515
# Additional copyrights may follow
@@ -54,5 +54,5 @@
5454
# Change component loading path
5555
# component_path = /usr/local/lib/openmpi:~/my_openmpi_components
5656

57-
# See "ompi_info --param all all" for a full listing of Open MPI MCA
58-
# parameters available and their default values.
57+
# See "ompi_info --param all all --level 9" for a full listing of Open
58+
# MPI MCA parameters available and their default values.

0 commit comments

Comments
 (0)