On 6/11/10, Rod Walker <[email protected]> wrote: > Hi, > I start boinc with > --fetch_minimal_work --exit_when_idle --no_gui_rpc --no_priority_change > --allow_multiple_clients > > and all the Config log lines are > > [---] Config: run apps at regular priority > [---] Config: report completed tasks immediately > [---] Config: fetch minimal work > > No task is downloaded due to > > [World Community Grid] Message from project server: Another > scheduler instance is running for this host > > > This is must probably true as I submit to a cluster of 8/16 core hosts. > It seems the > --allow_multiple_clients switch is ignored or ineffective. > > I built this boinc from the svn head, taken a few day ago. > > Cheers, > Rod.
All --allow_multiple_clients does is: - stop the client from actively checking if another instance is running - on Windows, stop the client from looking for the data directory in the registry It's still up to you to make sure each client instance has its own independent data directory, and that they get assigned different host IDs by the project server. -- Nicolas _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
