Multithreading

This commit is contained in:
Daniel Bauer
2018-11-18 12:04:27 +01:00
parent 56b6cb247a
commit 6ed0e4c49c
6 changed files with 165 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wham"
version = "0.9.0"
version = "0.9.1"
authors = ["D. Bauer <bauer@bio.tu-darmstadt.de>"]
description = "An implementation of the weighted histogram analysis method"
license = "GPL-3.0"
@@ -11,6 +11,7 @@ clap = {version="2.32.0", features=['yaml']}
error-chain = "0.12.0"
rand = "0.5.5"
GSL = "1.0.0"
rayon = "1.0.3"
[profile.release]
opt-level = 2