1
1

Very minor cleanup to slurm support

This commit was SVN r18987.
Этот коммит содержится в:
Ralph Castain 2008-07-23 02:35:03 +00:00
родитель 1f665425e7
Коммит 76f2659527

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

@ -26,15 +26,11 @@
#include "orte/mca/ras/ras.h"
#include "orte/mca/ras/base/base.h"
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {
#endif
BEGIN_C_DECLS
ORTE_DECLSPEC extern orte_ras_base_component_t mca_ras_slurm_component;
ORTE_DECLSPEC extern orte_ras_base_module_t orte_ras_slurm_module;
ORTE_DECLSPEC extern orte_ras_base_component_t mca_ras_slurm_component;
ORTE_DECLSPEC extern orte_ras_base_module_t orte_ras_slurm_module;
#if defined(c_plusplus) || defined(__cplusplus)
}
#endif
END_C_DECLS
#endif