2 # Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
3 # University Research and Technology
4 # Corporation. All rights reserved.
5 # Copyright (c) 2004-2005 The University of Tennessee and The University
6 # of Tennessee Research Foundation. All rights
8 # Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
9 # University of Stuttgart. All rights reserved.
10 # Copyright (c) 2004-2005 The Regents of the University of California.
11 # All rights reserved.
14 # Additional copyrights may follow
19 # This is the system-wide MCA parameters defaults file. It is
20 # typically installed in $sysconf/openmpi-mca-params.txt. This file
21 # can be used to set system-wide default MCA parameters for all users.
22 # Of course, users can override these values if they want, but this
23 # file is an excellent location for setting system-specific MCA
24 # parameters for those users who don't know / care enough to
25 # investigate the proper values for them.
27 # The format is straightforward: one per line, mca_param_name =
28 # rvalue. Quoting is ignored (so if you use quotes or escape
29 # characters, they'll be included as part of the value). For example:
31 # Disable run-time MPI parameter checking
34 # Note that the value "~/" will be expanded to the current user's home
35 # directory. For example:
37 # Change component loading path
38 # component_path = /usr/local/lib/openmpi:~/my_openmpi_components
40 # See "ompi_info --param all all" for a full listing of Open MPI MCA
41 # parameters available and their default values.