GlobalArrays / ga

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

GA Style Guide #32

Open bjpalmer opened 7 years ago

bjpalmer commented 7 years ago

We should create a style guide for GA programming that defines consistent naming conventions for internal functions that are not used outside of the GA library and macros and try and get these naming conventions implemented in the code. We also should clean up the different memory allocators inside GA and get them on a consistent footing.

bjpalmer commented 7 years ago

While we are at it, we might want to look at ditching the armci_msg stuff and just use straight MPI since I think we can assume that going forward we will have runtimes that are based at some level on MPI.