Skip to content
Snippets Groups Projects
Commit 8ea609a6 authored by Christoph Junghans's avatar Christoph Junghans Committed by Rene Halver
Browse files

Prepare 0.9.3 release

parent ca056de9
Branches
Tags
1 merge request!30Prepare 0.9.3 release
...@@ -17,6 +17,14 @@ Version 0.9.3 ...@@ -17,6 +17,14 @@ Version 0.9.3
- Bug: ALL::Point.dist_plane(..) had a type bug. This manifestes with a cuda - 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 compiler even without explicit usage of the function. Fixed and added
corresponding test. 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 Version 0.9.2
************* *************
......
...@@ -50,7 +50,7 @@ add_compile_options("$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:C>,$<C_COMPILER_ ...@@ -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>") add_compile_options("$<$<AND:$<CONFIG:Debug>,$<COMPILE_LANGUAGE:CXX>,$<CXX_COMPILER_ID:GNU>>:-Wall;-Wextra>")
project(ALL project(ALL
VERSION "0.9.2" VERSION "0.9.3"
DESCRIPTION "A Loadbalacing Library" DESCRIPTION "A Loadbalacing Library"
HOMEPAGE_URL "http://slms.pages.jsc.fz-juelich.de/websites/all-website/") HOMEPAGE_URL "http://slms.pages.jsc.fz-juelich.de/websites/all-website/")
set(ALL_SOVERSION 0) set(ALL_SOVERSION 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment