cyclus / cycamore

The CYClus Additional Module REpository
Other
15 stars 38 forks source link

################################################### Cycamore : The CYClus Additional MOdules REpository ###################################################

Additional modules for the Cyclus nuclear fuel cycle simulator from the University of Wisconsin - Madison are intended to support innovative fuel cycle simulations with the Cyclus fuel cycle simulator.

This README is intended primarily for those who intend to contribute to the development of Cycamore archetypes. If you are interested in Cyclus as a user or in developing your own Cyclus archetyes, you may want to consult Getting Started with Cyclus <http://fuelcycle.org/user/install.html>_.

This README provides basic information about:

Although Cycamore is meant to enable a basic fuel cycle simulation, you may want more functionality than it offers. Third party modules can also be installed (or developed) with additional facilities. Please visit the Cyclus website for a list of contributed modules <http://fuelcycle.org/user/index.html#third-party-archetypes>_.

.. contents:: Table of Contents


Dependencies


Cycamore's only dependency is the Cyclus Core.

==================== ================== Package Minimum Version ==================== ================== Cyclus 1.5 ==================== ==================

There are a number of ways to install the Cyclus core:


Quick Cycamore Installation


Assuming you have the dependencies installed correctly, installing Cyclus using github is fairly straightforward:

For more detailed installation procedure, and/or custom installation please refer to the INSTALLATION guide <INSTALL.rst>_.


Running Tests


Installing Cycamore will also install a test driver (i.e., an executable of all of our tests). You can run the tests yourself via:

.. code-block:: bash

$ cycamore_unit_tests

Contributing


We happily welcome new developers into the Cyclus Developer Team. If you are willing to contribute into Cyclus, please follow this procedure:

. Fork Cycamore repository,

. Create a working branch on you fork from the main branch,

. Implement your modification of the Cycamore source code,

. Submit a Pull request into cycamore/main branch,

. Wait for reviews/merge (the Puller cannot be the Merger).

You may also want to read our Contribution Guidelines <CONTRIBUTING.rst>_.

.. CMake: https://cmake.org .. Cyclus Homepage: http://fuelcycle.org/ .. Cyclus User Guide: http://fuelcycle.org/user/index.html .. Cyclus repo: https://github.com/cyclus/cyclus .. Cycamore Repo: https://github.com/cyclus/cycamore .. INSTALL: INSTALL.rst .. _CONTRIBUTING: CONTRIBUTING.rst