Hi Bill,

Thanks, will do. Just a quick note - in the code I posted the line:

for ( i = 0; i < nsdim; i++ )

in the second piece should read:

for ( i = x*nt; i < nsdim+(x*nt); i++ )

As clearly, otherwise you'd just be doing the same section repeatedly...
what I intented was to break the factor up into chunks, churning through
those in serial but when computing each chunk doing the rows available
in parallel. This may or may not be faster than going: well, the vector
is 37 integers in size, let's create 37 threads! (I suspect not but I'm
going to test it, probably by implementing in mpir).

Antony

On 06/23/2010 02:46 AM, Bill Hart wrote:
> Regarding Forth, check out Jonesforth. Truly one of the most beautiful
> pieces of code on the web.
> 
> Bill.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-de...@googlegroups.com.
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en.

Reply via email to