![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10591291_1707411919526.jpg)
Damian Pietrus
Followers: 0 Following: 0
MathWorks Application Engineer focused on MATLAB Parallel Server
English
Pronouns:
He/him
Statistics
RANK
1.394
of 297.010
REPUTATION
50
CONTRIBUTIONS
0 Questions
20 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
7
RANK
of 20.418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
How to avoid repeatly loading parallel pool when running .exe matlab file in cmd
Moving from comments to an Answer: When a processes parpool is launched, multiple separate MATLAB processes are initiated. The...
4 maanden ago | 0
| accepted
Version 2024b and ServiceHost
Hello Christopher, As of now, there is no way to change the location of the MATLAB Service Host. This is feedback that we've h...
9 maanden ago | 1
Parallel computing license error
This licensing error should have a fix, so please take a look at the following article: https://www.mathworks.com/matlabcentral...
11 maanden ago | 1
Parallel pool failed to start with the following error. For more detailed information, validate the profile 'Processes' in the Cluster Profile Manager.
Hello, There was a recent issue with the licensing for local pools, and the fix can be found here: https://www.mathworks.com/m...
11 maanden ago | 0
How can I fix the warning and the error in parfor?
The warning about a(k) just means that a is being sent as a broadcast variable. This means that it is sent in its entirety to ea...
11 maanden ago | 2
| accepted
How to communicate with two Raspberri Pis from MATLAB in parallel
Based on your code, it looks like you're using the Local/Processes cluster profile to run your parfor loop on. With this setup,...
11 maanden ago | 0
(Why) Is Java not available in a thread-based environment?
Currently, thread pools do not support all functions and features that process pools do. Stealing from our doc page here: In g...
11 maanden ago | 0
Strange core usage when running Slurm jobs
Based on your code, it looks like you have correctly configured a cluster profile to submit a job to MATLAB Parallel Server. In...
11 maanden ago | 0
| accepted
GPU knnsearch performs slower than CPU for large matrices?
Hello Ishan, There is some overhead when moving variables between the CPU and the GPU. For shorter running calculations, this ...
11 maanden ago | 0
Effectiveness of implicit and explicit parallelization of fft2
Hello Matt, As mentioned already, there could be a few reasons for this. When you start up a pool of 4 workers in the "Process...
11 maanden ago | 0
| accepted
Set up multi nodes in cluster with 'sinfo' error message
There are a few ways that you can setup your MATLAB client to submit jobs to a cluster. Based on the fact that 'sinfo' is not o...
11 maanden ago | 0
How to use the createTask to capture the hardware data
When using createJob/createTask, each task is completely independent. This means that you wouldn't be able to interactively tak...
ongeveer een jaar ago | 0
| accepted
how to run the matlab program windows executable (eg. heat.exe) format in HPC cluster ?
The method of running this will depend on the cluster itself -- mainly the cluster operating system and the scheduler used. Sin...
ongeveer een jaar ago | 0
Batch processing alternative parameterizations of a program that uses parfor loops
Hello Brandon, Since you have access to a cluster, this would be a good fit for MATLAB Parallel Server. This will allow you to...
ongeveer een jaar ago | 0
how parfor distributes resources to each iteration if the number of cores is larger than the number of iterations
Since you mentioned working on a cluster, the first thing I'd like to address is making sure that you are requesting enough reso...
ongeveer een jaar ago | 1
| accepted
parpool use existing slurm job
Hello Frank, Unfortunately once you've already started up a Slurm job across 5 nodes, there's no current way to access all of t...
ongeveer een jaar ago | 0
| accepted
Parallel server licence error
I recommend reaching out to our Installation and Licensing Support team, who can be reached by email at email support@mathworks....
ongeveer een jaar ago | 0
| accepted
Validation parallel cluster profile error because of the plugin function 'independentSubmitFcn.m' error
Hey Wei, Thanks for sending that additional information. MATLAB uses SSH to connect to and run commands on a remote cluster. ...
meer dan een jaar ago | 0
Job submission in the slurm based cluster, need help in submitting multiple tasks as a single job in slurm.
Edit: Changing from a comment to an answer and adding some additional information As you've pointed out, what you currently hav...
meer dan een jaar ago | 2
| accepted
Does Matlab support parallel processing on Intel® Iris Xᵉ Graphics?
If you'd like to use a GPU for parallel processing, you'll need to have a discrete NVIDIA® GPU: https://www.mathworks.com/help/...
meer dan een jaar ago | 0