SixTrack / sixtracklib

Library for single charged particle simulations in accelerators
GNU Lesser General Public License v2.1
12 stars 16 forks source link

Bugfix/track elem by elem rolling #117

Closed martinschwinzerl closed 4 years ago

martinschwinzerl commented 4 years ago

Note: On NVIDIA OpenCL implementations, please make sure to delete the compile-cache (i.e.

rm -rf ~/.nv/ComputeCache/*

; on my system at least, the runtime compiler was not able to pick up the changes to the included header-only parts of SixTrackLib otherwise

martinschwinzerl commented 4 years ago

@rdemaria: could you please verify whether this changes fix the track_elem_by_elem issues encountered earlier today?

It should now be possible to initialize and track until turn 1 and to use the rolling feature (which is on by default). Thank you!