1
1
openmpi/orte/mca
William Zhang 4ebb37a26c opal/util: Change opal/util/if.h macro IF_NAMESIZE to OPAL_IF_NAMESIZE
Due to IF_NAMESIZE being a reused and conditionally defined macro,
issues could arise from macro mismatches. In particular, in cases where
opal/util/if.h is included, but net/if.h is not, IF_NAMESIZE will be 32.
If net/if.h is included on Linux systems, IF_NAMESIZE will be 16. This
can cause a mismatch when using the same macro on a system. Thus
different parts of the code can have differring ideas on the size of a
structure containing a char name[IF_NAMESIZE]. To avoid this error case,
we avoid reusing the IF_NAMESIZE macro and instead define our own as
OPAL_IF_NAMESIZE.

Signed-off-by: William Zhang <wilzhang@amazon.com>
2019-07-29 21:24:39 +00:00
..
common pmix/cray: fix disable-dlopen problem 2016-11-21 13:45:10 -06:00
errmgr Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
ess ess/base: fix a misc memory leak in orte_ess_base_proc_binding() 2019-07-12 17:01:04 +09:00
filem Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
grpcomm Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
iof Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
odls Add topology support for hetero systems 2019-02-08 11:11:25 -08:00
oob opal/util: Change opal/util/if.h macro IF_NAMESIZE to OPAL_IF_NAMESIZE 2019-07-29 21:24:39 +00:00
plm plm_slurm_module: adjust for new SLURM CLI options 2019-05-15 14:52:33 -07:00
ras Replace asprintf with opal_asprintf 2018-10-06 19:32:37 +00:00
rmaps fix hang in -np 3 --rank-by core 2019-04-12 15:34:02 -04:00
rml Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
routed Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
rtc orte-rmaps-base: update out-of-slots show_help message 2018-11-08 15:02:57 -05:00
schizo schizo/ompi: correctly handle the yield_when_idle option 2019-02-28 09:53:29 +09:00
snapc Remove the remaining cruft from dual oob transport 2019-02-08 11:12:31 -08:00
sstore Replace asprintf with opal_asprintf 2018-10-06 19:32:37 +00:00
state Fix ORTE_FORCED_TERMINATE message 2019-06-28 00:46:55 +00:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00