Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loadbalancing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SLMS
loadbalancing
Commits
8ea609a6
Commit
8ea609a6
authored
5 months ago
by
Christoph Junghans
Committed by
Rene Halver
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 0.9.3 release
parent
ca056de9
No related branches found
No related tags found
1 merge request
!30
Prepare 0.9.3 release
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+8
-0
8 additions, 0 deletions
CHANGELOG.rst
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
9 additions
and
1 deletion
CHANGELOG.rst
+
8
−
0
View file @
8ea609a6
...
...
@@ -17,6 +17,14 @@ Version 0.9.3
- Bug: ALL::Point.dist_plane(..) had a type bug. This manifestes with a cuda
compiler even without explicit usage of the function. Fixed and added
corresponding test.
- Add support for external voro++
- Bug: fix race condition in parallel test execution
- Allow custom install locations in CMake via GNUINstallDirs and add so version
- Bug: removed unncessary recreation of internal communicators in STAGGERED and tensor
- Bug: offset minimum sizes are now considered in HISTOGRAM
- Feature: function to compute load efficiency
- Bug: Fixed wrong behavior when computing floor values of negative values
- several other small fixes and corrections
Version 0.9.2
*************
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
8ea609a6
...
...
@@ -50,7 +50,7 @@ add_compile_options("$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:C>,$<C_COMPILER_
add_compile_options
(
"$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:GNU>>:-Wall;-Wextra>"
)
project
(
ALL
VERSION
"0.9.
2
"
VERSION
"0.9.
3
"
DESCRIPTION
"A Loadbalacing Library"
HOMEPAGE_URL
"http://slms.pages.jsc.fz-juelich.de/websites/all-website/"
)
set
(
ALL_SOVERSION 0
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment