Skip to content
Snippets Groups Projects
Commit 7bb6ba24 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 1314:

Use -nowait option with startdistproc
parent 85ab1c28
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,9 @@ namespace LOFAR { ...@@ -54,8 +54,9 @@ namespace LOFAR {
int nparts = vds.getParts().size(); int nparts = vds.getParts().size();
string cdescName = vds.getDesc().getClusterDescName(); string cdescName = vds.getDesc().getClusterDescName();
// Start all clients. // Start all clients.
string command("startdistproc -mode 0 -nomasterhost -cdn " + string command("startdistproc -mode " + itsPort +
cdescName + "parmdbclient"); " -nowait -nomasterhost -cdn " +
cdescName + " parmdbclient");
// Accept a connection from the clients and check if they are // Accept a connection from the clients and check if they are
// initialized correctly. // initialized correctly.
itsConn.addConnections (nparts); itsConn.addConnections (nparts);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment