回答済み
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...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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. ...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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,...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 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...

14年以上 前 | 1

さらに読み込む