star-mc

Parallel estimation of Monte Carlo integrators
git clone git://git.meso-star.fr/star-mc.git
Log | Files | Refs | README | LICENSE

commit 12fc4532ada0f73ed3d388d44e1391b9dc1d85d7
parent e074851ac2387d5ea4d29cb5207634bebd9711d7
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Jan 2018 10:37:32 +0100

Merge branch 'release_0.4' into develop

Diffstat:
MREADME.md | 12++++++++++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -20,6 +20,18 @@ RCMake package, the RSys and the Star-Sampling libraries, respectively. The generated project can be edited, built, tested and installed as any CMake project. +## Release notes + +### Version 0.4 + +- Remove the raw integration functionality. +- Rename the `max_steps` integrator attribute in `max_realisation`. +- Update the profile of the integrand function of the integrator: the + identifier of the thread that invokes the integrand is provided has an input + parameter. +- Add the `smc_device_get_threads_count` function that returns the maximum + number of threads used by the device. + ## License Star-MC is Copyright (C) |Meso|Star> 2015-2018 (<contact@meso-star.com>). It is diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -59,8 +59,8 @@ include(rcmake_runtime) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 3) -set(VERSION_PATCH 1) +set(VERSION_MINOR 4) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SMC_FILES_SRC