Fix mis-declared variable type
This commit was SVN r14994.
Этот коммит содержится в:
родитель
d9fa58dc33
Коммит
1d11cc4b2d
@ -38,7 +38,8 @@
|
|||||||
*/
|
*/
|
||||||
int orte_wakeup(orte_jobid_t job) {
|
int orte_wakeup(orte_jobid_t job) {
|
||||||
int rc;
|
int rc;
|
||||||
orte_vpid_t root, range;
|
orte_jobid_t root;
|
||||||
|
orte_vpid_t range;
|
||||||
char *segment;
|
char *segment;
|
||||||
orte_std_cntr_t num;
|
orte_std_cntr_t num;
|
||||||
char *tokens[] = {
|
char *tokens[] = {
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user