1
1
openmpi/opal/datatype
Nathan Hjelm cf377db823 MCA/base: Add new MCA variable system
Features:
 - Support for an override parameter file (openmpi-mca-param-override.conf).
   Variable values in this file can not be overridden by any file or environment
   value.
 - Support for boolean, unsigned, and unsigned long long variables.
 - Support for true/false values.
 - Support for enumerations on integer variables.
 - Support for MPIT scope, verbosity, and binding.
 - Support for command line source.
 - Support for setting variable source via the environment using
   OMPI_MCA_SOURCE_<var name>=source (either command or file:filename)
 - Cleaner API.
 - Support for variable groups (equivalent to MPIT categories).

Notes:
 - Variables must be created with a backing store (char **, int *, or bool *)
   that must live at least as long as the variable.
 - Creating a variable with the MCA_BASE_VAR_FLAG_SETTABLE enables the use of
   mca_base_var_set_value() to change the value.
 - String values are duplicated when the variable is registered. It is up to
   the caller to free the original value if necessary. The new value will be
   freed by the mca_base_var system and must not be freed by the user.
 - Variables with constant scope may not be settable.
 - Variable groups (and all associated variables) are deregistered when the
   component is closed or the component repository item is freed. This
   prevents a segmentation fault from accessing a variable after its component
   is unloaded.
 - After some discussion we decided we should remove the automatic registration
   of component priority variables. Few component actually made use of this
   feature.
 - The enumerator interface was updated to be general enough to handle
   future uses of the interface.
 - The code to generate ompi_info output has been moved into the MCA variable
   system. See mca_base_var_dump().

opal: update core and components to mca_base_var system
orte: update core and components to mca_base_var system
ompi: update core and components to mca_base_var system

This commit also modifies the rmaps framework. The following variables were
moved from ppr and lama: rmaps_base_pernode, rmaps_base_n_pernode,
rmaps_base_n_persocket. Both lama and ppr create synonyms for these variables.

This commit was SVN r28236.
2013-03-27 21:09:41 +00:00
..
Makefile.am Remove any dependency on libcuda.so in opal layer. All changes are within OMPI_CUDA_SUPPORT code. 2013-01-30 23:07:32 +00:00
opal_convertor_internal.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_convertor_raw.c Correctly generate the raw description in the convertor. Advance 2011-11-30 00:14:47 +00:00
opal_convertor.c Improve CUDA GPU transfers over openib BTL. Use aynchronous copies. 2013-01-17 22:34:43 +00:00
opal_convertor.h Improve CUDA GPU transfers over openib BTL. Use aynchronous copies. 2013-01-17 22:34:43 +00:00
opal_copy_functions_heterogeneous.c Get rid of all unused functions. 2009-07-16 19:53:07 +00:00
opal_copy_functions.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_add.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_checksum.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_clone.c Correct the pointer math when we copy the opal_datatype_t object. In addition 2009-09-18 20:05:22 +00:00
opal_datatype_copy.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
opal_datatype_copy.h Promote from int32_t to size_t. 2012-03-05 14:08:47 +00:00
opal_datatype_create_contiguous.c Reshape the datatype engine. The basic types are built down in OPAL. MPI types are 2011-01-13 06:08:54 +00:00
opal_datatype_create.c Get rid of all unused functions. 2009-07-16 19:53:07 +00:00
opal_datatype_cuda.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
opal_datatype_cuda.h Remove any dependency on libcuda.so in opal layer. All changes are within OMPI_CUDA_SUPPORT code. 2013-01-30 23:07:32 +00:00
opal_datatype_destroy.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_dump.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_fake_stack.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_get_count.c Spaces instead of tabs. 2009-12-15 18:07:33 +00:00
opal_datatype_internal.h Promote from int32_t to size_t. 2012-03-05 14:08:47 +00:00
opal_datatype_memcpy.h Add a second version of the datatype copy function using memmove instead of memcpy. 2010-11-12 23:22:35 +00:00
opal_datatype_module.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
opal_datatype_optimize.c - Fixup several functions, that cannot return 2010-08-31 12:21:13 +00:00
opal_datatype_pack.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
opal_datatype_pack.h Improve CUDA GPU transfers over openib BTL. Use aynchronous copies. 2013-01-17 22:34:43 +00:00
opal_datatype_position.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
opal_datatype_prototypes.h Missing C_DECLS. 2009-07-13 17:31:42 +00:00
opal_datatype_resize.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_unpack.c MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
opal_datatype_unpack.h Improve CUDA GPU transfers over openib BTL. Use aynchronous copies. 2013-01-17 22:34:43 +00:00
opal_datatype.h We do need the name for debugging purposes. 2011-03-02 19:19:15 +00:00