ipyparallel
ipyparallel copied to clipboard
IPython Parallel: Interactive Parallel Computing in Python
When trying to run `ipcluster` for testing in a temporary directory, `~/.ipython` still gets created. ```bash rm -rf ~/.ipython mkdir /tmp/tmp5aa3_zqu ipcluster start --profile=testing1 --n=2 --ipython-dir=/tmp/tmp5aa3_zqu ``` ```bash $ tree...
There is one directory where when I try to start ipcluster, I get the following: >ipcluster start 2021-04-23 10:06:33.597 [IPClusterStart] Starting ipcluster with [daemon=False] 2021-04-23 10:06:33.597 [IPClusterStart] Creating pid file:...
http://citeas.org/cite/ipyparallel suggests the following, but I though I'd ask here as well ``` bibtex @software{ITEM1, title={ipyparallel}, url={https://github.com/ipython/ipyparallel}, journal={}, volume={}, number={}, pages={}, year={2015}, publisher={GitHub repository}, author={IPython}} ```
"Controller appears to be listening on localhost, but not on this machine" warning on debian/ubuntu
Yeah, it's just a warning, low priority. But also an easy fix, maybe? The reason is because the ip_for_host call returns 127.0.1.1 instead of 127.0.0.1 Quoting from the debian reference...
When I submit tasks to either direct or load balanced view using either map or apply_sync I see debug logs below: ``` 2018-09-18 23:27:05.936 [IPClusterStart] 2018-09-18 23:27:05.935 [IPControllerApp] ERROR |...
#311 revealed an assumption made in ipcluster that all ControllerLaunchers define controller_args. This isn't true of the BatchSpawners. We should, however, ensure that this is true. The inheritance in Launchers...
When using the [`stop_dask` method]( http://ipyparallel.readthedocs.io/en/latest/api/ipyparallel.html#ipyparallel.Client.stop_dask ) of the `ipyparallel.Client`, the following warning message pops up. ``` distributed.client - WARNING - Client report stream closed to scheduler ``` However, if...
Hi, I get following error when I try to run a simple test job: ``` Traceback (most recent call last): File "/home/parashar/anaconda3/lib/python3.5/site-packages/ipyparallel/controller/hub.py", line 687, in save_queue_result self.db.update_record(msg_id, result) File "/home/parashar/anaconda3/lib/python3.5/site-packages/ipyparallel/controller/dictdb.py",...
The launcher module here and Jupyterhub's BatchSpawner contain strongly but not completely overlapping knowledge about how to interface with extant job submission systems. I'd like to explore the possibility and...
I am running a cluster with Linux/windows machines. I cannot any longer use scatter/gather/pull/push variables. In windows this is the error the engines print in the screen `[1;31m---------------------------------------------------------------------------[0m [1;31mSystemError[0m Traceback...