compss
compss copied to clipboard
Fix typos, add venv to .gitignore
name: Pull Request template
about: Fix typo, use the platform module for OS detection
title: ''
labels: ''
assignees: ''
Status
READY
Description
Hi, this PR does not fix any existing issue. I cloned the project, imported the Java project in Eclipse, and the Python binding in PyCharm. PyCharm found a few issues, and I also couldn't install it with pip install -e . (now it's failing with another error, but no Python traceback).
Type of change
Please delete options that are not relevant.
- [x] New feature (non-breaking change which adds functionality)
Project impact
List the general project components that this PR will affect:
- pycompss
Related PRs
How Has This Been Tested?
- [ ] I have added a new test with number:
- [ ] I have modified a test to check this. Test number:
- [ ] I have tested it manually in a local environment.
- [ ] I have tested it manually in a supercomputer.
Checklist:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have run the script to add headers if new files are present (i.e.
utils/scripts/header_setup/replace_all.sh) - [x] I have rebased my branch before trying to merge.