Answered
Setting -configCluster- in Matlab 2018b
configCluster sounds like a tool that was developed at your site -- I am not familiar with it, and I can't find any references i...

ungefär 5 år ago | 0

| accepted

Answered
What should be the suitable system configuration/hardware specification to work on Convolutional Neural Network (CNN) for hyperspectral imaging?
If you want to do GPU processing, your best bet is to get a GPU that is not driving display, so it can be put into TCC mode and ...

ungefär 5 år ago | 0

Answered
Parallel Computing workers problem
There are a few things to make a cluster using multiple machines. You need to install MDCS (MATLAB Distributed Computing Server...

ungefär 5 år ago | 0

Answered
Failed to start a 'local' parpool of 32 workers
There seems to be an issue accessing your home directory. Try changing the JobStorageLocation to a local directory on the host, ...

mer än 5 år ago | 0

Answered
Any way to get Matlab to execute a command, if a script runs into an error and terminates?
I largely concur with the try/catch approach already suggested by others. There is functionality built into the Parallel Computi...

mer än 5 år ago | 0

| accepted

Answered
Can I install parallel compute toolbox without full installation of Matlab?
It is possible to compile an application on MATLAB and then submit that application to run on the cluster. The documentation is ...

mer än 5 år ago | 0

Answered
Can I use MATLAB and Parallel Toolbox to run on a single server and utilize all 40 processing cores on a server with 4 -10 core cpu sockets?
Yes, the local scheduler allows this. You probably need to change your parallel preferences to prefer a cluster size of 40. Sele...

nästan 6 år ago | 0

Answered
How to create a cluster profile without GUI ?
Have you tried using the PBS Pro Support Package? You can get it through the Add Ons menu -- just search on "pbs". After you ins...

nästan 6 år ago | 1

| accepted

Answered
Disadvantages of leaving parpool open?
You would have that number of MATLAB processes running and waiting for work, consuming computing resources from your machine. Yo...

ungefär 6 år ago | 2

| accepted

Answered
running matlab on a server box
FWIW, the two socket restriction was raised to four sockets for Windows 10 Professional. <https://blogs.windows.com/business/201...

ungefär 6 år ago | 0

Answered
Why the data in the workers cannot be plotted in graph in PCT?
You could look at using a <https://www.mathworks.com/help/distcomp/parallel.pool.dataqueue.html?s_tid=srchtitle DataQueue>. Ther...

ungefär 6 år ago | 0

Answered
GPU temperature limit control
You can change some GPU settings via the nvidia-smi utility. One of them is the power cap. Perhaps this can act as a proxy to re...

ungefär 6 år ago | 0

| accepted

Answered
How to use limited number of MDCS licenses to maximize usage?
If you get 16 MDCS licenses, you can start 16 worker processes. So the broad strokes of doing that would be that you would put t...

ungefär 6 år ago | 0

Answered
How to run MATLAB program in Clusters
If you have the Parallel Computing Toolbox and it's one of the cluster types MATLAB integrates with directly, you can create a c...

nästan 10 år ago | 1

Answered
Parfor loop and eval statement
Have you looked at the spmd construct rather than parfor? It allows you to do this kind of thing much more easily In that do...

nästan 10 år ago | 0

| accepted

Answered
How to replace commas with dot
Have you tried using the Import Data Wizard? One of the options allows you to set the delimiter to be a comma. You can use gen...

nästan 11 år ago | 0

Answered
Data and variable management
I would recommend using structures versus using globals. Global variables have the potential to cause problems which are extrem...

nästan 11 år ago | 0

Answered
How can i control another program remotely via .Net API using Matlab?
Can you just add the assembly and go from there? http://www.mathworks.com/help/matlab/using-net-libraries-in-matlab.html

nästan 11 år ago | 0

| accepted

Answered
fopen and fprintf do not work within parfor or smpd running on grid
It's possible that the workers are running under a different user name than yours. You haven't provided the specifics of the op...

nästan 11 år ago | 1

Answered
How to connect the computer with the server
There are many ways to do this, and the "best" answer depends on how much data you need to move and how important the data is. ...

nästan 11 år ago | 2

| accepted

Answered
why my pc becomes slow after installing matlab?
It sounds like E is also mapped to a path on C, likely via the SUBST command (a Windows command) As for slowing down your PC,...

nästan 11 år ago | 0

| accepted

Answered
Mex with GCC 4.7.3 (Ubuntu 13.04)
You probably need to add some repositories if apt can't locate gcc-4.4. I'm sure if you run a google search or look around the ...

nästan 11 år ago | 0

Answered
How can I use speed up Matlab?
If your CPU uses hyper-threading, the OS is reporting the number of virtual cores, which are typically twice the number of execu...

nästan 11 år ago | 0

Answered
matlab batch stopped in the backend
The 'local' scheduler uses the local machine's cores to process the job. If the machine falls asleep or hibernates, the job pro...

ungefär 11 år ago | 0

Answered
Starting multiple workers from the command prompt
# "open matlabpool 30" will attempt to open 30 workers using the cluster profile you have set as default -- most likely "local"....

ungefär 11 år ago | 0

Answered
what are the reserved words in Matlab 2011b
This blog entry explains the change http://blogs.mathworks.com/community/2011/10/24/function-name-case-sensitivity-in-matlab-...

ungefär 11 år ago | 0

Answered
multi core full control
MATLAB does not provide control at the core level. That behavior is passed off to the operating system to do with as it pleases...

ungefär 11 år ago | 1

Answered
MATLAB executable too slow
You might want to take a look at MATLAB Production Server, as well. http://www.mathworks.com/products/matlab-production-serve...

ungefär 11 år ago | 0

Answered
Collect Monitor Refresh Rate?
If you are on Windows, you can get and set this using WMI (Windows Management Instrumentation). If you google for "wmi screen r...

ungefär 11 år ago | 1

Answered
g2020 + gpu +16gb ram OR i5 +8gb ram for matlab
I would go the i5 + RAM route if you are already reasonably satisfied with the performance on your existing machine. I'd really...

ungefär 11 år ago | 0

Load more