
parameters. These are intended to be used by the system itself for passing information around, and are not generally intended for the user to see or modify. Hence, we flag them as "internal" which causes them not to show up in the ompi_info output (by default). This "security through obscurity" is good enough -- it's really only intended to keep casual observers away. The MCA parameters are still there and are still settable (if a developer wants to set them). To mark an MCA parameter as internal, simply call mca_param_set_internal() with its index. I debated about adding a flag to mca_param_register_[int|string](), but then would have involved changing a *lot* of code throughout the base -- and internal MCA parameters is certainly not the common case. Note that you can provide the new ompi_info flag --internal in conjunction with the --param flag to force it to also show all the internal MCA params. This commit was SVN r4373.
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. Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, University of Stuttgart. All rights reserved. $COPYRIGHT$ Additional copyrights may follow $HEADER$ This is the world's greatest MPI. ...more to write here should be a short file, referring to the real docs.
Описание
Languages
C
82.4%
Fortran
3.8%
Roff
3.7%
Shell
3.3%
Makefile
2.3%
Разное
4.5%