forked from openmc-dev/openmc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Incremented version number to 0.6.2 and added release notes
- Loading branch information
1 parent
4025e92
commit b7aed36
Showing
4 changed files
with
61 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
.. _notes_0.6.2: | ||
|
||
============================== | ||
Release Notes for OpenMC 0.6.2 | ||
============================== | ||
|
||
------------------- | ||
System Requirements | ||
------------------- | ||
|
||
There are no special requirements for running the OpenMC code. As of this | ||
release, OpenMC has been tested on a variety of Linux distributions, Mac OS X, | ||
and Microsoft Windows 7. Memory requirements will vary depending on the size of | ||
the problem at hand (mostly on the number of nuclides in the problem). | ||
|
||
------------ | ||
New Features | ||
------------ | ||
|
||
- Meshline plotting capability | ||
- Support for plotting cells/materials on middle universe levels | ||
- Ability to model cells with no surfaces | ||
- Compatibility with PETSc 3.5 | ||
- Compatability with OpenMPI 1.7/1.8 | ||
- Improved overall performance via logarithmic-mapped energy grid search | ||
- Improved multi-threaded performance with atomic operations | ||
- Support for fixed source problems with fissionable materials | ||
|
||
--------- | ||
Bug Fixes | ||
--------- | ||
|
||
- 26fb93_: Fix problem with -t, --track command-line flag | ||
- 2f07c0_: Improved evaporation spectrum algorithm | ||
- e6abb9_: Fix segfault when tallying in a void material | ||
- 291b45_: Handle metastable nuclides in NNDC data and multiplicities in MT=5 data | ||
|
||
.. _26fb93: https://github.com/mit-crpg/openmc/commit/26fb93 | ||
.. _2f07c0: https://github.com/mit-crpg/openmc/commit/2f07c0 | ||
.. _e6abb9: https://github.com/mit-crpg/openmc/commit/e6abb9 | ||
.. _291b45: https://github.com/mit-crpg/openmc/commit/291b45 | ||
|
||
------------ | ||
Contributors | ||
------------ | ||
|
||
This release contains new contributions from the following people: | ||
|
||
- `Will Boyd <[email protected]>`_ | ||
- `Matt Ellis <[email protected]>`_ | ||
- `Sterling Harper <[email protected]>`_ | ||
- `Bryan Herman <[email protected]>`_ | ||
- `Nicholas Horelik <[email protected]>`_ | ||
- `Anton Leontiev <[email protected]>`_ | ||
- `Adam Nelson <[email protected]>`_ | ||
- `Paul Romano <[email protected]>`_ | ||
- `Jon Walsh <[email protected]>`_ | ||
- `John Xia <[email protected]>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters