StarCluster
StarCluster copied to clipboard
StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
Bumps [paramiko](https://github.com/paramiko/paramiko) from 1.12.1 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...
Bumps [ipython](https://github.com/ipython/ipython) from 1.1.0 to 7.16.3. Release notes Sourced from ipython's releases. 7.9.0 No release notes provided. 7.8.0 No release notes provided. 7.7.0 No release notes provided. 7.6.1 No release...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.2 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
This addresses #394. I added an optional parameter to pass along an STS security token that can be used to create boto connections. I have verified that authentication works with...
Hi all, I've been getting this error when trying to install via easy_install. cc -bundle -undefined dynamic_lookup -Wl,-F. build/temp.macosx-10.14-intel-2.7/build/temp.macosx-10.14-intel-2.7/_openssl.o -lssl -lcrypto -o build/lib.macosx-10.14-intel-2.7/cryptography/hazmat/bindings/_openssl.so ld: library not found for -lssl clang:...
Hi Is it possible to have a command line argument that can prefix the master node names and worker node names to something different? For example, lets say I am...
Hi On Linux machine, I installed StarCluster to a different directory by doing the command pip install StarCluster -t /path/to/install_dir It installed correctly with all dependencies. Question: where do I...
Hi! I would like to report this load balancing error. It causes some nodes to be kept alive without jobs. Thank you! Stack trace: Execution hosts: 7 Queued jobs: 0...
This happened when adding new nodes: ``` !!! ERROR - Error occured while running plugin 'starcluster.plugins.sge.SGEPlugin': !!! ERROR - remote command 'source /etc/profile && cd /opt/sge6 && !!! ERROR -...