Add flag for array job, parallel array job, or single job
alec-hoyland opened this issue · 1 comments
alec-hoyland commented
RatCatcher should be able to make array jobs (the default behavior), parallel array jobs (where MATLAB runs in a parfor loop inside of a normal array job), and a single job (with optional parallelization within that job).
alec-hoyland commented
Fixed in #28