1
1
openmpi/opal/mca/base
Sven Stork 71915f269c - more coverity fixes
- use stncpy
  - comapring NULL against an array which is staically inside
    the structure will allways be true

This commit was SVN r15684.
2007-07-30 15:19:54 +00:00
..
base.h Modifications in the way user-specified modules are loaded. Once we get the list of filenames from the libtool, we add the statically defined ones and then based on the include/exclude string we only keep the ones requested by the user. If no include/exclude was provided, we keep [as expected] everything. Once we have the list of whatever is requested we open them. Therefore, as an example, if the user specify "--mca pml ob1" we will never try to load/open/init DR nor CM. 2007-07-13 14:54:01 +00:00
help-mca-base.txt Be a little smarter when checking the MCA parameters that specify what 2006-07-19 14:19:44 +00:00
help-mca-param.txt * Added 2 new MCA parameters 2007-03-01 13:39:20 +00:00
Makefile.am Clean up a couple of configure things: 2007-05-15 04:23:48 +00:00
mca_base_close.c - In fix r9182, stream with id 0 was explicitly exluded 2006-03-05 11:45:43 +00:00
mca_base_cmd_line.c * Added 2 new MCA parameters 2007-03-01 13:39:20 +00:00
mca_base_component_compare.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mca_base_component_find.c - more coverity fixes 2007-07-30 15:19:54 +00:00
mca_base_component_repository.c If we fail/miss the initialization then do not release anything. 2006-08-21 19:52:10 +00:00
mca_base_component_repository.h Windows friendly version. We have to split the OMPI_DECLSPEC in at least 3 2006-08-20 15:54:04 +00:00
mca_base_components_close.c * don't close debugging stream if we're just closing the unused components in 2006-08-16 16:23:35 +00:00
mca_base_components_open.c Modifications in the way user-specified modules are loaded. Once we get the list of filenames from the libtool, we add the statically defined ones and then based on the include/exclude string we only keep the ones requested by the user. If no include/exclude was provided, we keep [as expected] everything. Once we have the list of whatever is requested we open them. Therefore, as an example, if the user specify "--mca pml ob1" we will never try to load/open/init DR nor CM. 2007-07-13 14:54:01 +00:00
mca_base_list.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
mca_base_msgbuf_internal.h Change a bunch of 'OMPI' names to OPAL names, since this is opal. 2007-03-29 01:00:33 +00:00
mca_base_msgbuf.c - Eliminate warnings, that PGI-6.2.5 issues with -Minform=inform 2007-02-28 08:36:34 +00:00
mca_base_msgbuf.h Change a bunch of 'OMPI' names to OPAL names, since this is opal. 2007-03-29 01:00:33 +00:00
mca_base_open.c Merge the /tmp/jms-installdirs-trunk branch into the trunk. This 2007-04-21 00:15:05 +00:00
mca_base_param_internal.h Change a bunch of 'OMPI' names to OPAL names, since this is opal. 2007-03-29 01:00:33 +00:00
mca_base_param.c This commit cleans up the AMCA parameter implementation a bit. 2007-06-27 01:03:31 +00:00
mca_base_param.h This commit cleans up the AMCA parameter implementation a bit. 2007-06-27 01:03:31 +00:00
mca_base_parse_paramfile.c This commit fixes trac:1002. 2007-04-21 21:51:18 +00:00