GlobalArrays/ga

how to create ga whose number of elements is larger than INT_MAX

Closed this issue · 2 comments

HI, I find that creatGA only support int dims[], how can I create a one-dimension gloabl array whose number of elements is larger than INT_MAX?

Thank you!

See https://github.com/GlobalArrays/ga/blob/master/global/src/ga.h#L373. I am sorry for the lack of documentation, even though it's not my fault.

Oh! Thank you !