1
1
openmpi/orte/mca/rtc/omp/rtc_omp.h

29 строки
445 B
C

/*
* Copyright (c) 2015 Intel, Inc. All rights reserved
* $COPYRIGHT$
*
* Additional copyrights may follow
*
* $HEADER$
*/
/**
* @file
*/
#ifndef ORTE_RTC_OMP_H
#define ORTE_RTC_OMP_H
#include "orte_config.h"
#include "orte/mca/rtc/rtc.h"
BEGIN_C_DECLS
ORTE_MODULE_DECLSPEC extern orte_rtc_base_component_t mca_rtc_omp_component;
extern orte_rtc_base_module_t orte_rtc_omp_module;
END_C_DECLS
#endif /* ORTE_RTC_OMP_H */