lsf.py using a variable project not available in WorkspaceConfig
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13
- Forks
- 21
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 8
Description
All the issue in this ticket are with LSF.
1) line 56 of lsf.py Launcher.set_pyvenv(cfg.project)
There is no variable project in type WorkspaceConfig
2) job_rusage = "'rusage[xcelium=1,xcelium_dynamic=1:duration=1]'"
Need a way to provide the options in ruage. Hardcoded option like xcelium cause issues.
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 in lsf.py at line 56 and inspect how WorkspaceConfig is passed to Launcher.set_pyvenv. Then trace the job_rusage configuration and its handling of resource options. Done means the unavailable project reference is resolved and LSF resource options such as xcelium are no longer hardcoded.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100