Skip to content

Commit 638fbe4

Browse files
authored
MPI_calculatePairVectorAvg Update (#68)
- Resolves #66 - Updated .gitignore file to ignore the packages directory created by Visual Studio - Updated Doxyfile to new version v2.1.0-beta.1 - Added new MPI_calculatePairVectorAvg function to Utils - Updated calculateProbHistAvg to throw exception on all processors if the input histogram on any proc is too small or if bin sizes do not match - Updated Version class with the new version string v2.1.0-beta.1 - Updated test_mpi.cpp by adding CalculatePairVectorAvgTests with new unit tests for the Utils::MPI_calculatePairVectorAvg function - Updated test_mpi.cpp CalculateProbHistAvgTests by adding tests to check for the output histogram range and to check exception throwing when input histograms are too small or have different bin sizes - Updated Doxygen documentation - Updated Changelog to note the changes in this commit
1 parent e6bafc3 commit 638fbe4

File tree

76 files changed

+421
-143
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+421
-143
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333
.vs*
3434
x64*
3535
*.sln
36+
packages*

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
## [Unreleased]
1010

1111
### Added
12-
- README - Added citation info and links for the joss paper
12+
- README - Citation info and links for the JOSS paper
13+
- .gitignore - Statement to ignore the packages directory created by MS Visual Studio
14+
- Utils (MPI_calculatePairVectorAvg) - new function for calculating the average of x-y distribution data
15+
- test_mpi.cpp (CalculatePairVectorAvgTests) - new test case with units tests for the Utils::MPI_calculatePairVectorAvg function
16+
- test_mpi.cpp (CalculateProbabilityHistTests) - new units tests to check for the output histogram range and to check exception throwing when input histograms are too small or have different bin sizes
17+
18+
### Changed
19+
- Doxyfile - Documentation version to v2.0.1-beta.1
20+
- docs - Updated Doxygen documentation for v2.0.1-beta.1
21+
- Utils (MPI_calculateProbHistAvg) - Updated function to throw invalid_argument exception on all processors if the input histogram on any proc is too small or if bin sizes do not match
22+
- Version - Current version string to v2.1.0-beta.1
1323

1424
## [v2.0.1] - 2019-01-29
1525

1626
### Changed
17-
- Version - Updated current version string to v2.0.1
18-
- Doxyfile - Updated documentation version to v2.0.1
27+
- Version - Current version string to v2.0.1
28+
- Doxyfile - Documentation version to v2.0.1
1929
- docs - Updated Doxygen documentation for v2.0.1
20-
- README - Updated information about latest stable release to v2.0.1
30+
- README - Information about latest stable release to v2.0.1
2131

2232
### Fixed
2333
- CHANGELOG - v2.0.0 release date

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = KMC_Lattice
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = v2.0.1
41+
PROJECT_NUMBER = v2.1.0-beta.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

docs/_event_8cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr style="height: 56px;">
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">KMC_Lattice
33-
&#160;<span id="projectnumber">v2.0.1</span>
33+
&#160;<span id="projectnumber">v2.1.0-beta.1</span>
3434
</div>
3535
<div id="projectbrief">A C++ library for lattice kinetic Monte Carlo simulations</div>
3636
</td>

docs/_event_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr style="height: 56px;">
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">KMC_Lattice
33-
&#160;<span id="projectnumber">v2.0.1</span>
33+
&#160;<span id="projectnumber">v2.1.0-beta.1</span>
3434
</div>
3535
<div id="projectbrief">A C++ library for lattice kinetic Monte Carlo simulations</div>
3636
</td>

docs/_event_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr style="height: 56px;">
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">KMC_Lattice
33-
&#160;<span id="projectnumber">v2.0.1</span>
33+
&#160;<span id="projectnumber">v2.1.0-beta.1</span>
3434
</div>
3535
<div id="projectbrief">A C++ library for lattice kinetic Monte Carlo simulations</div>
3636
</td>

docs/_lattice_8cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr style="height: 56px;">
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">KMC_Lattice
33-
&#160;<span id="projectnumber">v2.0.1</span>
33+
&#160;<span id="projectnumber">v2.1.0-beta.1</span>
3434
</div>
3535
<div id="projectbrief">A C++ library for lattice kinetic Monte Carlo simulations</div>
3636
</td>

docs/_lattice_8h.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr style="height: 56px;">
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">KMC_Lattice
33-
&#160;<span id="projectnumber">v2.0.1</span>
33+
&#160;<span id="projectnumber">v2.1.0-beta.1</span>
3434
</div>
3535
<div id="projectbrief">A C++ library for lattice kinetic Monte Carlo simulations</div>
3636
</td>

docs/_lattice_8h_source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr style="height: 56px;">
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">KMC_Lattice
33-
&#160;<span id="projectnumber">v2.0.1</span>
33+
&#160;<span id="projectnumber">v2.1.0-beta.1</span>
3434
</div>
3535
<div id="projectbrief">A C++ library for lattice kinetic Monte Carlo simulations</div>
3636
</td>

docs/_object_8cpp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<tr style="height: 56px;">
3131
<td id="projectalign" style="padding-left: 0.5em;">
3232
<div id="projectname">KMC_Lattice
33-
&#160;<span id="projectnumber">v2.0.1</span>
33+
&#160;<span id="projectnumber">v2.1.0-beta.1</span>
3434
</div>
3535
<div id="projectbrief">A C++ library for lattice kinetic Monte Carlo simulations</div>
3636
</td>

0 commit comments

Comments
 (0)