872cf44c28
* Complete rewrite of opal_pointer_array Instead of a cache oblivious linear search use a bits array to speed up the management of the free space. As a result we slightly increase the memory used by the structure, but we get a significant boost in performance. Signed-off-by: George Bosilca <bosilca@icl.utk.edu> * Do not register datatypes in the f2c translation table. The registration is now done up into the Fortran layer, by forcing a call to MPI_Type_c2f. Signed-off-by: George Bosilca <bosilca@icl.utk.edu> |
||
---|---|---|
.. | ||
comm_cid.c | ||
comm_helpers.c | ||
comm_helpers.h | ||
comm_init.c | ||
comm_request.c | ||
comm_request.h | ||
comm.c | ||
communicator.h | ||
Makefile.am |