1
1

More fixes to make it compile and play nice on OS X. Still more fixes

are required; sending mail to devel shortly...

This commit was SVN r17864.
Этот коммит содержится в:
Jeff Squyres 2008-03-18 14:38:52 +00:00
родитель 32a82349df
Коммит bd92720d41
2 изменённых файлов: 0 добавлений и 2 удалений

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

@ -51,7 +51,6 @@ int rank_file_wrap(void)
*/
int rank_file_line=1;
rank_file_value_t rank_file_value;
bool rank_file_done = false;
%}

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

@ -52,7 +52,6 @@ static int orte_rmaps_rank_file_parse(const char *, int);
static char *rankfile_parse_string_or_int(void);
char *rank_file_path = NULL;
static const char *cur_rankfile_name = NULL;
bool rank_file_done;
static opal_mutex_t rankfile_mutex;
/*