Skip to main content

Questions tagged [parallelization]

Questions on parallel computing in Mathematica.

2 votes
0 answers
52 views

I’m using ParallelMap on a very large dataset (millions of elements), but it quickly consumes all available RAM. For example: ...
internet's user avatar
  • 1,417
1 vote
0 answers
53 views

I have the unique chance to run several tasks on a cluster with many cores and RAM. The problem is that it seems that my Mathematica code is not using all the power of 64 cores with 1024gb RAM that I ...
paperlemon2's user avatar
0 votes
0 answers
59 views

I have Windows 11 and a CPU with 16 cores/32 threads. In Mathematica 14.2, I turn on "Local" and "Localhost" kernels in preferences, such that I have 32 subkernels. Does it make ...
John Taylor's user avatar
  • 6,063
2 votes
1 answer
101 views

For a package, we use ParallelNeeds to make its functions available on all kernels for ParallelMap. For a ...
internet's user avatar
  • 1,417
5 votes
3 answers
366 views

Consider this toy model: a list 100,000 simple point sets, and we Map WindingPolygon over it: ...
Anton's user avatar
  • 2,072
1 vote
0 answers
97 views

I had previously been using a cluster with SLURM to run parallel computations with ParallelTable. However, it has randomly stopped working and I now receive the error: ...
MarcosMFlores's user avatar
0 votes
0 answers
59 views

I am trying to run the code: ParallelTable[ FMwrapper[small[[i]]], {i,20}, Method->"CoarsestGrained", DistributedContexts->Full ] ...
Felipe Augusto's user avatar
0 votes
0 answers
67 views

I have the following problem: In order to use ParallelMap to apply a certain procedure/test to a list Range[0, nval - 1], I ...
NG98's user avatar
  • 75
6 votes
1 answer
326 views

I'm doing image processing in parallel kernels: (I'm sorry, but it is impossible to construct a MWE for this, so I am including this code to indicate what I am doing) ...
Craig Carter's user avatar
  • 7,544
4 votes
1 answer
166 views

Context and Goal: I have a program (written in Fortran, I think we can set it up to use the ForeignFunctionLoad C types) that I would like to run in parallel. The ...
EstabanW's user avatar
  • 872
11 votes
6 answers
496 views

I want to run a function using Map or ParallelMap over a large list of inputs, but I would like the evaluation to stop as soon ...
internet's user avatar
  • 1,417
2 votes
0 answers
74 views

I am processing some data and exporting the results as plots. It runs faster if I use a ParallelDo loop but then most of the plots get a red error overlay when exported. The plots do not get the ...
Rudy Potter's user avatar
  • 2,695
1 vote
0 answers
62 views

Consider the following serial and parallelized computation of some regions: ...
John Taylor's user avatar
  • 6,063
6 votes
3 answers
450 views

EDITED QUESTION: I edit my question to be as clear as possible, as I find the problem quite confusing and severe, and the previous answers unfortunately not helpful. I define two arrays of matrices ...
Philipp Strasberg's user avatar

15 30 50 per page
1
2 3 4 5
65