batch_job icon indicating copy to clipboard operation
batch_job copied to clipboard

Parallelize MATLAB for loops across workers, without the Parallel Computing Toolbox

Results 6 batch_job issues
Sort by recently updated
recently updated
newest added

I want to run parallel simulations with the PDE toolbox because the parallel computing toolbox causes other issues. Unfortunately the result of solvepde is an object so batch_job produces an...

Hello Oliver, my SSH Connection is working between both PCs, that means I can ssh without entering a Password, which is one enabler for distributed computing with your wonderful Toolbox....

Hey Oliver, with this kind of function call I have some trouble with your toolbox: `batch_job_distrib(goal_function, x, worker, additional_data, '-chunk_lims', [1 1], '-timeout', timeout);` In the past there were no...

Sometimes I get this command line output in MATLAB: ``` Warning: File 'I:\...\Test\parallel\tpfdf378df_8cd6_4c9f_9c19_62abac37695c.mat' not found. > In quiet_delete (line 4) In batch_job_collect (line 94) In batch_job_distrib (line 201) ... In...

I think batch_job is great. I have used Multicore and I definitely prefer batch_job. I have been looking into parallel computing with MATLAB without the parallel toolbox and distributed computing....

I forked your repository. I am working on writing documentation and examples. I plan to send you a pull request once it is more complete. Here the items that I...