1
1

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.
Этот коммит содержится в:
Brian Barrett 2006-10-01 23:25:22 +00:00
родитель 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],