Skip to content

Commit 07a397b

Browse files
committed
Updates to Lab 1 and Lab 3
1 parent 7769d59 commit 07a397b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Lab1/Tutorial.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ As you follow the steps below, *please keep track of the following*:
3030
CycleCloud web UI for your user.
3131

3232

33-
### 1.1 Log into https://shell.azure.com
33+
### 1.1 Log into (Azure Cloud Shell)[https://shell.azure.com]
3434
```
3535
Requesting a Cloud Shell.Succeeded.
3636
Connecting terminal...
@@ -114,7 +114,7 @@ After you accept the Terms & Conditions, press the "Purchase" button to begin de
114114
The deployment process runs an installation script as a custom script extension,
115115
which installs and sets up CycleCloud. This process takes between 5 and 8 mins.
116116

117-
### 1.7 Retrieve the Domain Name (FQDN) of the Azure CycleCloud VM
117+
### <a name="1.7"></a> 1.7 Retrieve the Domain Name (FQDN) of the Azure CycleCloud VM
118118
When the deployment is completed you can retrieve the fully qualified domain
119119
name of the Azure CycleCloud VM from the Outputs tab in the Azure portal: ![Deployment Output](images/deployment-output.png)
120120

@@ -144,7 +144,7 @@ ellen@Azure:~$
144144
In this section, you will start a cluster using PBS Pro as a scheduler and
145145
LAMMPS as a solver.
146146

147-
### 2.1 Start a new LAMMPS cluster in Azure CycleCloud
147+
### <a name="2.1"></a> 2.1 Start a new LAMMPS cluster in Azure CycleCloud
148148

149149
* On the front page, find the LAMMPS cluster icon and select it.
150150
![CC Cluster Wall](images/cc-cluster-wall.png)
@@ -153,7 +153,7 @@ LAMMPS as a solver.
153153
* Click "Next" to navigate to the **Required Settings** section.
154154
* For `Execute VM Type`, click on "Choose" and select a virtual machine type
155155
that you would like to use for execution nodes. We recommend "H16r" if
156-
you have quota for these.
156+
you have quota for these. [[More info on Azure service limits and quotas](https://docs.microsoft.com/en-us/azure/azure-subscription-service-limits)]
157157
* In the networking subnet dropdown, select the subnet in your resource group
158158
which has "-compute" as a suffix. This subnet was created as part of the ARM deployment.
159159
![CC Cluster Required Settings](images/cc-cluster-required-settings.png)

Lab3/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Deploy a new application to a HPC cluster
22

3-
The previous lab introduced CycleCloud Projects as a means for customizing a
3+
The [previous lab](/Lab2/Tutorial.md) introduced CycleCloud Projects as a means for customizing a
44
cluster template. This lab extends the use of CycleCloud Projects and
55
illustrates how one would use it to customize a VM during its configuration
66
process by installing a custom application on every node of a cluster. This lab

0 commit comments

Comments
 (0)