GlobalArrays / ga

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

add stdlib.h include where required by C99 #209

Closed jeffhammond closed 3 years ago

jeffhammond commented 3 years ago

Fixes #195

Signed-off-by: Jeff Hammond jeff.science@gmail.com

ajaypanyala commented 3 years ago

@jeffhammond Should this be PR be on develop instead of master ?

jeffhammond commented 3 years ago

I intentionally did it against master since that's the default branch a user gets when cloning the report, and I wanted the workflow git clone && configure && make && make install to work with C99 compilers.

ajaypanyala commented 3 years ago

okay, just checking. LGTM then!