Dear Laurent,
I have incorporated usage of OpenMP to the likelihood computation with respect to sequence sites in my local version.
As result of the parallelization, the duration of my fitting procedure (when using optimization method FullD(derivatives=Newton,nstep=10)) is reduced approximately by a factor of 2 when using 4 threads. Specifically, the duration of the likelihood computation alone is reduced by a factor of 4. Thus, I wonder if there is any additional code segments that could benefit from parallelization.
Since this incorporation is not likely to be effectively merged into the newlik version, I wonder if I should share it. If you wish that I do so, please let me know and I will pull request.
Many thanks!
Keren