submitit icon indicating copy to clipboard operation
submitit copied to clipboard

Loading jobs independent of current shell

Open sgbaird opened this issue 3 years ago • 1 comments

In order to load jobs after restarting python, should I first save them as a .pkl? Or are there other facilities for doing this within submitit? See also #1625

sgbaird avatar May 26 '21 02:05 sgbaird

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

jrapin avatar Jun 04 '21 17:06 jrapin