1
1
This commit was SVN r9904.
Этот коммит содержится в:
Jeff Squyres 2006-05-12 02:14:57 +00:00
родитель a6d52ceed1
Коммит 19a51e2492

Просмотреть файл

@ -228,10 +228,15 @@ extern "C" {
* MPI layer, or the MCA base system framework itself). Typical
* "type" strings are:
*
* * "mca": for the MCA base framework itself
* * framework name: for any given framework
* * "mpi": for parameters that apply to the overall MPI layer
* * "orte": for parameters that apply to the overall ORTE layer
* "mca": for the MCA base framework itself
* framework name: for any given framework
* "mpi": for parameters that apply to the overall MPI layer
* "orte": for parameters that apply to the overall ORTE layer
*
* Note that if you use mca_base_param_find() to lookup the index
* of the registered parameter, the "component" argument should be
* NULL (because it is not specified in this registration
* function, and is therefore registered with a NULL value).
*/
OMPI_DECLSPEC int mca_base_param_reg_int_name(const char *type,
const char *param_name,
@ -320,10 +325,15 @@ extern "C" {
* (e.g., the MPI layer, or the MCA base system framework itself).
* Typical "type" strings are:
*
* * "mca": for the MCA base framework itself
* * framework name: for any given framework
* * "mpi": for parameters that apply to the overall MPI layer
* * "orte": for parameters that apply to the overall ORTE layer
* "mca": for the MCA base framework itself
* framework name: for any given framework
* "mpi": for parameters that apply to the overall MPI layer
* "orte": for parameters that apply to the overall ORTE layer
*
* Note that if you use mca_base_param_find() to lookup the index
* of the registered parameter, the "component" argument should be
* NULL (because it is not specified in this registration
* function, and is therefore registered with a NULL value).
*/
OMPI_DECLSPEC int mca_base_param_reg_string_name(const char *type,
const char *param_name,