Failed to start parallel toolbox in MATLAB R2016a -


i running script has 2 instructions. first instruction (and output) follows:

mycluster = parcluster('local')  mycluster =    local cluster      properties:                             profile: local                          modified: false                              host: opsbsit01                        numworkers: 16                 jobstoragelocation: /home/esanchez/.matlab/local_cluster_jobs/r2016a  requiresmathworkshostedlicensing: false      associated jobs:                      number pending: 0                     number queued: 0                    number running: 0                   number finished: 0 

this error used show in r2015a. upgrading r2016a did not solve problem.

parpool('local', 7)  caused by:     error using parallel.internal.pool.interactiveclient>ithrowwithcause (line 667)     failed initialize interactive session.         error using parallel.internal.pool.interactiveclient>ithrowifbadparalleljobstatus (line 768)         interactive communicating job failed no message. 

this error used show in r2015a. upgrading r2016a did not solve problem.

ver -------------------------------------------------------------------------------------------------- matlab version: 9.0.0.341360 (r2016a) matlab license number: rutracker.org operating system: linux 3.12.51-52.31-default #1 smp wed nov 25 16:25:02 utc 2015 (ef4fd28) x86_64 java version: java 1.7.0_101-b00 oracle corporation openjdk 64-bit server vm mixed mode -------------------------------------------------------------------------------------------------- matlab                                                version 9.0         (r2016a) ... communications system toolbox                         version 6.2         (r2016a) ... parallel computing toolbox                            version 6.8         (r2016a) 

finally, have tried proposed solution in [failed start parallel pool using 'local' profile in matlab mapreducer 2014b specific case of map reduce, no success.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -