1
1
openmpi/ompi/mca/io/romio
Jeff Squyres 4c1dd716c7 Change and add new features to the MCA parameter system:
- new preferred API calls for registering MCA parameters are
  mca_base_param_reg_{int|string} and
  mca_base_param_reg_{int|string}_name.
- See opal/mca/base/mca_base_param.h for docs on new calls.  
- Can now register and lookup a value at the same time.
- Can now mark a parameter "read only" at registration time
- Can now mark a parameter "internal" at registration time
- Can now associate a help message with the parameter at registration
  time; displayed in the ompi_info output.

The old API calls are still available for backwards compatibility
(mca_base_param_register_{int|string}.  They will eventually be
removed -- all developers are encouraged to use the new APIs from here
on out and replace any old calls with the new API.

Some params were also renamed -- the previous convention of using
"base_" as a prefix for any param that was not associated with a
component is henceforth deprecated.  Instead, use one of the following
prefixes:

mca: for anything in the MCA base itself
opal: for anything in OPAL
orte: for anything in ORTE
mpi: for anything in OMPI

This commit was SVN r6698.
2005-08-01 22:38:17 +00:00
..
romio-dist * remove module flag from linking romio - it should be in the romio component 2005-07-12 18:06:15 +00:00
src Change and add new features to the MCA parameter system: 2005-08-01 22:38:17 +00:00
autogen.subdirs Rename src -> ompi 2005-07-02 13:43:57 +00:00
configure.m4 * disable TCP ptl and oob components if there is no TCP support (look at 2005-07-13 04:16:03 +00:00
configure.params Rename src -> ompi 2005-07-02 13:43:57 +00:00
Makefile.am Remove the EXTRA_DIST=VERSION stuff from all the Makefile.am's so that 2005-07-05 19:01:47 +00:00