Re: [OMPI devel] [PATCH] Open MPI on ARMv5

2012-05-02 Thread Evan Clinton
post again, dangit) On Wed, May 2, 2012 at 5:52 PM, Peter Robinson wrote: > On Wed, May 2, 2012 at 10:38 PM, Evan Clinton > wrote: >>> The Fedora guys are having trouble building the armv5tel variant (well, >>> they did before this patch too, but... :) >>> htt

Re: [OMPI devel] [PATCH] Open MPI on ARMv5

2012-05-02 Thread Evan Clinton
> The Fedora guys are having trouble building the armv5tel variant (well, they > did before this patch too, but... :) > http://arm.koji.fedoraproject.org/koji/getfile?taskID=790343&name=build.log Ah, I think the problem is that the build system is not playing nicely with cross-compiles (which it

Re: [OMPI devel] [PATCH] Open MPI on ARMv5

2012-04-30 Thread Evan Clinton
Thanks again for the comments. >> Quote the documentation, __kuser_cmpxchg "already includes memory >> barriers as needed," so the code using it shouldn't need anything >> extra. > > Fair enough - but could you put a comment to this effect into the patch? Comment added. > But I'm still not too ha

Re: [OMPI devel] [PATCH] Open MPI on ARMv5

2012-04-24 Thread Evan Clinton
Hi Leif, thanks for the comments. > - The v5 code doesn't actually make use of the kuser helper barriers > in its versions of opal_atomic_cmpset_acq/rel. Quote the documentation, __kuser_cmpxchg "already includes memory barriers as needed," so the code using it shouldn't need anything extra. > -

[OMPI devel] [PATCH] Open MPI on ARMv5

2012-04-13 Thread Evan Clinton
ably v4, but I don't have either to test on. Documentation for the Linux kernel helper functions: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=Documentation/arm/kernel_user_helpers.txt I've sent in a contributor agreement so there should be no IP problems. Hop