1
1
openmpi/test/class
Ralph Castain 780c93ee57 Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL.
We recognize that this means other users of OPAL will need to "wrap" the opal_process_name_t if they desire to abstract it in some fashion. This is regrettable, and we are looking at possible alternatives that might mitigate that requirement. Meantime, however, we have to put the needs of the OMPI community first, and are taking this step to restore hetero and SPARC support.
2014-11-11 17:00:42 -08:00
..
Makefile.am Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL. 2014-11-11 17:00:42 -08:00
ompi_rb_tree.c Use opal_process_info whenever possible. Some other minor cleanups. 2014-07-26 21:48:23 +00:00
opal_bitmap.c A faster implementation of the OPAL_BITMAP. The corresponding 2014-06-13 21:15:35 +00:00
opal_hash_table.c Adding a new OPAL hash table routine. Please read the algorithm description in opal/class/opal_hash_table.c for more precise details on the design and implementation. This algorithm was contributed by David Linden of H.P. in partnership with Mellanox Technologies. This contribution achieves two objectives: 2014-10-09 17:24:23 +02:00
opal_list.c s/ompi/opal/gi in all of these files because they're really OPAL 2010-07-28 14:20:58 +00:00
opal_pointer_array.c Fix a bunch of compiler warnings in the tests, including: 2014-01-10 13:36:33 +00:00
opal_proc_table.c Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL. 2014-11-11 17:00:42 -08:00
opal_tree.c Fix a bunch of compiler warnings in the tests, including: 2014-01-10 13:36:33 +00:00
opal_value_array.c s/ompi/opal/gi in all of these files because they're really OPAL 2010-07-28 14:20:58 +00:00