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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 1

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

| accettato

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 0

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

oltre 14 anni fa | 1

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

oltre 14 anni fa | 1

Carica altro