You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/modeling-simulation-workbench/tutorial-install-slurm.md
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ If you don’t have an Azure subscription, [create a free account](https://azure
34
34
35
35
## Sign in to the Azure portal and navigate to your workbench
36
36
37
-
If you aren't already signed into the Azure portal, go to [https://portal.azure.com](https://portal.azure.com). Navigate to your workbench, then the chamber where you'll create your Slurm cluster.
37
+
If you aren't already signed into the Azure portal, go to [portal.azure.com](https://portal.azure.com). Navigate to your workbench, then to the chamber you want to create your Slurm cluster.
38
38
39
39
## Create a cluster for Slurm
40
40
@@ -45,7 +45,7 @@ Slurm requires one node to serve as the controller and a set of compute nodes wh
45
45
1. From the chamber overview page, select **Chamber VM** from the **Settings** menu, then either the **+ Create** button on action menu along the top or the blue **Create chamber VM** button in center of the page.
46
46
:::image type="content" source="media/tutorial-slurm/create-chamber-vm.png" alt-text="Screenshot of chamber VM overview page with Chamber VM in Settings and the create options on the page highlighted by red outlines.":::
47
47
1. On the **Create chamber VM** page:
48
-
* Enter a **Name** for the VM. We recommend choosing a name that indicates it is the controller node.
48
+
* Enter a **Name** for the VM. We recommend choosing a name that indicates it's the controller node.
49
49
* Select a VM size. For the controller, you can select the smallest VM available. The *D4s_v4* is currently the smallest.
50
50
* Leave the **Chamber VM image type** and **Chamber VM count** as the default of *Semiconductor* and *1*.
51
51
* Select **Review + create**.
@@ -100,7 +100,7 @@ Configuring Slurm requires an inventory of nodes. From the controller node:
100
100
10.163.4.9 wrkldvmslurm-nod034b970
101
101
```
102
102
103
-
1. Create a file with just the worker nodes, one host per line and call it *slurm_worker.txt*. For the remaining steps of this tutorial, you'll use this list to configure the compute nodes from your controller. In some steps, the nodes need to be in a comma-delimited format. In those instances, we use a command-line shortcut to format the list without having to create a new file. To create *slurm_worker.txt*, remove the IP addresses in the first column, and the controller node which is listed first.
103
+
1. Create a file with just the worker nodes, one host per line and call it *slurm_worker.txt*. For the remaining steps of this tutorial, use this list to configure the compute nodes from your controller. In some steps, the nodes need to be in a comma-delimited format. In those instances, we use a command-line shortcut to format the list without having to create a new file. To create *slurm_worker.txt*, remove the IP addresses in the first column, and the controller node which is listed first.
104
104
105
105
### Gather technical specifications about the compute nodes
106
106
@@ -172,7 +172,7 @@ mysql_secure_installation
172
172
173
173
The *mysql_secure_installation* script asks for more configuration.
174
174
175
-
* The default database password isn't set. Hit **Enter** when asked for current password.
175
+
* The default database password isn't set. Hit <kbd>Enter</kbd> when asked for current password.
176
176
* Enter *Y* when asked to set root password. Create a new, secure root password for MariaDB, take note of it for later, then reenter to confirm. You need this password when you configure the Slurm controller in the following step.
For this example, we use the list of nodes we created in the previous steps and substitute our values collected during discovery. The `paste` command is used to reformat the list of worker nodes into the comma-delimited format without needing to create a new file.
0 commit comments