Matlab Pool Error
    6 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    George
      
 il 6 Ott 2011
  
    
    
    
    
    Commentato: Raymond Norris
    
 il 30 Ago 2021
            Hello! I have windows 7 64 bit and i am using matlab R2010b x64.
I have tried to open a matlabpool with the command:
matlabpool open 4
It fails and I got the message:
??? Error using ==> matlabpool at 133
When I do validation 'local' in configurations manager I saw the next text in configuration validation details Validation Details
Configuration: "local"
 Type: local
--------------------------------------
 Stage: Find Resource
Status: Passed
 Description: Validation passed
Command Line Output: (none)
--------------------------------------
 --------------------------------------
 Stage: Distributed Job
Status: Passed
 Description: Validation passed
Command Line Output: (none)
--------------------------------------
 --------------------------------------
 Stage: Parallel Job
Status: Failed
 Description: The given stage reached the default or user-specified timeout.
Command Line Output: (none)
Error Report: (none)
Debug Log:
LOG FILE OUTPUT:
[0] MATLAB is running in headless mode. Figure windows will not be displayed.
[2] MATLAB is running in headless mode. Figure windows will not be displayed.
[3] MATLAB is running in headless mode. Figure windows will not be displayed.
[1] MATLAB is running in headless mode. Figure windows will not be displayed.
[0] 
[0] To get started, type one of these: helpwin, helpdesk, or demo.
[0] For product information, visit www.mathworks.com.
[0] 
[2] 
[2] To get started, type one of these: helpwin, helpdesk, or demo.
[2] For product information, visit www.mathworks.com.
[2] 
[3] 
[3] To get started, type one of these: helpwin, helpdesk, or demo.
[3] For product information, visit www.mathworks.com.
[3] 
[1] 
[1] To get started, type one of these: helpwin, helpdesk, or demo.
[1] For product information, visit www.mathworks.com.
Any help would be appreciated
Thanks
George
0 Commenti
Risposta accettata
  Hanan Shteingart
      
 il 12 Ott 2011
        Solved.
write this in the command line
a= findResource;
cd a.DataLocation
delete *.mat
and then run matlabpool open again.
3 Commenti
  Jiaxin Wan
 il 30 Ago 2021
				When I test 'findResource', MATLAB replies 'the function or variable findResource cannot be identified'. How should I deal with it?
  Raymond Norris
    
 il 30 Ago 2021
				findResource was removed many releases ago (maybe around R2016a?).  Take a look at the doc for parcluster.
Più risposte (1)
  Jason Ross
    
 il 6 Ott 2011
        I would call installation support. There's something about your machine configuration that's preventing something from initializing correctly.
0 Commenti
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!





