Re: [OpenMOLE-users] netlogo6 task problem with default extensions - like csv-

2017-05-15 Thread reyman
): NetLogo6Task = if (embedWorkspace) { println(script.getCanonicalFile.getParentFile.listFiles().mkString("- \n"))workspace(script.getCanonicalFile.getParentFile, script.getName, launchingCommands, seed) } else file(script, launchingCommands, seed)* 2017-05-15 16:01 GMT+02:00 rey

Re: [OpenMOLE-users] netlogo6 task problem with default extensions - like csv-

2017-05-15 Thread reyman
/nlogo/headless/HeadlessWorkspace.html 2017-05-15 15:35 GMT+02:00 reyman <reyma...@gmail.com>: > The headless API page on github didn't change ( > https://github.com/NetLogo/NetLogo/wiki/Controlling-API ), i ask directly > to dev if something change in headless way to load extensions.

Re: [OpenMOLE-users] netlogo6 task problem with default extensions - like csv-

2017-05-15 Thread reyman
The headless API page on github didn't change ( https://github.com/NetLogo/NetLogo/wiki/Controlling-API ), i ask directly to dev if something change in headless way to load extensions. 2017-05-15 15:26 GMT+02:00 reyman <reyma...@gmail.com>: > Hi, > > First, there is a change in

[OpenMOLE-users] netlogo6 task problem with default extensions - like csv-

2017-05-15 Thread reyman
Hi, I'm trying to use a *Netlogo6Task* to run a model with *csv* official extensions enabled and rungeKuta custom extension i made : *extensions [csv rungeKuta]* This csv extension exist* by default in 6.1 Netlogo folder Netlogo6.0.1/app/extensions. * *Run failed with netlogo error which cannot

Re: [OpenMOLE-users] SSH error with slurm env

2017-05-02 Thread reyman
> should be fine. > > > Le 02/05/2017 à 10:46, reyman a écrit : > > Ok, after some investigation, gama model folder with shape equal 300 Mo, > gamaTask on tmp folder equal ~ 600 Mo and config ~ 343 Mo : > > 512KfileFromArchivef430d46b-04ef-49c0-9afa-844b19f

Re: [OpenMOLE-users] SSH error with slurm env

2017-05-02 Thread reyman
944Mecc0be1c-b34b-4d16-8989-fe54e989a5b0 944Mf00201e2-a7a5-46b7-8358-e95a9028fa08 944Mfbccd018-486c-4e86-8074-94eb57a8bf00 58G total Any idea to reduce that with slurm ? 2017-05-02 10:33 GMT+02:00 reyman <reyma...@gmail.com>: > Ouch, we have a disk quota exceeded. Se

Re: [OpenMOLE-users] SSH error with slurm env

2017-05-02 Thread reyman
uil...@iscpif.fr>: > Just for test, can you mkdir this directory on the headnode of the cluster > to check if there is an error ? > > > Le 02/05/2017 à 09:53, reyman a écrit : > > Hi OpenMOLE team, > > Using dev version and SLURM environment on CRIANN cluster we have

Re: [OpenMOLE-users] Impossible to load a model File with dev version

2017-04-18 Thread reyman
Yes, we try workDirectory / "*voronoi/voronoi.gaml"* , but it works now with this correct path : workDirectory / "*voronoi.gaml"* This second (working) path is not very user friendly IMHO, because *voronoi.gaml* is into *voronoi* folder 2017-04-18 16:29 GMT+02:00 Romain Reuillon

Re: [OpenMOLE-users] Compilation error with npm

2016-12-29 Thread reyman
s you just need to > install these. > Cheers > Juste > > 2016-12-29 18:41 UTC+08:00, reyman <reyma...@gmail.com>: > > Hi guys, > > Sbt assemble produce this error on the latest commit : > > > > [error] (org-openmole-gui-client-core/compile:npmUpdate) >

[OpenMOLE-users] Dirac is dead ?

2016-12-18 Thread reyman
Hi guys, Is there some problem with DIRAC /EU GRID actually for you ? java.io.IOException: Server responded with an error: 404 Not Found at fr.iscpif.gridscale.http.HTTPStorage$$anonfun$testResponse$1.apply$mcV$sp(HTTPStorage.scala:139) at

Re: [OpenMOLE-users] Question about sampling

2016-11-23 Thread reyman
to 1.0 by 0.20)) zip >> (seeds in (UniformDistribution[Long]().sliding(4, 4))) >> ) >> >> >> val model = >> EmptyTask() set ( >> inputs += (tremble, seeds) >> ) >> >> exploration -< model >> >> >> In the

[OpenMOLE-users] Question about sampling

2016-11-22 Thread reyman
Hi, I'm trying to get a vector of independant seed corresponding to one replication. Model need four independent seed to works : val s = Val[Long] val sDot = Val[Long] val sT = Val[Long] val sDt = Val[Long] val tremble = Val[Double] I want sampling like that *(tremble in (0.0 to 1.0 by 0.20))

Re: [OpenMOLE-users] SystemExecTask script running ?

2016-11-14 Thread reyman
quot;emergence2/", *//DONT WORKS* >>resources += workDirectory / "emergence2/script.sh", *//WORKS* >>stdOut := output, >>stdErr := error >> ) >> >> templateTask -- scriptTask hook ToStringHook() >> >> *The error : * >> &

Re: [OpenMOLE-users] Memory on grid node ?

2016-11-14 Thread reyman
s possible to reduce the memory footprint to 2G ? 2016-11-13 21:06 GMT+01:00 reyman <reyma...@gmail.com>: > Thanks for this information, this is very important for Gama users to know > this limitation for large simulation ;) > > Why not "memoryByCore" or "memoryB

Re: [OpenMOLE-users] GAMA plugin

2016-09-14 Thread reyman
found > unresolved dependency: org.openmole#org-openmole- > plugin-task-external_2.11;7.0-SNAPSHOT: not found > > On Wed, Sep 14, 2016 at 2:25 PM, reyman <reyma...@gmail.com> wrote: > >> Hmmm, actually it's very difficult to compile a working plugin, i prefer >>

Re: [OpenMOLE-users] GAMA plugin

2016-09-14 Thread reyman
> Hi all, > > @Seb: can you make a jar available somewhere to download maybe? > > > Cheers > > J. > > On 14/09/16 11:03, Melissa Saeland wrote: > > Hi, > > I tried that too, but get the same error. Am running it on a mac, if that > makes any difference?

Re: [OpenMOLE-users] GAMA plugin

2016-09-13 Thread reyman
Hi, Sorry for the delay in answer, *Gama-plugin *works now using the branch *osgi-manager* here : https://github.com/openmole/gama-plugin/tree/osgimanager To compile, you need to clone this project, then run *sbt *in the project folder with task *generateTask* After that you have a bundle/