1
1
openmpi/oshmem
Gilles Gouaillardet 184d53a018 oshmem: swap fields of oshmem_proc_data_t to prevent padding
previously, the definition was

struct oshmem_proc_data_t {
    int num_transports;
    char * transport_ids;
};

so in 64 bits arch, the compiler would very likely insert a 4 bytes
padding before the two fields in order to have transport_ids aligned
2016-09-01 14:20:14 +09:00
..
include oshmem: get rid of oshmem_proc_t and use ompi_proc_t instead 2016-09-01 14:20:14 +09:00
info oshmem: Fix scan coverity issues 2015-12-02 12:49:19 +02:00
mca oshmem: get rid of oshmem_proc_t and use ompi_proc_t instead 2016-09-01 14:20:14 +09:00
op Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
proc oshmem: swap fields of oshmem_proc_data_t to prevent padding 2016-09-01 14:20:14 +09:00
request Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
runtime Merge pull request #1552 from kmroz/wip-hostname-len-cleanup-1 2016-05-02 09:44:18 -04:00
shmem oshmem/fortran: fix warning mesages && fix size 2016-07-22 15:54:01 +06:00
tools configury: capture configury command line 2016-07-29 09:14:09 +09:00
util oshmem: Enable force output for error messages 2015-11-11 13:26:10 +02:00
Makefile.am oshmem: Remove JAVA support 2015-12-03 11:59:07 +02:00