utahplt / FloatTrackerExamples

Examples for the FloatTracker.jl repository
MIT License
1 stars 1 forks source link

nbody: discover loop #4

Open bennn opened 1 year ago

bennn commented 1 year ago

After injecting in nbody, the program got stuck in a loop.

Can we analyze stack traces (printed every 1k iterations or so) to find the stuck condition?

EDIT: low priority. As long as we can hand-analyze to find motivating examples, keep that up. Otherwise we bottleneck our research on solving another research problem (this one).