Skip to content

Commit 8525bf2

Browse files
authored
Merge pull request #496 from GoogleCloudPlatform/release-v1.3.0
Release v1.3.0
2 parents 238f9b9 + 4694b8d commit 8525bf2

File tree

69 files changed

+2328
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+2328
-144
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,23 @@ networking, storage, etc.) following Google Cloud best-practices, in a repeatabl
1010
manner. The HPC Toolkit is designed to be highly customizable and extensible,
1111
and intends to address the HPC deployment needs of a broad range of customers.
1212

13+
## Detailed documentation and examples
14+
15+
The Toolkit comes with a suite of [tutorials], [examples], and full
16+
documentation for a suite of [modules] that have been designed for HPC use cases.
1317
More information can be found on the
1418
[Google Cloud Docs](https://cloud.google.com/hpc-toolkit/docs/overview).
1519

20+
[tutorials]: docs/tutorials/README.md
21+
[examples]: examples/README.md
22+
[modules]: modules/README.md
23+
1624
## Quickstart
1725

1826
Running through the
1927
[quickstart tutorial](https://cloud.google.com/hpc-toolkit/docs/quickstarts/slurm-cluster)
2028
is the recommended path to get started with the HPC Toolkit.
2129

22-
Find a full list of tutorials [here](docs/tutorials/README.md).
23-
2430
---
2531

2632
If a self directed path is preferred, you can use the following commands to

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ HPC deployments on the Google Cloud Platform.`,
3434
log.Fatalf("cmd.Help function failed: %s", err)
3535
}
3636
},
37-
Version: "v1.2.1",
37+
Version: "v1.3.0",
3838
}
3939
)
4040

community/examples/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ Examples using Intel HPC technologies can be found in the
2929

3030
[See description in core](../../examples/README.md#hpc-cluster-small-sharedvpcyaml--)
3131

32-
### slurm-gcp-v5-cluster.yaml
32+
### slurm-gcp-v5-hpc-centos7.yaml
3333

34-
[See description in core](../../examples/README.md#slurm-gcp-v5-clusteryaml--)
34+
[See description in core](../../examples/README.md#slurm-gcp-v5-hpc-centos7yaml-)
35+
36+
### slurm-gcp-v5-ubuntu2004.yaml
37+
38+
[See description in core](../../examples/README.md#slurm-gcp-v5-ubuntu2004yaml-)
3539

3640
### htcondor-pool.yaml
3741

community/examples/cloud-batch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14+
1415
---
1516
blueprint_name: cloud-batch
1617

@@ -20,6 +21,9 @@ vars:
2021
region: us-central1
2122
zone: us-central1-c
2223

24+
# Documentation for each of the modules used below can be found at
25+
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
26+
2327
deployment_groups:
2428
- group: primary
2529
modules:

community/examples/hpc-cluster-small-sharedvpc.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ vars:
3535
region: us-central1
3636
zone: us-central1-c
3737

38+
# Documentation for each of the modules used below can be found at
39+
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
40+
3841
deployment_groups:
3942
- group: primary
4043
modules:

community/examples/htcondor-pool.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ vars:
2121
region: us-central1
2222
zone: us-central1-c
2323

24+
# Documentation for each of the modules used below can be found at
25+
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
26+
2427
deployment_groups:
2528
- group: htcondor
2629
modules:

community/examples/intel/daos-cluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ vars:
2222
region: us-central1
2323
zone: us-central1-c
2424

25+
# Documentation for each of the modules used below can be found at
26+
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
27+
2528
deployment_groups:
2629
- group: primary
2730
modules:

community/examples/intel/daos-slurm.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ vars:
2222
region: us-central1
2323
zone: us-central1-c
2424

25+
# Documentation for each of the modules used below can be found at
26+
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
27+
2528
deployment_groups:
2629
- group: primary
2730
modules:

community/examples/intel/hpc-cluster-intel-select.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ vars:
2525
network_name: intel-select-net
2626
subnetwork_name: intel-select-primary-subnet
2727

28+
# Documentation for each of the modules used below can be found at
29+
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
30+
2831
deployment_groups:
2932
- group: primary
3033
modules:

community/examples/omnia-cluster.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ vars:
2222
zone: us-central1-c
2323
region: us-central1
2424

25+
# Documentation for each of the modules used below can be found at
26+
# https://github.com/GoogleCloudPlatform/hpc-toolkit/blob/main/modules/README.md
27+
2528
deployment_groups:
2629
- group: primary
2730
modules:

0 commit comments

Comments
 (0)