NDCMS / lobster

A userspace workflow management tool for harnessing non-dedicated resources for high-throughput workloads.
MIT License
3 stars 14 forks source link

Restart dependent on working directory #637

Open rebucci opened 5 years ago

rebucci commented 5 years ago

Job will only restart if command is issued from the job directory. If the restart is given from any other directory, the job will not run. Print statements upon attempted restart do not indicate anything is wrong. process.err shows lockfile.LockFailed: failed to create [path]/lobster.pid

Example directories: lobster job in /tmpscratch/users/username/batch_job_1 (failed) restart from parent directory /tmpscratch/users/username with command lobster process batch_job_1/ (succcessful) restart from job directory /tmpscratch/users/username/batch_job_1 with command lobster process .