Running eko resulted in
2022-05-19 17:58:25,999 eko.evolution_operator/INFO: Evolution: computing operators 2.722500e+00 -> 1.000000e+01, nf=4
2022-05-19 17:58:25,999 eko.evolution_operator/INFO: Evolution: µ_R^2 distance: 6.806250e-01 -> 2.500000e+00
2022-05-19 17:58:25,999 eko.evolution_operator/INFO: Scale Variation: (µ_F/µ_R)^2 = 4.000000e+00, mode: expanded
2022-05-19 17:58:27,223 eko.evolution_operator/INFO: Evolution: a_s distance: 2.494975e-02 -> 1.910111e-02
2022-05-19 17:58:27,223 eko.evolution_operator/INFO: Evolution: order: 1, solution strategy: truncated
2022-05-19 18:00:52,979 eko.evolution_operator/INFO: Evolution: computing operators: - 9/50 took: 145.698243 s
2022-05-19 18:00:53,748 eko.evolution_operator/INFO: Evolution: computing operators: - 15/50 took: 146.446427 s
2022-05-19 18:00:54,008 eko.evolution_operator/INFO: Evolution: computing operators: - 5/50 took: 146.740913 s
2022-05-19 18:00:54,355 eko.evolution_operator/INFO: Evolution: computing operators: - 3/50 took: 147.093093 s
2022-05-19 18:00:54,446 eko.evolution_operator/INFO: Evolution: computing operators: - 13/50 took: 147.152215 s
2022-05-19 18:00:54,620 eko.evolution_operator/INFO: Evolution: computing operators: - 1/50 took: 147.362054 s
2022-05-19 18:00:54,905 eko.evolution_operator/INFO: Evolution: computing operators: - 11/50 took: 147.619450 s
2022-05-19 18:00:56,091 eko.evolution_operator/INFO: Evolution: computing operators: - 7/50 took: 148.816877 s
2022-05-19 18:00:56,770 eko.evolution_operator/INFO: Evolution: computing operators: - 10/50 took: 3.791091 s
2022-05-19 18:00:57,047 eko.evolution_operator/INFO: Evolution: computing operators: - 16/50 took: 3.298314 s
2022-05-19 18:00:58,106 eko.evolution_operator/INFO: Evolution: computing operators: - 14/50 took: 3.660176 s
2022-05-19 18:00:58,106 eko.evolution_operator/INFO: Evolution: computing operators: - 6/50 took: 4.098238 s
...
2022-05-19 18:01:07,163 eko.evolution_operator/INFO: Evolution: Total time 159.940010 s
which is fine - because he needs to compile on each core after that its just normal; after that it is quick:
2022-05-19 18:01:07,234 eko.evolution_operator/INFO: Evolution: computing operators 2.722500e+00 -> 2.000000e+01, nf=4
...
2022-05-19 18:01:25,740 eko.evolution_operator/INFO: Evolution: Total time 18.505267 s
but then I reached the threshold and I get
2022-05-19 18:01:25,809 eko.evolution_operator/INFO: Evolution: computing operators 2.722500e+00 -> 2.420640e+01, nf=4
...
2022-05-19 18:01:44,208 eko.evolution_operator/INFO: Evolution: Total time 18.397738 s
and after that nothing is happening for 45min (but the CPU running at full power) when I decided to kill the process
I haven't investigated yet - @giacomomagni @alecandido any ideas?
Running
ekoresulted inwhich is fine - because he needs to compile on each core after that its just normal; after that it is quick:
but then I reached the threshold and I get
and after that nothing is happening for 45min (but the CPU running at full power) when I decided to kill the process
I haven't investigated yet - @giacomomagni @alecandido any ideas?