photo

Giovanni De Luca


Actif depuis 2013

Followers: 0   Following: 0

Message

Professional Interests: Model Order Reduction

Statistiques

MATLAB Answers

10 Questions
2 Réponses

RANG
216 747
of 300 765

RÉPUTATION
0

CONTRIBUTIONS
10 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 941

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


When does it happens the data-copy, when executing a parallel job?
Hello, when I call a function that I want to run in parallel (for example, inside a _parfor_ statement), and this function re...

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


Parfor and data copy to workers
Hello, I read this brief explanation about when MATLAB does a copy of data when working with the PCT in http://www.mathwor...

environ 12 ans il y a | 1 réponse | 0

0

réponse

Question


When working with, e.g., two parallel processes, with the PCT, is the RAM memory partitioned in two?
Hi. Assuming I have a function _my_fnc_ with input parameters two very-large size matrices _A_ and _B_ , and a (column) vector _...

environ 12 ans il y a | 1 réponse | 0

0

réponse

Question


When calling the matlabpool to work in parallel, does each worker work in single-thread mode?
Hi, when I call a matlabpool of workers, and each worker has to compute a routine which is optimized by the BLAS subroutines (e....

environ 12 ans il y a | 1 réponse | 0

1

réponse

Question


Is there a command for the PCT which allows to know the communication time spent by the client to send data to the workers?
Hi, I would know if there is a command or a way to know exactly the time spent in communication, for an embarrassangly parall...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


How does the client send data to the workes, when calling parfor?
Hi, let assume I want to use the parfor with my function (in this case, it just computes the routine without retrieving data fro...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
If I call matlabpool open 4 and I have 4 cores, will I work in parallel with 4 or with 3 workers?
Thank you Thomas. Then, according to the first answer, if a call 4 workers the theoretical linear speedup I can obtain is 4, sin...

plus de 12 ans il y a | 0

Question


If I call matlabpool open 4 and I have 4 cores, will I work in parallel with 4 or with 3 workers?
Hi, I have a desktop machine with 4 cores available. 1) I wonder whether, calling a pool of 4 workers with the PCT, there wil...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


How to run a sequential code in a cluster workstation?
Hi, I have the opportunity to work with a cluster of computers in order to analyze the speed up, if any, of my parallelizable co...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Question


Why with running an intensive time-simulation routine in a local multi-core, with the parallel toolboxes, there is a slowdown respect to the sequential code, whilst with running the same code in a cluster workstation there is a speed up?
Hi, I implemented a code with a subroutine that is quite expensive in time simulation, the backslash operator in solving very l...

plus de 12 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
1) Why for dense matrices it's not useful to split B? 2) What are the factors that determine the speed up for the sparse case?
Thank you. The answer has been useful to understand the expensive cost of the factorization. Then, I've corrected my code: ...

presque 13 ans il y a | 0

Question


1) Why for dense matrices it's not useful to split B? 2) What are the factors that determine the speed up for the sparse case?
I want to solve the linear system Ax=B for x, computing x=A\B, with B having m column-vector. This is one of the operations in m...

presque 13 ans il y a | 2 réponses | 0

2

réponses