Skip to content

v5.3.1

Latest

Choose a tag to compare

@scottransom scottransom released this 05 Mar 19:23
· 25 commits to master since this release

Version 5.3.1:

  • Turned on OpenMP linking for rfifind! Oops.

Version 5.3.0:

  • rfifind now gets speedup using multiple CPUs via OpenMP (Thanks to @erum-vohra !)
  • Speed and parallelization improvements to accelsearch (Thanks to @erum-vohra !)
  • Bug fix in reading of EPS2DOT in readpar()
  • Bug fix to accelsearch when searching datasets longer than 2^32 points that caused segfaults
  • Bug fix to prepdata, prepsubband, and mpiprepsubband when barycentering files longer than 2^31 points that caused segfaults
  • Bug fix in prepfold where wrong fdotdot falues were reported if folding with fdotdot
  • Turned off OpenMP in the dedispersion routines until I figure out how to handle that better (it works in prepfold, though!)