nera

DESCRIPTION:

This is an application which helps you to manage a database for the Monte Carlo simulations. For the dtailed usage, see nera.rubyforge.com

SYNOPSIS:

If you want to start the program, spcify the name of the database (say, ‘nera_db’) as the first argument.

nera 'neradb'

To add your own simulators,

nera_addsim 'neradb'

To edit your host informations,

nera_addhost 'neradb'

REQUIREMENTS:

Ruby 1.8.6 or later

INSTALL:

To install,

sudo gem install nera --include-dependencies

LICENSE:

NER_Analyzer : A database management application for Monte Carlo simulations Copyright © 2009 Yohsuke Murase and Shigenori Matsumoto

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see <www.gnu.org/licenses/>.