photo

Sam Marshalik

MathWorks

Last seen: 10 giorni fa Attivo dal 2013

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

0 Domande
12 Risposte

File Exchange

1 File

Cody

0 Problemi
27 Soluzioni

RANK
3.500
of 297.805

REPUTAZIONE
16

CONTRIBUTI
0 Domande
12 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
2

RANK
12.398 of 20.473

REPUTAZIONE
30

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
306

RANK
16.084
of 159.570

CONTRIBUTI
0 Problemi
27 Soluzioni

PUNTEGGIO
312

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Knowledgeable Level 1
  • Revival Level 2
  • Personal Best Downloads Level 2
  • First Submission
  • GitHub Submissions Level 1
  • First Answer
  • Commenter
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Simple parfor loop slow
I don't think ThreadPool will help here. I ran the code in a Process pool and a Thread pool and the runtime was somewhat simila...

7 mesi fa | 0

| accettato

Risposto
Handling memory when working with very huge data (.mat) files.
You are likely running out of memory on the workers. You are not using sliced input variables (Sliced Variables - MATLAB & Simu...

7 mesi fa | 0

Risposto
Failed to Start MJS services on 1 of 1 hostnames
This MATLAB Answer should help you resolve this error.

oltre un anno fa | 0

Risposto
Parallelizing For Loops - Issue
You may be able to put the contents of the parfor-loop into a separate function and calling that function from that parfor-loop....

oltre un anno fa | 1

Risposto
Distributed array to solve a system of linear equations on a cluster
Hey Melissa, I would not think of distributed arrays as a way to speed up your computation. Distributed arrays are useful for ...

oltre 3 anni fa | 0

Risposto
Why AdditionalPaths of batch() do not work on Web-App-Sever / Parallel Server
Hey Olaf, is this the workflow you are trying to set up: You created an app in Appdesigner which submits a batch job to MATLAB ...

oltre 3 anni fa | 0

Risposto
What Parallel Computing Toolbox functionality can be used without breaking the code for users without PCT?
You are correct that parfor will run as a serial for-loop without Parallel Computing Toolbox. Starting in R2021...

oltre 3 anni fa | 1

| accettato

Risposto
Matlab Parallel Computing - lockdown test error
Can you provide a bit more information as to what you are doing and where you are seeing this error? Can you describe your work...

oltre 3 anni fa | 0

Risposto
Starting Parallel pool on a cluster
I would suggest to reach out to the MathWorks Technical Support team to troubleshoot this. You can reach them by phone or e-mai...

oltre 3 anni fa | 0

Risposto
Cluster allocation of jobs / tasks - parfor
Hello Mark, I am not 100% sure about the answer on this one but I wanted to comment regarding the below: "If any segmen...

quasi 12 anni fa | 0

Risposto
Unable to connect to a MDCS cluster
This is likely caused by mis-configured DNS on one of the hosts. Please log in to the erroring node on the cluster, and try to l...

quasi 12 anni fa | 0

Risposto
Ackward Behavior on Matlab Distributed Computing Server.
Do you receive any errors when you try to open 32 workers right off the bat? Before running matlabpool 32 or similar, can you...

quasi 12 anni fa | 0