Respondida
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...

casi 5 años hace | 0

| aceptada

Respondida
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 ...

alrededor de 5 años hace | 0

Respondida
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...

alrededor de 5 años hace | 0

Respondida
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, ...

alrededor de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

| aceptada

Respondida
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 ...

más de 5 años hace | 0

Respondida
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...

más de 5 años hace | 0

Respondida
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...

casi 6 años hace | 1

| aceptada

Respondida
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...

casi 6 años hace | 2

| aceptada

Respondida
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...

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 0

Respondida
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...

alrededor de 6 años hace | 0

| aceptada

Respondida
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...

alrededor de 6 años hace | 0

Respondida
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...

casi 10 años hace | 1

Respondida
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...

casi 10 años hace | 0

| aceptada

Respondida
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...

casi 11 años hace | 0

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

casi 11 años hace | 0

Respondida
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

casi 11 años hace | 0

| aceptada

Respondida
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...

casi 11 años hace | 1

Respondida
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. ...

casi 11 años hace | 2

| aceptada

Respondida
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,...

casi 11 años hace | 0

| aceptada

Respondida
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 ...

casi 11 años hace | 0

Respondida
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...

casi 11 años hace | 0

Respondida
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...

casi 11 años hace | 0

Respondida
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"....

casi 11 años hace | 0

Respondida
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-...

casi 11 años hace | 0

Respondida
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...

casi 11 años hace | 1

Respondida
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...

casi 11 años hace | 0

Respondida
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...

casi 11 años hace | 1

Respondida
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...

casi 11 años hace | 0

Cargar más