Your model here, with the plugins and data.
val model =
NetLogo6Task(
workDirectory / "Fire.nlogo",
List("setup", "while [any? turtles] [go]")) set (
inputs += seed,
outputs += (seed, density),
netLogoInputs += (density, "density"),
netLogoOutputs += ("burned-trees", burned)
)
val i = Val[Int]
val rTask =
RTask("""
source("function.R")
function(i)""") set (
resources += workDirectory / "function.R",
rInputs += i
)
val pyTask =
CARETask(
workDirectory / "../python.bin",
"python matrix.py data.csv 2 out.csv"
)
4000 cores (after a little administrative process... we can help you)
Documentation | www.openmole.org |
Development version | next.openmole.org |
Source code | github.com/openmole |
Market place | github.com/openmole-market |
Demo instance | demo.openmole.org |
![]() |
romain.reuillon@iscpif.fr |
![]() |
mathieu.leclaire@iscpif.fr |
![]() |
j.passerat-palmbach@imperial.ac.uk |