jerasure / gf-complete & 32 bits

2014-03-28 Thread Loic Dachary
Hi Kevin, Someone mentionned a problem (no more information at the moment ;-) about running jerasure / gf-complete on a 32 bits machine. Does that ring a bell ? I'll try it out with the test method you suggested: "'gf_methods -A -U' to run all of the tests for w=[4,8,16,32,64,128]. Then, I in

Re: jerasure / gf-complete & 32 bits

2014-03-29 Thread Loic Dachary
The gf-complete + jerasure tests run fine on Ubuntu saucy 32 bits. The problem is when trying to compile on a 32 bits machine as shown here http://gitbuilder.sepia.ceph.com/gitbuilder-ceph-tarball-precise-i386-basic/log.cgi?log=cb624fc9ed1e891e51cc0d20622d43f6fcd08cd5 On 28/03/2014 18:15, Loic

Re: jerasure / gf-complete & 32 bits

2014-03-29 Thread Kevin Greenan
Hey Loic, I'll take a look on Monday. I'll create a VM to try and reproduce (and hopefully fix) this. Thanks! -kevin On Mar 29, 2014, at 2:08 AM, Loic Dachary wrote: > The gf-complete + jerasure tests run fine on Ubuntu saucy 32 bits. The > problem is when trying to compile on a 32 bits mach

Re: jerasure / gf-complete & 32 bits

2014-03-29 Thread Loic Dachary
On 29/03/2014 17:16, Kevin Greenan wrote: > Hey Loic, > > I'll take a look on Monday. I'll create a VM to try and reproduce (and > hopefully fix) this. I'm not sure it's worth fixing : https://github.com/ceph/ceph/pull/1563 > > Thanks! > -kevin > > On Mar 29, 2014, at 2:08 AM, Loic Dachary

Re: jerasure / gf-complete & 32 bits

2014-03-30 Thread Justin Erenkrantz
On Sat, Mar 29, 2014 at 5:38 PM, Loic Dachary wrote: > I'm not sure it's worth fixing : https://github.com/ceph/ceph/pull/1563 Line 25 in https://github.com/ceph/ceph/pull/1563/files has a typo: +INTEL_SSE3_FLAGS="-mssse3 -DINTEL_SSE3" should be: +INTEL_SSE3_FLAGS="-msse3 -DINT

Re: jerasure / gf-complete & 32 bits

2014-03-30 Thread Loic Dachary
Nice catch ! https://github.com/ceph/ceph/pull/1569 On 30/03/2014 16:58, Justin Erenkrantz wrote: > On Sat, Mar 29, 2014 at 5:38 PM, Loic Dachary wrote: >> I'm not sure it's worth fixing : https://github.com/ceph/ceph/pull/1563 > > Line 25 in https://github.com/ceph/ceph/pull/1563/files has a ty