Parallelise algorithms
This replaces !63 (closed)
- Remove all OMP
#pragmastatements - Make
IIntegrator::integrateand all associated code thread safe - Add
ParallelFor.hfor simple loop parallelisation - Parallelise integration, prediction, shape assignment
- Add
IntegratorFactoryto avoid persistentIIntegratorobjects that might leak memory - Store all images in data set in the memory by default to avoid HDF5 mishaps
- Figure of merit graphs now have
don the x-axis instead of shell number
Resolves #71 (closed), #353 (closed), #664 (closed)
Edited by Zamaan Raza