sandialabs / Fenix

Fenix: A Portable, Flexible Fault Tolerance Programming Framework for MPI Applications
Other
8 stars 7 forks source link

Re-organize header files. #2

Open keitat opened 7 years ago

keitat commented 7 years ago

We see mixture of size_t and int for indexing. This needs to be fixed.

keitat commented 7 years ago

All globals needs to be initialized at Fenix_init() and the rest of the functions access them as "externally defined" variables". For temporary solution, all global external definitions will be kept in a separated fenix_ext.h.