Jérémy Rapin

Results 19 comments of Jérémy Rapin

I've given it a try. If this works for you so far I think it's a good option for now. I have a few minor concerns for border cases if...

> I think it works fine, at least with a LocalExecutor, haven't confirmed on SLURM yet. I've seen weird stuff on slurm, seemed to work OKish for preemption/timeout, although I'm...

is it easy to reproduce jobs as though main was unchanged? I don't see how, I am not familiar with how it works. If it's possible to store the location...

Hi Which version are you using? if you don't specify anything, cores/cpus/tasks should not be preset in the latest version (it's been changed recently). If you are using the latest...

As far as I know you can instantiate jobs with `JobType(folder, job_id)`, so if you keep both folder and job_id you should be good to go. Pickling them should work...

it probably does not save time indeed, and adds a line. Then again some file systems may be slow, so this seems safer indeed

Hello I've never used sattach so not familiar with it. Then again if the auto executor detecter `srun` (check `executor.cluster`) and submitited a job through the slurm scheduler there should...

Hello, I've never actually used sbatch without srun, nor seen any slurm cluster which did not support srun. Are you sure srun is unavailable and not some other resource that...