Skip to content

Commit 2e85894

Browse files
authored
Merge pull request #3025 from jsquyres/v2.x
v2.1.0: openmpi-mca-params.conf: Fix comment
2 parents 10354ec + f67bfa4 commit 2e85894

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)