RFE: Provide information in README.md on suggested MPI packages to install
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 30/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- distributed-systems, documentation
Research direction
Start with README.md and the reported failure from sh run_tests.sh --backend ram --engine cpu. Read dosna/tests/test_dataset_mpi.py and dosna/util/mpi.py to identify the MPI-related dependency, then document the suggested system packages and Python packages needed for the MPI tests in README.md.
Written by the indexing model from the issue text.
Description
Hi,
I'm trying to install DosNa again. I ran a test:
sh run_tests.sh --backend ram --engine cpu
Unittest manual mode: --backend ram --engine cpu
========================================
Running tests on connection
========================================
2018-06-07 13:26:49,597 - __main__ - INFO - ConnectionTest: ram, cpu, {'name': 'test-dosna'}
INFO:__main__:ConnectionTest: ram, cpu, {'name': 'test-dosna'}
test_config (__main__.ConnectionTest) ... ok
test_connection (__main__.ConnectionTest) ... ok
----------------------------------------------------------------------
Ran 2 tests in 0.002s
OK
========================================
Running tests on dataset
========================================
...
...
----------------------------------------------------------------------
Ran 10 tests in 0.709s
OK
========================================
Running tests on dataset_mpi
========================================
Traceback (most recent call last):
File "/home/ijj87/virtualenv/DosNa/DosNa/dosna/tests/test_dataset_mpi.py", line 11, in <module>
from dosna.util.mpi import mpi_barrier
File "build/bdist.linux-x86_64/egg/dosna/util/mpi.py", line 9, in <module>
ImportError: No module named mpi4py
Can you advise which RPMs and Python pip packages I should install to provide mpi4py?
Thanks,
Ian.
- Dominant language
- Python
- Stars
- 10
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100