Sha256: 80644a076b118fd079af713b295c95b3950b90319446f3c37c0a3e4b2bf1a97c
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 KB
Contents
CodeRunner ========== CodeRunner is a framework for the automated running and analysis of simulations. It automatically generates any necessary input files, organises the output data and analyses it. Because it is a modular system, it can easily be customised to work with any system and any simulation code. Installation ============ CodeRunner requires several system dependencies which are explained in the `dependencies/README.md` file. From RubyGems: ```bash $ gem install coderunner ``` From source: ```bash $ rake build $ gem install -l pkg/coderunner-x.x.x.gem ``` Coding Style Guide ================== These bullet points are taken from here: https://github.com/bbatsov/ruby-style-guide * Indentation is strictly two spaces, i.e. not tabs. * Where possible do not exceed 80 columns. This makes the code much more readable. * Avoid unnecessary comments or inline comments, try to write code which is self documenting or have a short comment preceding your code. * Do not use the ';' character to write several statements on one line. * If in doubt refer to the style guide. Copyright ========= Copyright (c) 2016 Edmund Highcock. See LICENSE.txt for further details.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
coderunner-0.18.5 | README.md |
coderunner-0.18.4 | README.md |
coderunner-0.18.3 | README.md |
coderunner-0.18.2 | README.md |
coderunner-0.18.1 | README.md |
coderunner-0.18.0 | README.md |