Group Abstract Group Abstract

Message Boards Message Boards

0
|
8.9K Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

How to speed up processing with parallelism

Posted 11 years ago
POSTED BY: Cuneyt Eroglu
3 Replies
Posted 11 years ago

Both suggestions sped up processing time significantly. Thank you very much!

POSTED BY: Cuneyt Eroglu

Compiling the function to the Wolfram Virtual Machine will also greatly speed up the calculation.

POSTED BY: Frank Kampas

Hello This example maps directly onto ParallelTable:

ParallelTable[myfunc@x,{x,{a,b,c,...}}]

The parallel kernels will launch automatically.

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