hasselmonians/RatCatcher

Add flag for array job, parallel array job, or single job

alec-hoyland opened this issue · 1 comments

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).

Fixed in #28