Hi Bob, could you post your netlogo.txt script?
Also, for the desktop grid I advise you to use the dev version of OpenMOLE, since I am not sure the one in the 4.1 was working properly:
http://jenkins.iscpif.fr/job/openmole%20documentation/lastSuccessfulBuild/artifact/openmole/bin/site/target/site/index.htmlThe -w parameter of the daemon is the number of concurrent processes that will run of the daemonized computer. -w 2 will grad 2 jobs at a time and run them concurently.
Romain Le 13/06/2015 13:19, Bob a écrit :
I'm trying to set up processing across a network of Windows 7 computers using the daemon. I have a NetLogo program that works OK on the local machine. However, all attempts to get it to work across the network have failed.That is, I have:- Two Windows 7 computers called Computer1 and Computer2 (both are quad core machines).- I can ping Computer1 from Computer2, and vice versa. - On Computer 1 I start OpenMole in the cmd console.- On Computer 1 I have a task specification called netlogo.txt that includes the environment definition:|valenv= DesktopGridEnvironment(10000, "test", "test")|- On Computer 1, within OpenMole, I use the command :load netlogo.txt- On Computer 2 I run: openmole-daemon.bat |-h test@Computer1:10000 -p test -w 4| - On Computer 2 the daemon displays an error saying that no tasks are found. It then retries every 60 seconds, but never runs any tasks. - Meanwhile, Computer1 runs all the NetLogo tasks as if I had specified|valenv= LocalEnvironment(4)|What are I doing wrong? I have tried many different variations, but always get the same results.Is there a specific port that I should be using? Do I need to open the port (if so, how)? Is the Windows firewall blocking communication?Why does Computer1 run all the tasks, even though I told it to use the grid? What does the -w parameter mean (eg. is it the number of cpu cores available on Computer2?)Thanks, Bob. _______________________________________________ OpenMOLE-users mailing list [email protected] http://fedex.iscpif.fr/mailman/listinfo/openmole-users
smime.p7s
Description: Signature cryptographique S/MIME
_______________________________________________ OpenMOLE-users mailing list [email protected] http://fedex.iscpif.fr/mailman/listinfo/openmole-users
