how to replicate variables on multiple locales in Chapel

Viewed 183

I'm wondering that is there an easy way to make a copy of a global variable on each locale so that later each locale will directly access its local copy instead of accessing the original variable stored in locale0 ?

thanks

1 Answers
Related