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