Min RK
Min RK
This is why I need to get CI tests for all the non-slurm batch launchers (#604)! I do believe the issue is fixed in dev, but those custom templates will...
Yes! You populate the `cluster.config` object, which is the same as `c` in your `ipcluster_config.py`: ```python cluster=ipp.Cluster( n=4, controller_ip='*', profile='pbs-2021-10-28', ) # this is the same config object you would...
Adding lots of examples to my documentation todo list...
I'll make an 8.0 beta tomorrow. It would be great if you could test it out!
That can be `c.Cluster.controller_ip` via config, or since it's on the Cluster object, it can be a constructor argument: ```python Cluster(controller_ip="*") ``` `HubFactory` is removed and replaced by `IPController`, so...
I just published `8.0.0b1` if you could give it a try
No rush! I've only got a few more minutes of work before the weekend. I'll probably aim to do a release around the end of next week.
> except for start_cluster_sync, which now appears to be significantly slower. That makes sense. It's the new `Cluster.send_engines_connection_env` option, which means by default `start_cluster` waits for the controller to *finish*...
@lukas-koschmieder I just published 8.0.0rc1. Can you test and then close here if you think everything is resolved?
Thanks, I'll investigate.