X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dc7dbc95710842c435b575d93f8255e0aee5dc5e..e2dfcd1ef3f6fc45a4b6c71ad03b51a8177acedd:/include/smpi/smpi.h diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index a06de05566..3f7245b823 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -897,6 +897,10 @@ static void __attribute__((destructor)) __postfini_##name(void) { \ #define SMPI_VARGET_GLOBAL(name) name[smpi_process_index()] +/** + * This is used for the old privatization method, i.e., on old + * machines that do not yet support privatization via mmap + */ #define SMPI_VARINIT_STATIC(name,type) \ static type *name = NULL; \ if(!name) { \