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> |
||
---|---|---|
.. | ||
Makefile.am | ||
ompi_rb_tree.c | ||
opal_bitmap.c | ||
opal_fifo.c | ||
opal_hash_table.c | ||
opal_lifo.c | ||
opal_list.c | ||
opal_pointer_array.c | ||
opal_proc_table.c | ||
opal_tree.c | ||
opal_value_array.c |