From e464adcd51ec47ce6e63d95cbe000e2ebc1865c7 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Sun, 1 Oct 2006 23:25:22 +0000 Subject: [PATCH] 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. --- orte/mca/pls/xgrid/src/pls_xgrid_client.m | 1 + 1 file changed, 1 insertion(+) diff --git a/orte/mca/pls/xgrid/src/pls_xgrid_client.m b/orte/mca/pls/xgrid/src/pls_xgrid_client.m index 66718ff6c9..c61abd23b5 100644 --- a/orte/mca/pls/xgrid/src/pls_xgrid_client.m +++ b/orte/mca/pls/xgrid/src/pls_xgrid_client.m @@ -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],