Mihai Capotă
Mihai Capotă
``` docker run -it --entrypoint python3 brainiak/brainiak -c "import mpi4py" Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'mpi4py' ``` Reported by @KailongPeng on...
From [Gitter](https://gitter.im/brainiak/brainiak?at=61bfe57b62f3a56c818e05bc): Hello, I'm running a Brainiak searchlight (sl_rad = 3, max_blk_edge = 10, pool_size = 1) and getting errors from mpi4py (trace below). The searchlight loads 253GB of data....
Deprecation started in v58.3.0: https://setuptools.pypa.io/en/latest/history.html#v58-3-0
Currently, we do not show notebook outputs. It would be helpful to do so. However, we do not want to store the outputs in Git because they pollute diffs. We...
See the following example: ```bash mpiexec -n 2 python3 test_pool.py # runs forever, kill it manually cat test_pool.py ``` ```python3 import multiprocessing from mpi4py import MPI def test_pool(): multiprocessing.set_start_method("spawn") with...
Travis announced some time ago that travis-ci.org will stop working and now it finally happened. We can either move to travis-ci.com or somewhere else. I propose GitHub.
Some is already in `.gitignore`, but some is not. We should check all examples.
Editable installs can cause errors because they use the Git worktree instead of making a fresh installation, e.g.: https://travis-ci.org/github/brainiak/brainiak/jobs/683078598
INCF has requirements we must fulfill: https://www.incf.org/activities/standards-and-best-practices/requirements-for-standards-and-best-practices
Metacortex, our current cluster is running CentOS 6, which is causing problems (e.g., PR #410 fails). We should replace it. It would be useful to test on one of the...