facebookincubator / submitit

Python 3.8+ toolbox for submitting jobs to Slurm
MIT License
1.27k stars 120 forks source link

Does setting `folder` in `AutoExecutor` interfere with sattach? #1748

Open fleimgruber opened 12 months ago

fleimgruber commented 12 months ago

I am not able to see any job output from sattach <job-id> for jobs that were submitted via AutoExecutor(folder=...). Is this expected or is submitit supposed to not affect sattach in this scenario?

jrapin commented 12 months ago

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 not be any interference because it's just a normal job for slurm