Sha256: 9a0449b2eb01b526c090046025e4c1972a8377c6f55f10528aafdb727a4b8f15
Contents?: true
Size: 413 Bytes
Versions: 11
Compression:
Stored size: 413 Bytes
Contents
hosts do #A host with name "hostname" use "hostname" #Another host, with 3 cores to be used for simulation use "another-hostname", cores: 3 end #currently only a python environment is implemented simulation PythonEnvironment, "/path/to/simulation.py", #use a virtualenv, not the global python virtualenv: "/path/to/virtualenv", #do not use the default system python but pypy interpreter: "pypy"
Version data entries
11 entries across 11 versions & 1 rubygems