Skip to content

Commit

Permalink
Prepare to release draco-7_11_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory committed Jun 30, 2021
1 parent 560993e commit 02fbd66
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ string(CONCAT ddesc "An object-oriented component library supporting radiation t
project(
Draco
DESCRIPTION ${ddesc}
VERSION 7.10
VERSION 7.11
LANGUAGES CXX C)

# Export compile commands for compiler tools
Expand Down
35 changes: 33 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
2021-06-30 Kelly (KT) Thompson <[email protected]>

* Draco has been updated to version 7_10_0 and is tied to the release of Jayenne-8_9_0 and
Capsaicin-1_9_0.
- https://rtt.lanl.gov/redmine/versions/99
- https://rtt.lanl.gov/redmine/versions/100
- https://rtt.lanl.gov/redmine/projects/capsaicin

Draco-7_11_0, build date 2021 Jun 30, build type: RELEASE, DBC: 0, DRACO_DIAGNOSTICS: 0

CCS-2 Draco Team: Kelly G. Thompson, Kent G. Budge, Matt A. Cleveland, Ryan T. Wollaeger,
Ben R. Ryan, Alex R. Long, Kendra P. Long, James S. Warsa, Tim Kelley, Jae H. Chang,
Andrew T. Till, Ondrej Certik, David A. Dixon, and Howard Pritchard.

Prior Contributors: Gabriel M. Rockefeller, Allan B. Wollaber, Rob B. Lowrie, Paul W. Talbot,
Katherine J. Wang, Seth D. Cook, Peter Ahrens, Massimiliano Rosa, Todd J. Urbatsch,
Daniel Holladay, Jeff D. Densmore, Jeff Furnish, John McGhee, Kris C. Garrett, Mike Buksas,
Nick Myers, Paul Henning, Randy Roberts, Seth Johnson, Todd Adams, Tom Evans,
and Lori Pritchett-Sheats.

Copyright (C) 2016-2021 Triad National Security, LLC. (C19028, LA-CC-16-016),
Released under a 3-Clause BSD License.

* Summary of changes:

- 104 files changed, added or removed in 34 commits.
- Added system load diagnostic capability to @c4@ and @tstOMP@.
- Begin enforced use of @cmake-format@ and @cmake-lint@
- Add neighboring node indices to dual layouts in @Draco_Mesh@
- Add debug symbols for all builds (including @Release@ builds).
- Replace Travis CI with GitHub Actions.

2021-04-06 Kelly (KT) Thompson <[email protected]>

* Draco has been updated to version 7_10_0 and is tied to theb
* Draco has been updated to version 7_10_0 and is tied to the
release of Jayenne-8_8_0 and Capsaicin-1_8_0.
- https://rtt.lanl.gov/redmine/versions/96
- https://rtt.lanl.gov/redmine/versions/97
Expand Down Expand Up @@ -31,7 +63,6 @@
- Fix NDI DEDX wrapper bug
- Provide work arounds for cmake-3.19 on Cray PEs


2021-01-06 Kelly (KT) Thompson <[email protected]>

* Draco has been updated to version 7_9_0 and is tied to theb
Expand Down
22 changes: 11 additions & 11 deletions src/ds++/Release.cc
Original file line number Diff line number Diff line change
Expand Up @@ -99,25 +99,25 @@ const std::string author_list(bool const use_doxygen_formatting) {

mmdevs current_developers;
// not totally fair... KT got credit for LOC when svn repository was converted to git.
current_developers.insert(fomdev(173050, "Kelly G. Thompson"));
current_developers.insert(fomdev(23098, "Kent G. Budge"));
current_developers.insert(fomdev(7000, "Matt A. Cleveland"));
current_developers.insert(fomdev(4177, "Ryan T. Wollaeger"));
current_developers.insert(fomdev(3545, "Ben R. Ryan"));
current_developers.insert(fomdev(3047, "Alex R. Long"));
current_developers.insert(fomdev(1571, "Kendra P. Long"));
current_developers.insert(fomdev(174665, "Kelly G. Thompson"));
current_developers.insert(fomdev(23091, "Kent G. Budge"));
current_developers.insert(fomdev(6998, "Matt A. Cleveland"));
current_developers.insert(fomdev(4314, "Ryan T. Wollaeger"));
current_developers.insert(fomdev(3525, "Ben R. Ryan"));
current_developers.insert(fomdev(2927, "Alex R. Long"));
current_developers.insert(fomdev(1565, "Kendra P. Long"));
current_developers.insert(fomdev(1270, "James S. Warsa"));
current_developers.insert(fomdev(905, "Tim Kelley"));
current_developers.insert(fomdev(360, "Jae H. Chang"));
current_developers.insert(fomdev(904, "Tim Kelley"));
current_developers.insert(fomdev(353, "Jae H. Chang"));
current_developers.insert(fomdev(127, "Andrew T. Till"));
current_developers.insert(fomdev(91, "Ondrej Certik"));
current_developers.insert(fomdev(15, "David A. Dixon"));
current_developers.insert(fomdev(4, "Howard Pritchard"));

mmdevs prior_developers;

prior_developers.insert(fomdev(3631, "Gabriel M. Rockefeller"));
prior_developers.insert(fomdev(1753, "Allan B. Wollaber"));
prior_developers.insert(fomdev(3628, "Gabriel M. Rockefeller"));
prior_developers.insert(fomdev(1738, "Allan B. Wollaber"));
prior_developers.insert(fomdev(407, "Rob B. Lowrie"));
prior_developers.insert(fomdev(282, "Paul W. Talbot"));
prior_developers.insert(fomdev(184, "Katherine J. Wang"));
Expand Down

0 comments on commit 02fbd66

Please sign in to comment.