OpenFreeEnergy / OpenFreeEnergy/openfe
Document issues with process limits
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 331
- Forks
- 56
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 13
Description
In certain cases, users can hit the node process limit if they are running multiple jobs on the same node.
This can lead to odd behaviour like jobs that run infinitely long because they fail to spawn new processes.
Reported user case:
- 15 simultaneous jobs on the same node.
- Causing major jobs slowdowns (poor GPU utilization, etc...)
- Notes that this is not reproducible, sometimes it works, sometimes it fails.
- Setting
ulimit -u 8192helps fix the issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the documentation for running multiple jobs on one node and for process or resource limits. Record the reported 15-job scenario, intermittent process-spawn failures, impact on GPU utilization, and the ulimit -u 8192 workaround. Done means the symptoms, limits, and workaround are documented in the appropriate place.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux
- Domain
- documentation, operating-systems
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100