Stuff you can run, taking inputs and producing outputs
care -o hello.tgz.bin python hello.py 42 test.txt
val arg = Val[Int]
val output = Val[File]
val pythonTask =
CARETask(
workDirectory / "hello.tgz.bin",
"python hello.py ${arg} output.txt") set (
inputs += arg,
outputFiles += ("output.txt", output),
outputs += arg
)
val exploration = ExplorationTask(arg in (0 to 10))
val copy = CopyFileHook(output, workDirectory / "hello${arg}.txt")
exploration -< (pythonTask hook copy)
Documentation | www.openmole.org |
Development version | next.openmole.org |
Source code | github.com/openmole |
Market place | github.com/openmole-market |
![]() |
romain.reuillon@iscpif.fr |
![]() |
mathieu.leclaire@iscpif.fr |
![]() |
j.passerat-palmbach@imperial.ac.uk |