cctbx / cctbx_project

Computational Crystallography Toolbox
https://cci.lbl.gov/docs/cctbx
Other
218 stars 116 forks source link

Switch to dynamic kokkos library #877

Closed Trzs closed 1 year ago

Trzs commented 1 year ago

Using static kokkos libraries creates two independent kokkos instances in diffbragg and simtbx/kokkos, leading to errors. With dynamic linking, both use the same instance.