1
1
openmpi/ompi/win32/generated_include/rds_static-components.h
Jeff Squyres 4ab17f019b Rename src -> ompi
This commit was SVN r6269.
2005-07-02 13:43:57 +00:00

13 строки
284 B
C

/*
* $HEADER$
*/
extern const mca_base_component_t mca_rds_resfile_component;
extern const mca_base_component_t mca_rds_hostfile_component;
const mca_base_component_t *mca_rds_base_static_components[] = {
&mca_rds_resfile_component,
&mca_rds_hostfile_component,
NULL
};