Skip to content

Commit 69ceb4d

Browse files
version 0.1.0
1 parent c480d4b commit 69ceb4d

File tree

16 files changed

+12
-11
lines changed

16 files changed

+12
-11
lines changed

.vscode/settings.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

CCconfig.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[defaults]
33

44
user = "ubuntu"
5-
sshflags = "-i /home/heron/hpc-shelf-credential.pem"
5+
sshflags = ""
66
exename = "/home/ubuntu/.juliaup/bin/julia"
77
directory = "/home/ubuntu"
88
exeflags = "--optimize=3"
@@ -12,14 +12,13 @@ mpiflags = "--map-by node --hostfile /home/ubuntu/hostfile"
1212

1313
[local]
1414

15-
directory = "/home/heron/Dropbox/Copy/ufc_mdcc_hpc/NPBApps.jl"
15+
directory = "."
1616
mpiflags = ""
1717

1818
[ec2]
1919

2020
imageid = "ami-0ce455c31c5fec661"
2121
#placement_group = "automatic"
22-
#"default_placement_group"
2322
security_group_id = "sg-039de945285a31f89"
2423
subnet_id = "subnet-3fca5558"
2524

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ _CloudClusters.jl_ assumes that the user has configured their credentials for th
2525
Creating clusters with _CloudClusters.jl_ requires specifying some configuration parameters. By default, they are specified in a file named _CCconfig.toml_ that is searched in the following locations, in this order:
2626
* a path pointed by the CLOUD_CLUSTERS_CONFIG environment variable, if it exists;
2727
* the current path.
28-
28+
29+
Section [Configuration parameters](https://github.com/PlatformAwareProgramming/CloudClusters.jl#configuration-parameters) describes configuration parameters and how they can be overridden in programs.
30+
2931
Default configuration parameters can be overridden in programs.
3032

31-
Section [Configuration parameters](https://github.com/PlatformAwareProgramming/CloudClusters.jl#configuration-parameters) describes configuration parameters and how they can be overridden in programs.
33+
A [_CCconfig.toml_](https://raw.githubusercontent.com/PlatformAwareProgramming/CloudClusters.jl/refs/heads/main/CCconfig.toml) file is provided in the repository's top-level directory. It is configured to create clusters using prebuilt virtual machine images for each supported cloud provider. These images are based on the latest version of Ubuntu and include a Julia installation of a recent stable version with all the packages needed to instantiate the clusters added and precompiled. Users can create customized images, possibly derived from the provided image, using their preferred version of Julia and adding the packages they need.
34+
35+
> [!NOTE]
36+
> The version of Julia on the host computer using _CloudClusters.jl_ must be the same version as the image used to deploy the clusters.
3237
3338
### The _PlatformAware.jl_ package
3439

logo/logo.odg

-28 KB
Binary file not shown.

logo/logo.old.odg

-22 KB
Binary file not shown.

logo/logo.png

-25.5 KB
Binary file not shown.

logo/logo2.odg

-17.7 KB
Binary file not shown.

logo/logo2.png

-26.4 KB
Binary file not shown.

logo/logo2.webp

-14.1 KB
Binary file not shown.

logo/logo3.odg

-22.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)