Skip to content

Commit af2a3b4

Browse files
author
Ralph Castain
authored
Merge pull request #4678 from rhc54/topic/mca
Correct the comment in the default MCA param template
2 parents 710080b + d620070 commit af2a3b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

opal/etc/openmpi-mca-params.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Copyright (c) 2004-2005 The Regents of the University of California.
1111
# All rights reserved.
1212
# Copyright (c) 2006-2017 Cisco Systems, Inc. All rights reserved
13+
# Copyright (c) 2018 Intel, Inc. All rights reserved.
1314
# $COPYRIGHT$
1415
#
1516
# Additional copyrights may follow
@@ -52,7 +53,7 @@
5253
# directory. For example:
5354

5455
# Change component loading path
55-
# component_path = /usr/local/lib/openmpi:~/my_openmpi_components
56+
# mca_base_component_path = /usr/local/lib/openmpi:~/my_openmpi_components
5657

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

0 commit comments

Comments
 (0)