Re: [OMPI devel] RFC: update opal lifo class and add fifo class

2014-12-02 Thread Nathan Hjelm
On Tue, Dec 02, 2014 at 05:54:04PM -0500, George Bosilca wrote: >The FIFO implementation doesn't look right to me. I don't have time to >look at it right now, but just looking at the push it will not correctly >succeed if two threads are pushing items in same time. >A FIFO is a

Re: [OMPI devel] RFC: update opal lifo class and add fifo class

2014-12-02 Thread George Bosilca
The FIFO implementation doesn't look right to me. I don't have time to look at it right now, but just looking at the push it will not correctly succeed if two threads are pushing items in same time. A FIFO is a very sensitive algorithm, and should be treated accordingly. Moreover, there is no