Skip to content

Commit

Permalink
Prepare for the release of Draco-7_0_0.
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory committed Dec 18, 2018
1 parent b1412db commit b841d1a
Show file tree
Hide file tree
Showing 5 changed files with 207 additions and 34 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

cmake_minimum_required(VERSION 3.11.0 FATAL_ERROR)
project( Draco
VERSION 6.25
VERSION 7.0
DESCRIPTION "An object-oriented component library supporting radiation transport applications."
LANGUAGES CXX C )

Expand Down
184 changes: 183 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,185 @@
2018-12-18 Kelly (KT) Thompson <[email protected]>

* "Release draco-7_0_0":https://rtt.lanl.gov/redmine/versions/63.
This is a minor Draco release.

* This release was required by Jayenne and Capsaicin. It is
linked to:
- "Jayenne-8_0_0":https://rtt.lanl.gov/redmine/versions/61
- "Capsaicin-4_15_0":https://rtt.lanl.gov/redmine/projects/capsaicin

* Platforms:
SN/GR/FI/IC/CY Intel 18.0.2 OpenMPI-2.1.2
Intel 17.0.4 OpenMPI-2.1.2
GCC 6.4.0 OpenMPI-2.1.2
TT/TR Intel 18.0.2 Cray_MPICH2-7.7.3
Intel 17.0.4 Cray_MPICH2-7.7.3

* Summary of changes:
- 378 files changed, added or removed in 58 commits.
- Extend draco_mesh and X3D parser capability
- Cleaned up the autodoc build target.
- Enable Compton and xthi/ythi tests under Visual Studio

* Corrected Defects:
- Github #508 A couple of tweaks to fix build/run on Darwin ARM nodes.
- Github #515 Fix DbC bug in Draco_Mesh and update X3D parser.
- Github #516 Fix a few typos in the release scripts.
- Github #518 A few more tweaks to the release scripts for draco-6_25_0
- Github #519 Fixes to target autodoc
- Github #520 Minor cleanup for environments and regressions
- Github #533 Fix a cmake logic error related to XCode.
- Github #539 Fix a bug related to setting version numbers.
- Github #541 Update regression environment to fix script-update.
- Github #544 Compton bugfix
- Github #547 Misc updates to prepare for next release
- Github #552 Added missing header.
- Bug #1250 Add git-commit-precomit-hook for f90
- Bug #1291 Review doxygen build errors
- Bug #1292 Track CMake + nvcc issue related to pthreads
- Bug #1304 doxygen not generating expected collaboration diagrams
- Bug #1308 Published autodoc has wrong stylesheet
- Bug #1330 Published autodoc: selecting Draco class from other project links to wrong page
- Bug #1335 'update_regression_scripts.sh' broken
- Bug #1339 CSK update to 0.4.0 broke ccs-net regression
- Bug #1353 Provide csk/0.4.1 on ccs-net machines
- Bug #1354 Possible cyclic dependencies in Scalar/Parallel Unit Test implementation

* New Features:

- Github #509 Teach the PR regression system to also build autodoc.
- Github #510 Core autodoc
- Github #511 Merge Draco-6_25_0 release back to develop
- Github #513 Make minor modifications following further usage of Draco_Mesh.
- Github #514 Add delete with size to complement unsized delete.
- Github #517 Update regression system to support new Capsaicin projects.
- Github #521 Cleanup Units/PhysicalConstants and add some comments.
- Github #522 General code cleanup
- Github #523 Add single-call test functions to Draco.
- Github #527 Fix warnings and errors generated when running doxygen.
- Github #528 Travis autodoc
- Github #530 Compton with average energy deposition
- Github #531 Provide new git commit hooks that test f90 code style.
- Github #534 Add F90 style and line-length checks to check_style.sh
- Github #536 More cleanup
- Github #540 Enhance autodoc features.
- Github #542 Add compton to VS2017 regressions.
- Github #543 Updates to the LANL HPC release scripts.
- Github #545 Corrected the release script for cts machines.
- Github #546 Remove csk-0.4.0 version specification from regression scripts so 0.4.1 can be loaded
- Github #548 Enable xthi and ythi builds/tests for Visual Studio.
- Github #549 Add boilerplate base for Class_Parse_Table
- Github #550 Order nodes counterclockwise for each face in `Draco_Mesh::Layout`.
- Feature #1284 Extend checkpr.sh to build/install generated autodoc.
- Support #1350 ccs-net: add numpy to [email protected] installation
- Task #1301 Move the environment bash functions to common.sh
- Task #1303 Update spack for [email protected] + shared_ptr patch

* Known Defects:

- Bug #1306 Possible to have gitlab CI use cl.exe?
- Bug #1289 Move docker containers to gitlab?
- Bug #1282 Add support for newer superlu-dist
- Bug #1269 Demo CDash running in a docker container
- Bug #1268 memory: needs more tests
- Bug #1266 cdi_analytic: Code coverage improvements
- Bug #1265 Quadrature: Needs more unit tests
- Bug #1246 Cannot delete branches from forked EAP repo
- Bug #1242 Support machines where mpiexec is at /usr/bin
- Bug #1227 VS2017: tstSuperlu-dist not running?
- Bug #1207 Appveyor: enable more tests
- Bug #1152 Visualization: consider VTK or Silo
- Bug #1151 Occasional mpirun errors on snow
- Bug #1149 setupMPI.cmake: use 'cmake_host_system_information'
- Bug #1148 perfbench time variation on snow
- Bug #1133 Move code from c4 that doesn't wrap MPI
- Bug #1090 Regressions on trinitite occasionally fail with "address in use" errors
- Bug #1083 Darwin: demo power9+volta nodes
- Bug #1062 Prepare Darwin as sierra-proxy machine
- Bug #1049 Visit install not working on ccs-net machines
- Bug #1025 Add common build options to "Enabled features" list in build summary
- Bug #59 cdi_eospac design flaw

* Statistics

Contributers (updated Release.cc and README.md with this ordering).

CCS-2 Draco Team: Kelly G. Thompson, Kent G. Budge, Ryan T. Wollaeger, James S. Warsa,
Alex R. Long, Kendra P. Keady, Jae H. Chang, Matt A. Cleveland, Andrew T. Till,
Tim Kelley and Kris C. Garrett.
Prior Contributers: Jeff D. Densmore, Gabriel M. Rockefeller,
Allan B. Wollaber, Rob B. Lowrie, Lori A. Pritchett-Sheats,
Paul W. Talbot, and Katherine J. Wang.

Lines of Code
-------------

Code Coverage
-------------

Directory Function Coverage C/D Coverage
-------------------------------- --------------------- ---------------------
../source/src/units/ 82 / 82 = 100% 58 / 58 = 100%
../source/src/quadrature/fctest/ 1 / 1 = 100% 0 / 0
../source/src/lapack_wrap/ 12 / 12 = 100% 0 / 0
../source/src/rng/ 57 / 57 = 100% 23 / 24 = 95%
../source/src/mesh/ 56 / 56 = 100% 77 / 82 = 93%
../source/src/fit/ 1 / 1 = 100% 15 / 16 = 93%
../source/src/ode/ 5 / 5 = 100% 29 / 32 = 90%
../source/src/special_functions/ 31 / 31 = 100% 193 / 216 = 89%
../source/src/ds++/ 336 / 336 = 100% 493 / 553 = 89%
../source/src/min/ 9 / 9 = 100% 137 / 154 = 88%
../source/src/cdi_ipcress/ 106 / 106 = 100% 210 / 238 = 88%
../source/src/RTT_Format_Reader/ 323 / 323 = 100% 377 / 434 = 86%
../source/src/linear/ 16 / 16 = 100% 335 / 392 = 85%
../source/src/c4/bin/ 4 / 4 = 100% 17 / 20 = 85%
../source/src/cdi/ 46 / 46 = 100% 73 / 86 = 84%
../source/src/roots/ 8 / 8 = 100% 258 / 310 = 83%
../source/src/mesh_element/ 23 / 23 = 100% 154 / 197 = 78%
../source/src/viz/ 32 / 32 = 100% 138 / 178 = 77%
../source/src/meshReaders/ 15 / 15 = 100% 122 / 162 = 75%
../source/src/compton/ 16 / 16 = 100% 4 / 6 = 66%
../source/src/norms/ 27 / 27 = 100% 23 / 36 = 63%
../source/src/timestep/ 62 / 62 = 100% 104 / 178 = 58%
../source/src/cdi_eospac/ 52 / 52 = 100% 65 / 127 = 51%
../source/src/FortranChecks/ 1 / 1 = 100% 7 / 14 = 50%
../source/src/c4/ 181 / 182 = 99% 440 / 504 = 87%
../source/src/quadrature/ 224 / 226 = 99% 603 / 732 = 82%
../source/src/parser/ 321 / 330 = 97% 1260 / 1611 = 78%
../source/src/cdi_analytic/ 146 / 165 = 88% 172 / 224 = 76%
../source/src/diagnostics/ 16 / 21 = 76% 37 / 55 = 67%
../source/src/memory/ 4 / 6 = 66% 0 / 2 = 0%
../source/src/diagnostics/qt/ 0 / 5 = 0% 0 / 0
-------------------------------- --------------------- ---------------------
Total 2208 / 2246 = 98% 5407 / 6621 = 81%


Lines of Code
-------------

--------------------------------------------------------------------------------
Language files blank comment code
--------------------------------------------------------------------------------
C++ 439 12946 22616 53829
C/C++ Header 350 7261 21131 17430
Lisp 19 2038 2973 13118
CMake 126 2214 5852 9137
Bourne Shell 34 703 1501 3417
Bourne Again Shell 12 302 587 1601
Python 16 447 768 1474
CSS 1 261 75 1260
Fortran 90 8 114 217 381
C 4 59 129 288
C Shell 2 32 36 163
DOS Batch 4 59 92 109
HTML 2 3 47 68
YAML 3 22 140 66
CUDA 3 19 59 40
make 2 22 13 39
--------------------------------------------------------------------------------
SUM: 1025 26502 56236 102420
--------------------------------------------------------------------------------

2018-10-23 Kelly (KT) Thompson <[email protected]>

* "Release draco-6_25_0":https://rtt.lanl.gov/redmine/versions/62.
Expand Down Expand Up @@ -257,7 +439,7 @@ make 2 22 13 39
SUM: 1019 26399 56192 100882
--------------------------------------------------------------------------------

Code Doverage
Code Coverage
-------------

Directory Function Coverage C/D Coverage
Expand Down
10 changes: 9 additions & 1 deletion regression/pull_repositories_xf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@

# dry_run=1

# switch to group 'draco' and set umask
if [[ $(id -gn) != 'draco' ]]; then
exec sg draco "$0 $*"
fi
# repos should be read only for group members and no access for 'other'
umask 0027

# load some common bash functions
export scriptdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [[ -f $scriptdir/scripts/common.sh ]]; then
Expand Down Expand Up @@ -155,7 +162,8 @@ done
# Update permisssions as needed
run "cd ${gitroot}/.."
run "chgrp -R draco git"
run "chmod -R g+rwX,o-rwX git"
run "chmod -R g+rX,o-rwX git"
run "find git -type d -exec chmdo g+s {} \;"
run "cd $start_dir"

echo -e "\nAll done.\n"
Expand Down
24 changes: 4 additions & 20 deletions regression/scripts/cts-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
case $ddir in

#------------------------------------------------------------------------------#
draco-7_0_0 )
draco-6_25_0 | draco-7_0_0 )
function intel1802env()
{
export VENDOR_DIR=/usr/projects/draco/vendors
Expand All @@ -16,23 +16,7 @@ case $ddir in
run "module load cmake git numdiff python/3.6-anaconda-5.0.1"
run "module load intel/18.0.2 openmpi/2.1.2"
run "module load random123 eospac/6.3.0 gsl"
run "module load mkl metis ndi csk"
run "module load parmetis superlu-dist trilinos"
run "module list"
}
;;
#------------------------------------------------------------------------------#
draco-6_25_0 )
function intel1802env()
{
export VENDOR_DIR=/usr/projects/draco/vendors
run "module purge"
run "module use --append ${VENDOR_DIR}-ec/modulefiles"
run "module load friendly-testing user_contrib"
run "module load cmake git numdiff python/3.6-anaconda-5.0.1"
run "module load intel/18.0.2 openmpi/2.1.2"
run "module load random123 eospac/6.3.0 gsl"
run "module load mkl metis ndi csk"
run "module load mkl metis ndi csk qt"
run "module load parmetis superlu-dist trilinos"
run "module list"
}
Expand All @@ -45,7 +29,7 @@ case $ddir in
run "module load cmake git numdiff python/3.6-anaconda-5.0.1"
run "module load intel/17.0.4 openmpi/2.1.2"
run "module load random123 eospac/6.3.0 gsl"
run "module load mkl metis ndi csk"
run "module load mkl metis ndi csk qt"
run "module load parmetis superlu-dist trilinos"
run "module list"
}
Expand All @@ -58,7 +42,7 @@ case $ddir in
run "module load cmake git numdiff python/3.6-anaconda-5.0.1"
run "module load gcc/6.4.0 openmpi/2.1.2"
run "module load random123 eospac/6.3.0 gsl"
run "module load mkl metis ndi"
run "module load mkl metis ndi qt"
run "module load parmetis superlu-dist trilinos"
run "module list"
}
Expand Down
21 changes: 10 additions & 11 deletions src/ds++/Release.cc
Original file line number Diff line number Diff line change
Expand Up @@ -102,33 +102,32 @@ 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(227428, "Kelly G. Thompson"));
current_developers.insert(fomdev(12535, "Kent G. Budge"));
current_developers.insert(fomdev(228253, "Kelly G. Thompson"));
current_developers.insert(fomdev(12695, "Kent G. Budge"));
current_developers.insert(fomdev(3464, "Ryan T. Wollaeger"));
current_developers.insert(fomdev(3070, "James S. Warsa"));
current_developers.insert(fomdev(2627, "Alex R. Long"));
current_developers.insert(fomdev(1000, "Kendra P. Keady"));
current_developers.insert(fomdev(2993, "James S. Warsa"));
current_developers.insert(fomdev(2626, "Alex R. Long"));
current_developers.insert(fomdev(1261, "Kendra P. Keady"));
current_developers.insert(fomdev(398, "Jae H. Chang"));
current_developers.insert(fomdev(244, "Matt A. Cleveland"));
current_developers.insert(fomdev(241, "Matt A. Cleveland"));
current_developers.insert(fomdev(120, "Andrew T. Till"));
current_developers.insert(fomdev(108, "Tim Kelley"));
current_developers.insert(fomdev(61, "Tim Kelley"));

mmdevs prior_developers;

prior_developers.insert(fomdev(4868, "Jeff D. Densmore"));
prior_developers.insert(fomdev(4058, "Gabriel M. Rockefeller"));
prior_developers.insert(fomdev(2289, "Allan B. Wollaber"));
prior_developers.insert(fomdev(4057, "Gabriel M. Rockefeller"));
prior_developers.insert(fomdev(2278, "Allan B. Wollaber"));
prior_developers.insert(fomdev(1450, "Rob B. Lowrie"));
prior_developers.insert(fomdev(995, "Lori A. Pritchett-Sheats"));
prior_developers.insert(fomdev(313, "Paul W. Talbot"));
prior_developers.insert(fomdev(308, "Paul W. Talbot"));
prior_developers.insert(fomdev(262, "Katherine J. Wang"));
prior_developers.insert(fomdev(78, "Peter Ahrens"));
prior_developers.insert(fomdev(25, "Daniel Holladay"));
prior_developers.insert(fomdev(9, "Massimiliano Rosa"));
prior_developers.insert(fomdev(7, "Todd J. Urbatsch"));

// Previous authors with no current LOC attribution:
prior_developers.insert(fomdev(1, "Gabe Rockefeller"));
prior_developers.insert(fomdev(1, "Jeff Furnish"));
prior_developers.insert(fomdev(1, "John McGhee"));
prior_developers.insert(fomdev(1, "Kris C. Garrett"));
Expand Down

0 comments on commit b841d1a

Please sign in to comment.