First call latency in distributed code

The only people who should use LTS is basically people who have a running public service based on Julia that they want to keep running continuously without modifications for years, and they just want security updates and bugfixes. If that’s not you, use the latest release.

2 Likes

I agree with @jling and @dlakelan, v1.8+ is the way to go.

1 Like

Hello,

It seems that the problem was a not properly adjusted tolerance, which prevented the optimization to stop. I thought it was something related to parallel computations because I was experiencing large timings and nothing was printed (even though I used flush(stdout) or even after cancelling the job). My apologies.

In any case, I have learnt that the code is compiled for each worker separately, and I have left the fear behind creating packages, sysimages and having two julia versions installed.

Thank you very much.

shce

3 Likes