Tags: PlatformAwareProgramming/CloudClusters.jl
Tags
[Diff since v0.1.2](v0.1.2...v0.1.3) - GCP support added. - EC2 and GCP default images pointed at CCconfig.toml updated to Julia 1.11.3. - Added @status to inspect the status of the cluster - Added @Provider to list the supported IaaS Providers and their associated Julia types (currently, AmazonEC2 and GoogleCloud). - Added @config to retrieve and dynamically update the default configurations for each provider. **Merged pull requests:** - add gcp support (#18) (@mykaelAlves)
[Diff since v0.1.1](v0.1.1...v0.1.2) - move the directory in which the default CCconfig.toml is downloaded from pwd() to homedir(), avoiding problems when Windows loads Julia REPL in C:\Windows\System32 directory. - if CCconfig.toml is not found in pwd(), try to find it at homedir() instead of /etc (non-portable) - silencing warnings for not-found processors and accelerators of instance types - create $HOME/.ssh directory if it does not exist; - check whether MW clusters are supported in deploying and inform the user; - EC2 image pointed at CCconfig.toml updated to Julia 1.11.2.
[Diff since v0.1.0](v0.1.0...v0.1.1) - loading a default _CCconfig.toml_ file from the repository if an existing one is not found; - a built-in EC2 image is provided (see updates in README/documentation). - messages in cluster operations are improved. - warning if the configuration is empty for a supported provider. - README/documentation updates regarding the configuration file (_CCconfig.toml_).
**Merged pull requests:** - Fix pacoteaws (#1) (@decarvalhojunior-fh) - Setting the limits of SSH connection iddleness to high values. (#2) (@joaomarceloalencar) - Interrupting and resuming clusters. (#3) (@joaomarceloalencar) - README (#4) (@decarvalhojunior-fh) - Update README.md (#5) (@decarvalhojunior-fh) - Update README.md (#6) (@decarvalhojunior-fh) - Decarvalhojunior fh patch 1 readme (#7) (@decarvalhojunior-fh) - Decarvalhojunior fh patch 1 readme (#8) (@decarvalhojunior-fh) - Decarvalhojunior fh patch 1 readme (#9) (@decarvalhojunior-fh)