1
1

Dont duplicate headers nor global variables.

This commit was SVN r27864.
Этот коммит содержится в:
George Bosilca 2013-01-18 11:51:56 +00:00
родитель c96cc2d5a0
Коммит e69dc00460
3 изменённых файлов: 1 добавлений и 4 удалений

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

@ -60,7 +60,6 @@ bool orte_info_pretty = true;
opal_cmd_line_t *orte_info_cmd_line = NULL;
const char *orte_info_type_all = "all";
const char *orte_info_type_orte = "orte";
const char *orte_info_type_opal = "opal";
const char *orte_info_type_base = "base";

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

@ -36,8 +36,6 @@ extern bool orte_info_pretty;
extern opal_cmd_line_t *orte_info_cmd_line;
extern const char *orte_info_type_all;
extern const char *orte_info_type_orte;
extern const char *orte_info_type_orte;
extern const char *orte_info_type_opal;
extern const char *orte_info_type_base;

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

@ -25,10 +25,10 @@
#include "opal/version.h"
#include "orte/version.h"
#include "orte/version.h"
#include "opal/mca/base/base.h"
#include "opal/util/printf.h"
#include "orte/runtime/orte_info_support.h"
#include "orte/tools/orte-info/orte-info.h"
/*