start the cadofactor script, which also starts the server. It does not start any clients with this command line, so those would have to be started manually:
start the cadofactor script, which also starts the server. It does not start any clients with this command line, so those would have to be started manually:
...
@@ -23,12 +19,26 @@ You can start an arbitrary number of client scripts, on any machines that can co
...
@@ -23,12 +19,26 @@ You can start an arbitrary number of client scripts, on any machines that can co
If you want to let the server automatically start clients, you need to supply a list of hostnames on which to start clients, e.g.,
If you want to let the server automatically start clients, you need to supply a list of hostnames on which to start clients, e.g.,
to let it start two clients on localhost. The scriptpath parameter must be the path to the directory on the client machine which contains wuclient2.py (and workunit.py).
to let it start two clients on localhost. The scriptpath parameter must be the path to the directory on the client machine which contains wuclient2.py (and workunit.py).
For more complex set-ups, it is preferable to write a parameter file in the new format. Some examples are in "parameters", "parameters.oar", and "parameters.rsa512.oar".
Legacy parameter names with --old
=================================
With the --old command line option, the script will translate parameter
files written for the Perl script. It will still accept parameters in the
new format, both in the file and on the command line.
For example, the two command lines above may be written instead as:
For complex set-ups, it is preferable to write a parameter file in the new format. Some examples are in "parameters", "parameters.oar", and "parameters.rsa512.oar".
The .oar parameter files are meant for cadofactor scripts that run *inside* an OAR submission, as they read the list of slave hostnames from the OAR node file.
The .oar parameter files are meant for cadofactor scripts that run *inside* an OAR submission, as they read the list of slave hostnames from the OAR node file.