Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently the script assumes that it is not called multiple times in parallel. This is not true, because for job-init it is called by the forked user process. Use flock to avoid GPU allocation races.
- Loading branch information