Running batch jobs makes current matlab session busy
Show older comments
Hello, I'm running 4 batch jobs on my machine which works fine, other than that the current matlab session stays busy while the jobs run, so I cant carry on working... whereas I thought with running batch jobs on other workers current session should be free. Is there anything I'm missing?
4 Comments
Edric Ellis
on 26 Jul 2016
How are you launching the batch jobs? If you run something like:
j = batch('myscript');
That should return immediately (or at least pretty quickly) and let you continue working in the client MATLAB session.
Sina Shojaei
on 26 Jul 2016
Edric Ellis
on 28 Jul 2016
That shouldn't be happening. Could you post a minimal reproduction that demonstrates the problem on your system?
Sina Shojaei
on 3 Sep 2016
Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!