SasView / sasmodels

Package for calculation of small angle scattering models using OpenCL.
BSD 3-Clause "New" or "Revised" License
15 stars 27 forks source link

Make compiled models reproducible #523

Closed llimeht closed 1 year ago

llimeht commented 1 year ago

The C code for the compiled modules is generated on-the-fly, with several source files being concatenated and #line directives added to the source too. This patch makes the compiled modules reproducible by:

By making them reproducible, pre-compiled models work much better and don't have strange filenames.