This adds ability to calculate the allan variance values in parallel (halved my processing time on a 8 core machine)
If the user's compiler doesn't support OpenMP then it should ignore the pragma.
Some small quality of life improvements for the print statements in a couple places also.
Additionally fixed some compile warnings for the try catch exceptions.
Additionally, creating the bag variable locally instead of in the class fixed this error (ubuntu 20.04):
This adds ability to calculate the allan variance values in parallel (halved my processing time on a 8 core machine) If the user's compiler doesn't support OpenMP then it should ignore the pragma.
Some small quality of life improvements for the print statements in a couple places also. Additionally fixed some compile warnings for the try catch exceptions.
Additionally, creating the bag variable locally instead of in the class fixed this error (ubuntu 20.04):