1
1

Don't be so restrictive - accept "slots" as well as "slot" in rank file

This commit was SVN r24954.
Этот коммит содержится в:
Ralph Castain 2011-07-27 00:45:30 +00:00
родитель b972fd84e1
Коммит c3bc33b3fb

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

@ -80,6 +80,8 @@ rank { orte_rmaps_rank_file_value.sval = yytext;
return ORTE_RANKFILE_RANK; }
slot { orte_rmaps_rank_file_value.sval = yytext;
return ORTE_RANKFILE_SLOT; }
slots { orte_rmaps_rank_file_value.sval = yytext;
return ORTE_RANKFILE_SLOT; }
username { orte_rmaps_rank_file_value.sval = yytext;
return ORTE_RANKFILE_USERNAME; }