ExpHP / rsp2

phonons in rust
Apache License 2.0
2 stars 1 forks source link

Travis: sparse_gnr test is sensitive to number of threads #101

Closed ExpHP closed 5 years ago

ExpHP commented 5 years ago

On my machine, this test consistently succeeds. However, if I set

OMP_NUM_THREADS=2 RAYON_NUM_THREADS=2 cargo test -- --ignored sparse_gnr

it fails like it currently is on travis.

ExpHP commented 5 years ago

fixed