A répondu
Parellel computing on 192 core machine
By default each PCT worker is single threaded. To take advantage of all 192 cores on the machine inside of matlabpool or paralle...

presque 13 ans il y a | 0

A répondu
Execute several statements in parallel without parfor
Another options of executing code in parallel, without using parfor is to use the distributed jobs API. sched = findResourc...

presque 13 ans il y a | 0

A répondu
Returning composite variables from a MatlabPoolJob.
Hi, First of you need to change the line with *createTask*, and tell MATLAB that you expect a single output from the *try1* f...

environ 13 ans il y a | 2

A répondu
Questions about building a computer cluster and matlab requirements
Hi Sbiera, Some of these questions depend on your intended software setup. I assume here that you are going to use PCT + MDCS a...

environ 13 ans il y a | 3

A répondu
Problem with parallel run of Pattern Search (Global Optimization)
Hi Sina, Have you taken a look at the following: <http://www.mathworks.com/access/helpdesk/help/toolbox/gads/bsc7xh9-2.html>...

environ 13 ans il y a | 0

A répondu
Two instances of fmincon using parallel in each
It appears that you have two questions. Q1. How many cores/processors can *fmincon* use at a time? If you set the *UseParallel...

environ 13 ans il y a | 1