From: Christian Heinrich Date: Wed, 6 Dec 2017 13:24:07 +0000 (+0100) Subject: [SMPI] Next step for dynamic privatization X-Git-Tag: v3.19~312^2~52 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/07fa4dbf48f51edfee6c6a56c11095b02e93bf5e?hp=07fa4dbf48f51edfee6c6a56c11095b02e93bf5e [SMPI] Next step for dynamic privatization This commit breaks the following tests: The following tests FAILED: 181 - smpi-msg-masterslave-thread (Failed) 182 - smpi-msg-masterslave-ucontext (Failed) 183 - smpi-msg-masterslave-raw (Failed) To fix this, many more changes will be required. This will be done in the next commit. This commit is just there to make sure changes remain easily understandable (by having small, easy-to-read commits). I changed the following: - Remove variable index_to_process_data - Make process_data a map instead of an array. - Remove the "index" variable for SMPI instances (no longer needed) And cleanup the mess that comes with these changes (delete/free, ...) ---