Matlab fails to validate parallel environment -
when run parallel >> manage congifurations..., matlab fails pass distributed job, parallel job , matlabpool tests. system has double core: intel core i5 cpu m520 @ 2.40ghz 2.40ghz, 2gb ram, win7 64bit, matlab r2011b. after failed validation, following output:
validation details
configuration: "local" type: local
-------------------------------------- stage: find resource
status: passed description: validation passed
command line output: (none)
-------------------------------------- stage: distributed job
status: failed description: given stage reached default or user-specified timeout.
command line output: (none)
error report: (none)
debug log: log file output:
-------------------------------------- stage: parallel job
status: failed description: given stage reached default or user-specified timeout.
command line output: (none)
error report: (none)
debug log: log file output:
-------------------------------------- stage: matlabpool
status: failed description: matlab pool open , might interfere further testing. avoid this, before next test run try executing "matlabpool close".
command line output: (none)
error report: (none)
debug log: (none)
this pretty if i've called matlabpool
prior running validation checks. did pay attention advice given in status report matlabpool stage didn't you, closing open matlabpool ?
Comments
Post a Comment