Re: [OpenMOLE-users] GAMA plugin

2016-09-15 Thread Melissa Saeland
Aha! Success! "At the root of gama-plugin folder , you can run the command *my/path/to/openmoleproject/openmole/openmole/bin/openmole/target/assemble/openmole -p bundles --remotes "* I don't have an assemble folder. 'target' contains three folders: 'resolution-cache', 'scala-2.11' and 'streams'

Re: [OpenMOLE-users] GAMA plugin

2016-09-15 Thread reyman
Yes, you also need to run *sbt assemble* on* /openmole/* folder to create the openmole binary in assemble folder (yes it's complicated...) If you use the latest version of openmole build, Romain also say me that you need to install *git-lfs* if you use grid computation curl -s https://packageclo

[OpenMOLE-users] Size of file on node ?

2016-09-15 Thread reyman
Hi all, For our model we need a big matrix of 1.5 Go which contain shortest path for a big road graph. If we compress, the size fall at 20Mo... So my question is, is there a way to indicate in OpenMole how to compress/decompress file on a node before exec ? Or we have no choice, and we need to s

Re: [OpenMOLE-users] Size of file on node ?

2016-09-15 Thread Jonathan Passerat-Palmbach
Hi Seb, Is there any reason why you wouldn't add the compressed file directly in input of your task and uncompress as part of the workflow? Cheers J. On 15 September 2016 13:06:51 BST, reyman wrote: >Hi all, > >For our model we need a big matrix of 1.5 Go which contain shortest >path >for a bi

Re: [OpenMOLE-users] Size of file on node ?

2016-09-15 Thread Romain Reuillon
OpenMOLE compresses file on the fly while transfering them, Romain Le 15/09/2016 à 14:06, reyman a écrit : > Hi all, > > For our model we need a big matrix of 1.5 Go which contain shortest > path for a big road graph. > > If we compress, the size fall at 20Mo... > > So my question is, is there a

Re: [OpenMOLE-users] Size of file on node ?

2016-09-15 Thread reyman
Ok great, thanks :) 2016-09-15 14:14 GMT+02:00 Romain Reuillon : > OpenMOLE compresses file on the fly while transfering them, > > Romain > > > Le 15/09/2016 à 14:06, reyman a écrit : > > Hi all, > > For our model we need a big matrix of 1.5 Go which contain shortest path > for a big road graph.

Re: [OpenMOLE-users] Size of file on node ?

2016-09-15 Thread Jonathan Passerat-Palmbach
Oh OK I thought you were asking on top of what OM is doing. You might get a better compression ratio with another algorithm (we're using gzip, lzf might be better). Cheers J. On 15 September 2016 13:28:33 BST, reyman wrote: >Ok great, thanks :) > >2016-09-15 14:14 GMT+02:00 Romain Reuillon : >

Re: [OpenMOLE-users] GAMA plugin

2016-09-15 Thread Melissa Saeland
Right. It didn't work at first, so I started from scratch again, and the whole process went without a hitch. The plugin in then seemed to load up okay (although the console did show one warning - that the --remotes option was being ignored.) I tried to run the predatorPrey example, using the code

Re: [OpenMOLE-users] GAMA plugin

2016-09-15 Thread Romain Reuillon
The pb is here, it should be: exploration -< (gama hook ToStringHook()) --- (FYI There was a bug related to output files in openmole, it has just been fix. If you model produces files, you will have to update openmole) Le 15/09/2016 à 17:25, Melissa Saeland a écrit : > val ex = exploration -