Hi, I make sure they have different data directories, but I do not know how to change the device name which the project sees. It seems to me like something that would be discouraged/prevented. If I attach the boincs, running on the same host, to different projects, then it would not complain right?
Cheers, Rod. On 06/11/2010 11:45 PM, Nicolás Alvarez wrote: > 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. > > _______________________________________________ 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.
