Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Run ParallelMap, showing a progress monitor
ResourceFunction["ParallelMapMonitored"][f,list] evaluate ParallelMap[f,list], showing an interactive display of progress. |
Map f in parallel, monitoring progress:
In[1]:= |
Out[1]= |
Factor a collection of large integers in parallel, monitoring progress:
In[2]:= |
Out[2]= |
This work is licensed under a Creative Commons Attribution 4.0 International License