Skip to main content

Questions tagged [parallelization]

Questions on parallel computing in Mathematica.

58 votes
1 answer
6k views

What reasons are there that can cause parallelized Mathematica code not to run with full performance?
Szabolcs's user avatar
  • 239k
49 votes
1 answer
3k views

Bug fixed in version 11.1 Functions like MemberQ, FreeQ, etc. no longer unpack. Yay! This question is inspired by one of @...
Szabolcs's user avatar
  • 239k
36 votes
4 answers
3k views

This is the most common pattern to compute a table of results: Table[function[p], {p, parameters}] (regardless of how it's implemented, it could be a ...
Szabolcs's user avatar
  • 239k
50 votes
3 answers
6k views

I've been noticing something strange since updating to Mathematica 8, and that is that occaisionally I'll see that the MathKernel is using up to 800% CPU in my Activity Monitor on OS X (I have 8 cores)...
Guillochon's user avatar
  • 6,217
17 votes
2 answers
4k views

I have a question regarding the use of Parallelize. In the help one can read that “Parallelize[Table[expr,iter, …]] (which is ...
partial81's user avatar
  • 3,121
19 votes
1 answer
2k views

I have a question about the performance of Reap and Sow with Parallelize. I am aware of the following questions How to collect result continuously (interruptible calculation) when running parallel ...
Mauricio Fernández's user avatar
40 votes
3 answers
6k views

I can't monitor ParallelTable: Monitor[ParallelTable[Pause[3]; i, {i, 1, 10}], i] just displays i until it is finished. Do ...
Valerio's user avatar
  • 2,002
8 votes
1 answer
512 views

Is it possible to register a some "initialization code" to be run on any newly started parallel kernel? This would be similar to how ParallelNeeds registers a ...
Szabolcs's user avatar
  • 239k
45 votes
5 answers
6k views

It is not very difficult to face a function for which ContourPlot works too slow. And it seems natural that this function can be parallelized well. Anyway, naive <...
faleichik's user avatar
  • 12.8k
15 votes
3 answers
1k views

Can you efficiently parallelize this? The parallel versions are much slower than the sequential version, and I'm not sure why. Does SetSharedVariable allow ...
Michael Hale's user avatar
  • 2,373
64 votes
4 answers
4k views

I used the code below (which is a sample from this gist containing more similar code) in my answer to my own question about Mandelbrot-like sets for functions other than the simple quadratic on Math....
Isaac's user avatar
  • 3,209
48 votes
4 answers
2k views

I have a complicated function that I need multiple times, so I want to memoize it and have the first evaluation done in parallel. Unlike in my example below it's not a continuous function, so ...
Volker's user avatar
  • 483
44 votes
2 answers
2k views

Here is a comparison of the parallel kernels launched under Mathematica under v9 and v10, on the same identical current 2014 R2-D2 Mac Pro ... [ Update: Valerio has commented that the same issue ...
wolfies's user avatar
  • 8,812
20 votes
1 answer
3k views

I do not know much about computer architecture, but some Intel processors have hyper-threading technology, which can apparently improve parallelization for applications that take advantage of it. In ...
Andrew's user avatar
  • 10.6k
17 votes
3 answers
1k views

I want to use a self-written package in a parallel computation. However while Needs["mypackage`"] works without problems, ...
celtschk's user avatar
  • 19.3k

15 30 50 per page
1
2 3 4 5
14