답변 있음
CUDA_ERROR_LAUNCH_TIMEOUT
What type of cards do you have? Do you have your user desktop extended to both graphics cards? In general, this error occu...

대략 14년 전 | 2

| 수락됨

답변 있음
Persistent Variables Not Persistent After Parfor Loops
This is expected behavior. The reason for this is as follows. When you type matlabpool open local 4, you start 4 additional ...

대략 14년 전 | 0

답변 있음
Training Neural Networks using GPU computing
Hi Andre, The functionality to train neural networks on GPUs is not supported by MATLAB R2011b.

대략 14년 전 | 0

| 수락됨

답변 있음
Parallel Matrix Multiplication on a Distributed Computing System
There are two levels of parallelism present in MATLAB: # Implicit Multi-threaded parallelism for certain built-in MATLAB comman...

대략 14년 전 | 1

| 수락됨

답변 있음
Distributed and parallel computing without DCS
Starting with MATLAB R2010b MATLAB Compiler allows you to compile MATLAB code containing PARFOR and SPMD running on local schedu...

대략 14년 전 | 1

답변 있음
indexed list of fit objects?
Have you tried placing the body of the parfor loop into a function? For example, instead of: parfor i = 1:10 y(i) = x(i) *...

14년 초과 전 | 0

답변 있음
Variable in PARFOR
What are you trying to do with Z variable? Do you use it to accumulate some values (reduction variable) across all iterations? O...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 0

답변 있음
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...

14년 초과 전 | 2

답변 있음
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...

14년 초과 전 | 3

답변 있음
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>...

14년 초과 전 | 0

답변 있음
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...

거의 15년 전 | 1