Message Boards Message Boards

0
|
25747 Views
|
5 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Raspberry Pi cluster useful for Mathematica parallel computing?

Posted 10 years ago
POSTED BY: Richard S
5 Replies

Check this out https://youtu.be/i_r3z1jYHAc It is a cluster system using Raspberry Pi

POSTED BY: Jose Calderon
POSTED BY: Steven Yampolsky
POSTED BY: Sam Carrettie
POSTED BY: Jesse Friedman

Parallelize is general and can be ran on custom defined code. So "natively integrated" functions such as ParallelMap is just syntax convenience (if you meant that). For example, search for Mersenne primes:

Parallelize[Select[Range[9000, 10000], PrimeQ[2^# - 1] &], Method -> "FinestGrained"]

{9689, 9941}

Also it is often useful just to run many independent computations in parallel on a cluster.

POSTED BY: Sam Carrettie
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract