Need to tell the daemon how many procs it will start (always 1, because of
the way we do the fake mapping thing... This commit was SVN r11924.
Этот коммит содержится в:
родитель
95ba51fbd4
Коммит
e464adcd51
@ -366,6 +366,7 @@ char **environ;
|
||||
[NSArray arrayWithObjects: @"--no-daemonize",
|
||||
@"--bootproxy", [NSString stringWithFormat: @"%d", jobid],
|
||||
@"--name", [NSString stringWithCString: name_string],
|
||||
@"--num_procs", [NSString stringWithFormat: @"%d", 1],
|
||||
@"--nodename", [NSString stringWithCString: node->node_name],
|
||||
@"--nsreplica", [NSString stringWithCString: nsuri],
|
||||
@"--gprreplica", [NSString stringWithCString: gpruri],
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user