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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 0

| akzeptiert

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

mehr als 14 Jahre vor | 1

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

| akzeptiert

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 0

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

mehr als 14 Jahre vor | 1

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

mehr als 14 Jahre vor | 1

Mehr laden