Glad to hear that!I have never experimented with parallela and I am not a cluster expert maybe some other guy on the list could comment on that, Jo ?
I looked at the Parallela spec, do you have only 1GB of RAM for the 18 cores? It seems a bit low to run concurent netlogo executions, isn't it?
Romain Le 18/06/2015 02:51, Web ID a écrit :
Romain,It works! There are several errors and warnings, but the daemon successfully completes the task and writes the expected results to a CSV file.I'm also considering experimenting with using a cluster of 16 core Parallella boards (4 of them, running Ubuntu linux) for running parallella tasks. Is there any reason why that wouldn't work? What would be the best way to set up such a cluster?Thanks for your help. Regards, Bob. > Date: Sun, 14 Jun 2015 18:39:32 +0200 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [OpenMOLE-users] Using the desktop grid with Windows 7 > > Hi Bob, > > the daemon is now working properly on windows. There is still an > initialisation error when you execute scala code that should be fixed, > but it has no practical concequences. You should wait for the dev site > to be rebuilt before getting an updated version. Tell me if everything > works on your computers. > > Romain > > Le 14/06/2015 10:26, Bob a écrit : > > I think the following command will remove the trailing backslash, if > > there is one: > > if "%PWD:~-1%"=="\" set PWD=%PWD:~0,-1% > > > > Regards, > > > > Bob. > > > > On 14/06/2015 8:10 p.m., Romain Reuillon wrote: > >> I'am downloading an iso of windows 7 to test openmole on it. I'd > >> first like to get the launching script to work. To you have any idea > >> on how to make you fixes generic? Maybe by getting rid of the ending > >> \ when defining the PWD variable? > >> > >> Le 14/06/2015 09:53, Bob a écrit : > >>> Romain, > >>> > >>> That command fails with many errors. I can get it to run by: > >>> - Adding the missing double quote after logback.xml (it was missing > >>> in the version 5 package, but corrected in your version below) > >>> - Replacing all occurrences of "%PWD%/" with "%PWD%". > >>> - This is necessary because earlier in the batch file is the > >>> command: set PWD=%~dp0 which returns the value > >>> "C:\Users\Bob\OpenMole5\" (Note that it ends with "\") > >>> - The Java command then has several errors, for example > >>> "%PWD%/configuration/logback.xml" produces> >>> "C:\Users\Bob\OpenMole5\/configuration/logback.xml", which is invalid. > >>> - I have removed the extra "/" occurrances and changed the remaining> >>> "/" to be "\" as used by Windows.> >>> - That leaves one more error: -Dopenmole.location="%PWD%" still ends> >>> with "\", so I've hard-coded the required value of > >>> "C:\Users\Bob\OpenMole5" (without the closing "\"). > >>> > >>> The batch file then runs without error. It produces messages about > >>> uploading .jar files and "FINE: Successful submission: > >>> ac79f2b0-4a02-42d5-acd0-4f10273c58da". However, the daemon still > >>> does not run any jobs. > >>> > >>> When running the daemon, I am using the command: openmole-daemon -h > >>> test@Computer1:10000 -p test > >>> I include "Computer1" because that is the network name of the > >>> computer where OpenMole is running. Is that the correct syntax? > >>> > >>> Regards, > >>> > >>> Bob. > >>> > >> > >> > > > >
smime.p7s
Description: Signature cryptographique S/MIME
_______________________________________________ OpenMOLE-users mailing list [email protected] http://fedex.iscpif.fr/mailman/listinfo/openmole-users
