GlobalArrays / ga

Partitioned Global Address Space (PGAS) library for distributed arrays
http://hpc.pnl.gov/globalarrays/
Other
97 stars 38 forks source link

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

Closed jsboer closed 1 year ago

jsboer commented 1 year ago

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!

jeffhammond commented 1 year ago

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.

jsboer commented 1 year ago

Oh! Thank you !