GlobalArrays / ga

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

Issue building with MPItrampoline #285

Closed nick-wilson closed 1 year ago

nick-wilson commented 1 year ago

I'm trying to build Global Arrays with MPItrampoline in order to produce more portable binaries, however the compilation fails.

I've opened an issue at https://github.com/eschnett/MPItrampoline/issues/34

Any insight you can provide would be appreciated.

jeffhammond commented 1 year ago

This is a bug in MPItrampoline. We can discuss on the linked issue. Thanks for bringing this to my attention, since I care a great deal about this topic.

jeffhammond commented 1 year ago

Reopening issue, because the MPI standard is ambiguous, and it's easy enough for me to convert case-switch to if-elif.

jeffhammond commented 1 year ago

did https://github.com/GlobalArrays/ga/pull/286 fix this? i can't remember.