2D array parallelism

bearophile bearophileHUGS at lycos.com
Sun Jan 26 12:34:26 PST 2014


Andrew Klaassen:

> This happens with dmd, ldc2 and gdc, so I assume it's something 
> I'm doing wrong rather than a bug.  What's the explanation?  
> What am I doing wrong?

Do you know that module level variables in D are thread-local? If
you don't what that, you have to use __gshared.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list