[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community Supercomputing for Everyone 2015-10-24T07:02:03+00:00 https://parallella.org/forums/feed.php?f=32&t=3201 2015-10-24T07:02:03+00:00 2015-10-24T07:02:03+00:00 https://parallella.org/forums/viewtopic.php?t=3201&p=16030#p16030 <![CDATA[Re: Earn Money with a Parallella Cluster]]>
in other words, I suggest distinguishing between simd flops and mimd flops in that the latter only counts operations happening in parallell if those operations are randomly distinct. i.e. it's the maximum flops you'll get if all your operations are impossible to run on simd. in pretty much all cases it's just min(number of instruction-queues , number of float operating queues) times frequency of operation-execution. for example amd's processor has 4 cores (at 4ghz) and enough ressources to perform their calculations. the gpu part of apu has 32 wavefronts at 1ghz each. a total of 48 Gflops mimd. now if there was a processor with madd taking 4 parameters, to effectively perform add and multiply for 2 distinct pairs of variables in parallell, and a possibility to perform 2 mul and 2 add instructions in a simd way, then this processor may double its mimd flops-count. same with intel-processors and their hyperthreading: there should be no bottle-neck if the flops happening in parallell are chosen badly...

needless to say I have no cs education at all, above words are just my half-informed opinion. I'm not even a hobbyist in computer science.

Statistics: Posted by piotr5 — Sat Oct 24, 2015 7:02 am


]]>
2015-09-20T16:39:59+00:00 2015-09-20T16:39:59+00:00 https://parallella.org/forums/viewtopic.php?t=3201&p=15868#p15868 <![CDATA[Re: Earn Money with a Parallella Cluster]]> I asked him if it was a good idea to built a cluster for earning money.

---

Hi Adrien,

Thanks for your email!

My observation is that Moore's law wins again... The nvidia Devbox is 28TFLOPs and costs about $10k. https://developer.nvidia.com/devbox

It's equivalent to about 1000 parallella boards, which would be 10x the cost... So I doubt it's going to be a good idea to invest in a parallella cluster for your stated purpose.

---

Now I have my answer. I hope it will help people on this forum too.

Statistics: Posted by AdrienChauvet — Sun Sep 20, 2015 4:39 pm


]]>
2015-09-20T14:29:47+00:00 2015-09-20T14:29:47+00:00 https://parallella.org/forums/viewtopic.php?t=3201&p=15867#p15867 <![CDATA[Re: Earn Money with a Parallella Cluster]]>

I don't know much about parallel computing.
All I know is that a friend of mine working in IT security heard about a team who broke some BCrypt encryption with a set of Parallella boards.
I guess it's a very specific use of Parallella boards. Anyway, it awakened my curiosity.

I found this link , I sent a mail to the authors.

Statistics: Posted by AdrienChauvet — Sun Sep 20, 2015 2:29 pm


]]>
2015-09-17T12:27:28+00:00 2015-09-17T12:27:28+00:00 https://parallella.org/forums/viewtopic.php?t=3201&p=15848#p15848 <![CDATA[Re: Earn Money with a Parallella Cluster]]> Then, check the specifications of the Xilinx Zynq.
Then, think a while and answer for yourself.

Statistics: Posted by sebraa — Thu Sep 17, 2015 12:27 pm


]]>
2015-09-16T14:38:08+00:00 2015-09-16T14:38:08+00:00 https://parallella.org/forums/viewtopic.php?t=3201&p=15841#p15841 <![CDATA[Earn Money with a Parallella Cluster]]>
I recently heard about the advantages of parallel computing compared to usual desktop PC's power.

I'm wondering if it's profitable to build a cluster of Parallella boards to sell the computing power on Gomez Peer or Slicify?

Has anyone tried it? Do you have some advice or experience to share?

Thanks for your time. Cheers from France,

Adrien.

Statistics: Posted by AdrienChauvet — Wed Sep 16, 2015 2:38 pm


]]>