Answered
GPU much slower in existing code
What GPU are you using? The range of computing power varies considerably across the range of GPU hardware.

14 years ago | 0

Answered
Remote Monitoring of MATLAB during a month long process
A cautionary note on anything running for 30 days -- you are putting a lot of eggs in one basket and you should really consider ...

14 years ago | 1

Answered
Error using rmdir
I've seen issues where operations will return as "complete" from the OS, but there are still some things that are going on or ca...

14 years ago | 0

Answered
Memory usage monitor
Since you didn't list your operating system, I can't give the specific steps, but you can use something akin to the "Task Manage...

14 years ago | 0

Answered
controling PuTTy through Matlab
Rather than using PuTTY, you might want to try using plink, which is part of the PuTTY suite and is much more geared to CLI oper...

14 years ago | 0

Answered
process in one server out to another
You might want to try one of the following if you have the Parallel Computing Toolbox / MDCS: http://www.mathworks.com/help/t...

14 years ago | 0

Answered
How to get Matlab, if my CD has deep scratches (MATPAB SUMULINK STUDEND VERSION R2010a )
To solve what I assume is your more immediate problem (an assignment that is due), you could likely ask a classmate to use their...

14 years ago | 0

Answered
A school boy Q? about the complexity of variable/symbol names.
A bit of a personal rant follows: Execution time is only one aspect of coding, programming and software development. Other i...

14 years ago | 0

Answered
Distributed and parallel computing without DCS
To add a little additional information: If you want to use Torque/PBS, you can do so with the direct integration from the Paral...

14 years ago | 1

Answered
Permission denied
http://www.mathworks.com/support/solutions/en/data/1-2SGOXN/index.html?solution=1-2SGOXN

14 years ago | 1

Answered
Matlab on 16 core desktop machine
You install MATLAB like you install any other program. Start the installation program, fill in the blanks, say "go". For par...

14 years ago | 1

Answered
parfor error after compiled
What is the command line you are using to launch the application? Can you validate the local configuration successfully (Para...

14 years ago | 0

| accepted

Answered
mdce safety
In mdce_def.bat, there is a section towards the end called "ALLOWED_USERS" that lets you set up a list of allowed users.

14 years ago | 0

| accepted

Answered
Admin center doesn't recognize all cores.
Question 1: How to find if you have hyperthreading: Google the processor spec, and you'll likely be taken to a vendor page (In...

14 years ago | 0

| accepted

Answered
Print Error - Cannot open file: permission denied.
I would look into Daniel's permission question, and also check the amount of: * Temp / swap space on your machine * Disk space ...

14 years ago | 0

Answered
Perform Visual Studio Build from MATLAB command prompt
Try putting "&&" between your commands and make them one. For example, system('set path=... && devenv...') Alternative...

14 years ago | 1

| accepted

Answered
Is there a way to prevent matlab from going into swap memory?
Also, keep in mind with 64-bit computing and memory getting less expensive all the time, it may actually be appropriate to set t...

14 years ago | 0

Answered
Matlab Pool Error
I would call installation support. There's something about your machine configuration that's preventing something from initiali...

14 years ago | 1

Answered
MATLAB Linux tcpip buffer overflow
Google around for your Linux distribution as to how to increase TCP/IP buffer size. It's likely configured in a file in /etc, a...

14 years ago | 1

Answered
matlabpool hangs on local scheduler for PCT 5.2 with Internet active Internet connection
If you run the Configuration Validator (Parallel menu, manage configurations, select "local", and validate it), does it validate...

14 years ago | 0

| accepted

Answered
R2011a on Windows HPC Server 2008 R2 cluster can't see CUDA card
In the HPC Server setup, you need to indicate that the GPUs need to run with a desktop/console open. http://technet.microsoft...

14 years ago | 1

| accepted

Answered
system call to mpirun
Compare the results of system('env') and 'env' in the shell. You might need to further configure the environment with setenv. ...

14 years ago | 0

Answered
check if an external application is running or not from matlab
A little of this: http://www.mathworks.com/matlabcentral/answers/6030-how-can-i-detect-how-many-instances-of-matlab-are-current...

14 years ago | 1

| accepted

Answered
Help on try-catch statements
When I get into a coding situation like this, I generally step away from the keyboard entirely and draw the problem out on a she...

14 years ago | 0

Answered
Problem with HttpUrlConnection after migration to Windows 7 from MATLAB R2010+
Are you running with UAC (User Access Control) enabled or disabled? You could try either turning it off in the Control Panel,...

14 years ago | 0

Answered
optimization in cluster
To answer the first part of the question, you can have MATLAB and Parallel Computing Toolbox integrate with LSF a few ways. The...

14 years ago | 0

Answered
How to run to Matlab programs without parallel toolbox
FWIW it looks like Comsol and MATLAB can work together. I don't know if it will solve your particular problem, but I just wante...

14 years ago | 0

Answered
MDCS Job Security Level 3 and PAM
First, the basics: For Level 3 to work, the following need to be set in mdce_def * SECURITY_LEVEL=3 * USE_SECURE_COMMUNICAT...

14 years ago | 0

Answered
How can i install matlab 2011 on my windows xp
I think you downloaded the Unix DVD, as the unix install program is called "install". On the Windows DVD, it's setup.exe. If y...

14 years ago | 1

Answered
Can Matlab use all hypertheaded cores on a computer or only the physical ones?
By default, the number of workers started will be equal to the number of physical cores. In your example, this would be 2. You...

14 years ago | 1

Load more