Why is batch job status' stays "queued"?
Show older comments
After I activate parallel processing with
>> matlabpool open
I submit a batch job as follows
>> j1 = batch('myscript')
Consequently, as I check the j1 structure, the status field shows "queued" and that does not change. I have run "myscript" directly without any problems. I have a four-core processor multithreaded to 8 processors. The script runs a loop that calculates values and outputs them in files. I have tried various fomulatins of matlabpool and batch with no improvement. I have restarted Matlab and even rebooted the computer.
I am looking for a way to run this script via batch to take advantage of the parallel processing and to run the jobs in the background.
Accepted Answer
More Answers (1)
Valentina Watts
on 19 Jun 2012
0 votes
Categories
Find more on Job and Task Creation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!