Sha256: a6405ed49f90834572bf057b29b4a330303b8a5a46e34eab5d75a25cf1ea33fc
Contents?: true
Size: 1.6 KB
Versions: 5
Compression:
Stored size: 1.6 KB
Contents
h1. nera h2. What NERA is an application which manage databases for Monte Carlo simulations. We often have troubles in managing huge amount of data obtained by Monte Carlo simulations. Treatment of various simulation models, various parameter sets, and many independent runs are often necessary. Classifying the result data into folders, keeping a note of what we have done, creating figures by the data, etc., are too messy to do by hand. NERA is being developed aiming at resolving these situations. NERA helps you to manage databases and to concentrate on scienctific parts of your research. h2. Installing <pre syntax="ruby">sudo gem install nera</pre> h2. The basics To create a database "my_db", <pre> nera my_db </pre> The nera command starts an interactive cui-based program. If you want to add a simulation model to "my_db", <pre> nera_addsim my_db </pre> To edit host information, <pre> nera_addhost my_db </pre> h2. How to submit patches Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/ and for section "8b: Submit patch to Google Groups":http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups, use the Google Group above. The trunk repository is <code>svn://rubyforge.org/var/svn/nera/trunk</code> for anonymous access. h3. Build and test instructions <pre>cd nera ruby test/runner.rb rake install_gem</pre> h2. License This code is free to use under the terms of the GPL license. h2. Contact Comments are welcome. Send an email to "Yohsuke Murase":mailto:murase_at_serow.t.u-tokyo.ac.jp
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
nera-0.7.0 | website/index.txt |
nera-0.6.0 | website/index.txt |
nera-0.5.2 | website/index.txt |
nera-0.5.1 | website/index.txt |
nera-0.5.0 | website/index.txt |