답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

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

14년 초과 전 | 1

답변 있음
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년 초과 전 | 1

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

| 수락됨

답변 있음
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년 초과 전 | 0

답변 있음
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년 초과 전 | 1

| 수락됨

답변 있음
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년 초과 전 | 0

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

거의 15년 전 | 1

답변 있음
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...

거의 15년 전 | 1

답변 있음
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...

거의 15년 전 | 0

| 수락됨

답변 있음
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...

거의 15년 전 | 1

| 수락됨

답변 있음
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. ...

거의 15년 전 | 0

답변 있음
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...

거의 15년 전 | 1

| 수락됨

답변 있음
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...

거의 15년 전 | 0

답변 있음
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,...

거의 15년 전 | 0

답변 있음
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...

거의 15년 전 | 0

답변 있음
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...

거의 15년 전 | 0

답변 있음
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...

거의 15년 전 | 0

답변 있음
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...

거의 15년 전 | 1

답변 있음
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...

거의 15년 전 | 1

더 보기