Skip to content
Prev 390917 / 398506 Next

Possible causes of unexpected behavior

Dear Eric,

Yes, I can confirm that I have distributed calculations running in parallel.

I am not sure if this is a precise answer to the thread-safe question since
I'm not familiar with this definition, but what I do is:
 i) First, chunks of A, B, C and D are calculated from X in parallel by the
worker nodes.
 ii) Second, all the chunks are combined on my master node, and the final
A, B, C and D are saved to disk.
 iii) Then, still on the master node, I optimize f(v) using the final A, B,
C and D.

When I debug, I skip steps i) and ii) and check only iii) manually by
loading A, B, C and D from the disk and evaluating f(v*). Does that seem
correct?

Best regards,
Arthur

Em sex., 4 de mar. de 2022 ?s 10:33, Eric Berger <ericjberger at gmail.com>
escreveu: