1
1
openmpi/opal/class
Christopher Yeoh cd5294944b fixes trac:2355 - race in opal_atomic_lifo
Adds memory barriers to remove race condition which can
occur on PowerPC architectures (and probably others)

This commit was SVN r22880.

The following Trac tickets were found above:
  Ticket 2355 --> https://svn.open-mpi.org/trac/ompi/ticket/2355
2010-03-25 03:44:38 +00:00
..
Makefile.am Add a new ring_buffer class 2010-02-14 19:20:19 +00:00
opal_atomic_lifo.c Save the ghost pointer once the element is initialized. 2007-04-01 16:18:48 +00:00
opal_atomic_lifo.h fixes trac:2355 - race in opal_atomic_lifo 2010-03-25 03:44:38 +00:00
opal_bitmap.c In multiple places in the code base, we expect opal_bitmap_is_set_bit to return either true or false...not a negative error code. If the index is out of range, this is effectively a "false" condition as the bit was clearly not set by the program. 2010-02-03 19:45:22 +00:00
opal_bitmap.h In multiple places in the code base, we expect opal_bitmap_is_set_bit to return either true or false...not a negative error code. If the index is out of range, this is effectively a "false" condition as the bit was clearly not set by the program. 2010-02-03 19:45:22 +00:00
opal_free_list.c Solve a modulus rounding error. As the modulus can be signed (in C89 it take 2008-10-21 17:00:39 +00:00
opal_free_list.h ... Delayed due to notifier commits earlier this day ... 2009-04-29 01:32:14 +00:00
opal_graph.c Cosmetics, only typos. 2008-07-28 13:33:08 +00:00
opal_graph.h Fix visibility issues with opal_graph functions. 2009-06-09 15:02:57 +00:00
opal_hash_table.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_hash_table.h - We're using uint16_t, uint32_t, and friends, 2009-03-21 01:26:27 +00:00
opal_list.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_list.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_object.c Apply a patch from Bert Wesarg. 2007-03-06 16:38:06 +00:00
opal_object.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_pointer_array.c - As discussed revert r21330, Fortran-configure info should 2009-06-01 19:02:34 +00:00
opal_pointer_array.h Replace all occurences of orte_pointer_array by opal_pointer_array. Remove the 2008-02-28 05:32:23 +00:00
opal_ring_buffer.c Add a new ring_buffer class 2010-02-14 19:20:19 +00:00
opal_ring_buffer.h A type cast. 2010-02-15 10:26:02 +00:00
opal_value_array.c This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00
opal_value_array.h This is a very large change to rename several #define values from 2009-05-06 20:11:28 +00:00